v4.2
Returns the ActionSource which is used for caching
the simulation of a given model. If there is no cache the method returns
an empty object.
Caches are stored in the Environments > Environment > Caches
folder under the Scene.
ActionSource SimulationEnvironment.FindCacheForModel( Model ); |
oReturn = SimulationEnvironment.FindCacheForModel( Model ); |
Parameter | Type | Description |
---|---|---|
Model | Model | Model for which we want to retrieve the cache |
# # See the Python example under the SimulationEnvironment object. # |