Houdini 20.5 Nodes APEX nodes

sim::FindRelationship

Finds the unique ID of a simulation relationship by name.

On this page
Since 20.0

Inputs

engine: ApexSimEngine

The simulation engine to query.

name: String

The name of the relationship. This value can also be a pattern, but only the first matching relationship is returned.

Outputs

rel: ApexSimRootDataId

The unique ID of the relationship, or an invalid ID if the relationship is not found.

See also

APEX nodes