Houdini 20.0 Nodes APEX Nodes

graph::AddSubnet

Adds an APEX subnet node to a given APEX graph and add sets the contents of a given APEX graph as its content.

On this page
Since 20.0

Adds an APEX subnet node to a given APEX graph and add sets the contents of a given APEX graph as its content. The inputs and outputs of a subnet created are defined by the promoted inputs and output of the graph that that will be added as the content of the new subnet.

Inputs

*graph: ApexGraphHandle Required
contents: ApexGraphHandle

The APEX graph holds the contents for the subnet to be added.

subnetname: String

The name of the subnet node to be added.

Outputs

*graph: ApexGraphHandle

The updated APEX graph containing the added subnet.

subnetnode: ApexNodeID

The node id, used as a unique identifier of the subnet added to the given APEX graph.

APEX Nodes