|
Anatomist commands reference: RemoveObject |
|
| Attribute: | Type: | Description: |
| objects | int_vector | IDs of objects to be removed from specified windows |
| windows | int_vector | IDs of windows |
| remove_children | int (optional) |
New in Anatomist 3.2.1 Also remove the given objects children (useful for graphs for instance) Changed in Anatomist 4.2: The value is now a tristate (-1, 0, 1), -1 being the default and meaning that the behaviour is object dependent: true for graphs, and false for other objects types, mainly. This makes the use of this parameter unneeded most of the time. |