Houdini 20.0 Nodes APEX Nodes

graph::NodeOutputs

Finds all the available output port ids for a given APEX node.

On this page
Since 20.0

Returns an array of all available output port ids for a given APEX node or subnet.

Inputs

graph: ApexGraphHandle

The APEX graph containing the APEX node that the output ports are queried of.

node: ApexNodeID

The APEX node that the output ports are queried of.

Outputs

ports: ApexPortIDArray

An array of unique port identifiers, created at run time, representing the found node output ports of the given node.

APEX Nodes