|
Anatomist commands reference: AddObject |
|
| Attribute: | Type: | Description: |
| objects | int_vector | IDs of objects to be added in specified windows |
| windows | int_vector | IDs of windows |
| add_children | int (optional) |
New in Anatomist 3.1.5 Also add the given objects children (useful for graphs for instance) |
| add_graph_nodes | int (optional) |
New in Anatomist 3.1.5 Also add the given objects children nodes if they are graphs. This is a bit more specific than the add_children option which adds all children. Changed in Anatomist 3.2: The default value is now 1. |
| add_graph_relations | int (optional) |
New in Anatomist 3.1.5 Also add the given objects children relations if they are graphs. This is a bit more specific than the add_children option which adds all children. |