Click or drag to resize

CoSimulatorBaseBeforeStep Method

Called before advancing the simulator.

Namespace:  Demo3D.EventQueue.CoSimulation
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public virtual void BeforeStep(
	ModelTime currentTime,
	ModelTime stepBeginTime,
	ModelTime step
)

Parameters

currentTime
Type: Demo3D.EventQueueModelTime
The current simulation time.
stepBeginTime
Type: Demo3D.EventQueueModelTime
The time that this step begins.
step
Type: Demo3D.EventQueueModelTime
The step size we expect to advance the simulation. (May be zero.)

Implements

ICoSimulatorBeforeStep(ModelTime, ModelTime, ModelTime)
See Also