Houdini 20.0 Nodes APEX Nodes

graph::GetConnectedNodes

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

On this page
Since 20.0

Finds all APEX nodes that are have a direct wire connection to a given APEX port and return an array of APEX node ids representing the found nodes.

Inputs

graph: ApexGraphHandle

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

portid: ApexPortID

The APEX port to find the connected APEX nodes for.

Outputs

connected: ApexNodeIDArray

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

APEX Nodes