Houdini 20.5 Nodes APEX nodes

graph::UnpackSubnet

Unpacks a subnet in an APEX graph.

On this page
Since 20.0

Unpacks a subnet in an APEX graph. Given a graph and the nodeid of a subnet, graph::UnpackSubnet replaces the subnet in the graph with its unpacked, internal graph contents.

The graph ports of this node are in-place ports, which means that the graph is updated without creating a copy.

Inputs

*graph: ApexGraphHandle Required

The graph that contains the subnet to unpack.

nodeid: ApexNodeID

The ID of the subnet node to unpack.

Outputs

*graph: ApexGraphHandle

The updated graph with the unpacked subnet.

See also

APEX nodes