Houdini 20.5 Nodes APEX nodes

graphutils::NodeParent

Returns the parent subnet of a node.

On this page
Since 20.5

Returns the node ID of the parent subnet of nodeid. If the nodeid is invalid or the node is not in a subnet, an invalid nodeid is returned. The Convert<ApexNodeID, Bool> node can be used to determine whether or not a node ID is valid.

Inputs

graph: ApexGraphHandle

The graph that contains the node to query.

nodeid: ApexNodeID

The node to query for the parent subnet.

Outputs

parent: ApexNodeID

The node ID of the parent subnet of nodeid.

See also

APEX nodes