Houdini 20.5 Nodes APEX nodes

sim::RemoveObject

Removes an object 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.

object: ApexSimRootDataId

The ID of the simulation object to remove. For example, the sim::FindObject node can be used to find the object to remove by name.

Outputs

*engine: ApexSimEngine

The modified simulation engine.

See also

APEX nodes