Houdini 20.0 Nodes APEX Nodes

graph::GetConnectedPorts

Finds all APEX port that are have a direct wire connection to a given APEX port.

On this page
Since 20.0

Finds all APEX ports that are have a direct wire connection to a given APEX port and return an array of APEX port ids represinting the found ports. If the given port is an input port then all output ports that connect into that node are returned and vice versa.

Inputs

graph: ApexGraphHandle

The APEX graph containing the APEX port to find the connected APEX ports for.

portid: ApexPortID

The APEX port to find the connected APEX ports for.

Outputs

connected: ApexPortIDArray

An array of unique port identifiers, created at run time, representing the connected ports in the graph.

APEX Nodes