Houdini 20.5 Nodes APEX nodes

graph::GetConnectedNodes

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

On this page
Since 20.0

Finds all APEX nodes that have a direct wire connection to a given port, and returns an array of node IDs that represent the nodes found.

Inputs

graph: ApexGraphHandle

The graph that contains the port to query for node connections.

portid: ApexPortID

The port to query for node connections.

Outputs

connected: ApexNodeIDArray

An array of unique node identifiers, created at run time, that represent the nodes connected to portid.

See also

APEX nodes