Houdini 20.5 Nodes APEX nodes

graph::DeleteNode

Deletes a node from an APEX graph.

On this page
Since 20.0

Deletes a given node from an APEX graph. The node is identified by its APEX node ID, 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 deleted the node from.

nodeid: ApexNodeID

The node ID that identifies the node to delete.

Outputs

*graph: ApexGraphHandle

The updated graph with the node deleted.

success: Bool

Returns True if the node is deleted.

See also

APEX nodes