Click or drag to resize

ICoSimulatorBeforeStep Method

Called before advancing the simulator.

Namespace: Demo3D.Time.CoSimulation
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntax
C#
CoSimulatorAction BeforeStep()

Return Value

CoSimulatorAction
Returns an action for the co-simulation master to apply.
Remarks
Always called in the simulation thread.
Will only ever be called after at least one call to Resuming and never after Paused has been called.
Always called in a strict sequence of BeforeStep, Step, AfterStep.
Will never be called while Step is executing, wven if Step runs in its own thread.
See Also