|
Anatomist commands reference: DuplicateObject |
|
| Attribute: | Type: | Description: |
| source | int | source object ID, to be duplicated |
| res_pointer | int | ID of the copy object |
| hidden | int (optional) | A hidden object does not appear in Anatomist main control window. |
| shallow | int (optionnel) |
A shallow copy will try to share the same underlying low-level data (volume data block, mesh veretices/polygons etc), whereas a deep copy will try to duplicate everything. We say "try" here because the actual copy operation is object-dependent, may not be implemented at all and
so can fail. Default: 1 (actualy shallow) |