Houdini 20.5 Nodes APEX Nodes

graphutils::PortPath

Gets the path for a port ID in an APEX graph.

On this page
Since 20.5

Inputs

graph: ApexGraphHandle

The graph that contains the portid.

portid: ApexPortID

The unique node identifier for the port in graph.

qualify: Bool

If set to True, the exact port path is specified. If set to False, the output path only contains the [in] or [out] qualifier suffix if it is needed to disambiguate the port (since input ports may have the same name as an output port).

Outputs

path: String

The path identifying the portid in graph.

See also

APEX Nodes