Houdini 21.0 Nodes APEX nodes

graphutils::OuterPort

Returns the outer port of a subport.

On this page
Since 21.0

Returns the outer port (for example, the variadic port) of a subport. If the port is not a subport, an invalid port ID is returned.

Inputs

graph: ApexGraphHandle

The graph that contains the port to query.

portid: ApexPortID

The subport to return the outer port of.

Outputs

outerport: ApexPortID

The outer port for the portid subport.

See also

APEX nodes