SimulationLevel

What effect has the default property SimulationLevel of a component?

Now I know that it is a placeholder property that can be used in modeling, e.g. in a PythonScript to run different logics dependent from a choosen SimulationLevel.

Hello Ralle,

Accordingly to the documentation:

Indicates the accuracy setting for simulating component movements.

Default
Accuracy is defined by simulation.
Detailed
Simulates component movements as accurate as possible, thereby simulating full range of motion for component.

Balanced
Simulates component movements in a way that is balanced with performance of simulation, thereby component may move from point to point without simulating unnecessary joint motions.

Fast
Simulates component movements as quickly as possible, thereby component may snap to joint configuration or jump from point to point.
Seems to me like is more than a place holder property :slight_smile:

BR,

Holms