Houdini 20.5 Nodes APEX nodes

sim::CreateRelationship

Adds a new dynamics relationship to a simulation.

On this page
Since 20.0

The engine ports of this node are in-place ports. This means that the simulation engine is updated without creating a copy.

Inputs

*engine: ApexSimEngine Required

The simulation engine to modify.

name: String

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

group: ApexSimRootDataIdArray

A list of simulation objects that are affected by the relationship.

affectorgroup: ApexSimRootDataIdArray

A list of simulation objects that affect the relationship.

Outputs

*engine: ApexSimEngine

The modified simulation engine.

rel: ApexSimRootDataId

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

See also

APEX nodes