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

<node3d>.isParent

Returns whether the node is a parent of this node

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

Remarks

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

Return Value

True or False

See also

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