Houdini 20.0 Nodes APEX Nodes

sim::RemoveRelationship

Removes a relationship from a simulation.

On this page
Since 20.0

Inputs

*engine: ApexSimEngine Required

The simulation engine to modify.

rel: ApexSimRootDataId

The ID of the relationship to remove. For example, the sim::FindRelationship callback can be used to find the relationship to remove by name.

Outputs

*engine: ApexSimEngine

The modified simulation engine.

See also

APEX Nodes