Houdini 20.5 Nodes APEX nodes

component::GetTransformChildren

Gets the children of a TransformObject node.

On this page
Since 20.5

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

Inputs

graph: ApexGraphHandle

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

nodeid: ApexNodeID

The node to find the children of.

Outputs

graph: ApexGraphHandle

Pass-through of the input graph.

children: ApexNodeIDArray

An array of the children of nodeid.

See also

APEX nodes