<node3d>.isParent

Returns whether the node is a parent of this node

 

<node3d>.isParent(
    node    

)

 

node

A node3d object


Remarks

This command will return True if the passed in node is the parent of the calling node and False if it is not.

Return Value

True or False

See also

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