FindCacheForModel (SimulationEnvironment)
Introduced
4.2
Description
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.
Scripting Syntax
SimulationEnvironment.FindCacheForModel( Model )
C# Syntax
ActionSource SimulationEnvironment.FindCacheForModel( Model );
Parameters
|
Parameter |
Type |
Description |
|
Model |
Model for which we want to retrieve the cache |
Return Value
Examples
Python Example
# # See the Python example under the SimulationEnvironment object. #
SOFTIMAGE|XSI v6.01