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

<node3d>.isChild

Returns whether the node is a child of this node

<node3d>.isChild(  
other  
)  
other
A node3d object

Remarks

This command will return True if the specified node is a child of, or the same as this node. Otherwise, False is returned.

Return Value

True or False

See also

<node3d>.getChild
<node3d>.getChildren
<node3d>.getParents