Houdini 20.5 Nodes APEX Nodes

graph::SetSubnetContents

Sets the contents of a subnet in an APEX graph.

On this page
Since 20.0

Sets the contents of a subnet node in the graph using a second APEX 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.

nodeid: ApexNodeID

The ID of the subnet node in graph.

contents: ApexGraphHandle

The graph contents to set in the subnet node.

Outputs

*graph: ApexGraphHandle

The updated graph with the new subnet contents.

See also

APEX Nodes