Houdini 20.0 Nodes APEX Nodes

graph::UpdateNode

Update an APEX node in an APEX graph.

On this page
Since 20.0

Update the name, callback type, pos, color, parms, tags and properties on an APEX node in an APEX graph.

Inputs

*graph: ApexGraphHandle Required

The graph containing the node to update.

nodeid: ApexNodeID

The id of the node to update.

name: String

If provided, specifies a new name for the node.

callback: String

If provided, specifies a new callback type for the node.

pos: Vector3

If provided, specifies the position to move the node to.

color: Vector3

if provided, specifies a color to make the node.

parms: Dict

If provided, specifies the new dictionary of parms for the node. All existing parms are cleared before being updated with the new parms.

tags: StringArray

If provided, specifies the new list of tags for the node. All existing tags are cleared before being updated with the new tags.

properties: Dict

if provided, specifies the new dictionary of properties for the node. All existing properties are cleared before being updated with the new properties.

Outputs

*graph: ApexGraphHandle

Pass-through of corresponding graph input.

nodeid: ApexNodeID

The id of the node that was updated.

See also

APEX Nodes