ICoSimulatorAfterStep Method |
Called after advancing the simulator.
Namespace: Demo3D.Time.CoSimulationAssembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
SyntaxCoSimulatorAction AfterStep()
Return Value
CoSimulatorActionReturns 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