Environment: On premises only
Signature
The GetSimulatedModel() method can be applied on
any simulation. The method has no arguments.
SIMObjSimulationObjectGeneric.GetSimulatedModel() : PLMCoreReference
ReturnType
Returns the simulated model.
PLMCoreReferences
Example
let SO (SIMObjSimulationObjectGeneric)
let MyModel (PLMCoreReference)
set SO = ThisObject
set MyModel = SO.GetSimulatedModel()