Houdini 20.5 Nodes APEX Nodes

component::GetTransformParent

Gets the parent of a TransformObject node.

On this page
Since 20.5

Gets the parent of a TransformObject node that is connected in a parent-child hierarchy.

Inputs

graph: ApexGraphHandle

The graph that contains the node to find the parent of.

nodeid: ApexNodeID

The node to find the parent of.

Outputs

graph: ApexGraphHandle

Pass-through of the input graph.

parent: ApexNodeID

The parent of nodeid.

See also

APEX Nodes