Houdini 20.5 Nodes APEX nodes

sim::FindObject

Finds the unique ID of a simulation object by name.

On this page
Since 20.0

Inputs

engine: ApexSimEngine

The simulation engine to query.

name: String

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

Outputs

object: ApexSimRootDataId

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

See also

APEX nodes