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