Vizard 7 » Command Index » Vizard objects » node3d » <node3d>.getChildren
7.6

<node3d>.getChildren

Returns list of Vizard children nodes

<node3d>.getChildren()  

Remarks

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.

Return Value

List of node3d objects

See also

<node3d>.getChild
<node3d>.getParents
<node3d>.getNodeNames