Houdini 20.0 Nodes APEX Nodes

sim::CreateRelationship

Adds a new dynamics relationship to a simulation.

On this page
Since 20.0

Inputs

*engine: ApexSimEngine Required

The simulation engine to modify.

name: String

The name of the new relationship. This name can be used with callbacks such as sim::FindRelationship to search for relationships by name.

group: ApexSimRootDataIdArray

A list of simulation objects that should be affected by the relationship.

affectorgroup: ApexSimRootDataIdArray

A list of simulation objects that are doing the affecting.

Outputs

*engine: ApexSimEngine

The modified simulation engine.

rel: ApexSimRootDataId

The new relationship’s ID. This can be used with, for example, sim::CreateSubData to attach subdata to the relationship.

See also

APEX Nodes