Simulation Object Authoring Functions: SIMObjSimulationObjectGeneric.GetSimulatedModel

Functions and methods for Simulation Objects in authoring mode. Gets the model simulated by the simulation. The GetSimulatedModel() method works for only server EKL or client EKL in authoring mode.

This page discusses:

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()