Houdini 20.0 Nodes APEX Nodes

graph::DeleteNode

Deletes a given node from the APEX graph.

On this page
Since 20.0

Deletes a given node from the specified APEX graph. The node is identified by the APEX node id, a unique id per node created at run time.

Inputs

*graph: ApexGraphHandle Required

The APEX graph the node is getting deleted from.

nodeid: ApexNodeID

The node id used to identify which node to delete.

Outputs

*graph: ApexGraphHandle

The updated APEX graph the node got deleted from.

success: Bool

Indicates if the given node could be deleted or not.

APEX Nodes