Returns list of Vizard children nodes
| <node3d>.getChildren() |
This command will return a list of the immediate Vizard node3d objects that are below this node. It does not recurse below the child node3d objects.
NOTE: This command does NOT return a list of the underlying scene graph nodes and does NOT create new Vizard node3d objects. It will only return existing node3d objects. To get a list of all the underlying scene graph node names, use the <node3d>.getNodeNames command.
List of node3d objects