Houdini 20.5 Nodes APEX Nodes

graph::AddNodeToSubnet

Adds a node to a subnet in an APEX graph.

On this page
Since 20.5

Adds a node with a given name and callback to a subnet in an APEX graph.

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 the node is added to.

subnetid: ApexNodeID

The node ID of the subnet that the node is added to.

name: String

The name of the node to add to the graph.

callback: String

The type of the node to add to the graph.

Outputs

*graph: ApexGraphHandle

The updated graph with the added node.

nodeid: ApexNodeID

The node ID of the newly created node. This ID is the identifier for the node within the graph.

See also

APEX Nodes