Houdini 20.5 Nodes APEX nodes

sim::RemoveRelationship

Removes a relationship from 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.

rel: ApexSimRootDataId

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

Outputs

*engine: ApexSimEngine

The modified simulation engine.

See also

APEX nodes