Houdini 20.5 Nodes APEX nodes

graph::DeleteNodes

Deletes a set of nodes from an APEX graph.

On this page
Since 20.0

Deletes an array of nodes from an APEX graph. The nodes are identified by their APEX node IDs, a unique ID per node that is created at run time.

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 to delete the nodes from.

nodeids: ApexNodeIDArray

The array of node IDs that identify the nodes to delete.

Outputs

*graph: ApexGraphHandle

The updated graph with the nodes deleted.

See also

APEX nodes