Houdini 20.0 Nodes APEX Nodes

graph::UnpackSubnet

Unpack a subnet in an APEX graph.

On this page
Since 20.0

Unpack a subnet in an APEX graph. Given a graph and the nodeid of a subnet, this will replace the subnet in the graph with the unpacked, internal graph contents of it.

Inputs

*graph: ApexGraphHandle Required

The graph with the subnet to unpack.

nodeid: ApexNodeID

The id of the subnet node to unpack.

Outputs

*graph: ApexGraphHandle

The modified graph handle.

See also

APEX Nodes