Houdini 20.5 Nodes APEX nodes

component::GetTransformDescendants

Gets the descendants of a TransformObject node.

On this page
Since 20.5

Gets the 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 descendants of.

nodeid: ApexNodeID

The node to find the descendants of.

includeparent: Bool

If set to True, the nodes output includes nodeid.

Outputs

nodes: ApexNodeIDArray

An array of the descendants of nodeid.

See also

APEX nodes