Houdini 20.0 Nodes APEX Nodes

sim::LoadSimFile

Loads a simulation state from a file.

On this page
Since 20.0

This callback behaves like the File DOP and can be used to load simulation state from a .sim file.

This can be useful for utilizing DOPs to create a template for the initial state of the simulation (for example, objects and subdata with their default values) rather than replicating the DOP network in APEX. Then, the APEX graph only needs to override any values (such as initial geometry) which vary based on the graph’s inputs.

Inputs

*engine: ApexSimEngine Required

The simulation engine to modify.

filename: String

The path of the .sim file to load.

Outputs

*engine: ApexSimEngine

The modified simulation engine.

See also

APEX Nodes