Houdini 20.5 Nodes APEX nodes

graph::NodeOutputs

Finds all the output ports on an APEX node.

On this page
Since 20.0

Returns an array of all the output port IDs on a given APEX node or subnet.

Inputs

graph: ApexGraphHandle

The graph that contains the node to query for the output ports.

node: ApexNodeID

The node to query for the output ports.

Outputs

ports: ApexPortIDArray

An array of unique port identifiers, created at run time, that represent the output ports found on node.

See also

APEX nodes