Click or drag to resize

ICoSimulatorBeforeStep Method

Called before advancing the simulator.

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.04.00
Syntax
C#
void BeforeStep(
	ModelTime currentTime,
	ModelTime stepBeginTime,
	ModelTime step
)

Parameters

currentTime
Type: Demo3D.TimeModelTime
The current simulation time.
stepBeginTime
Type: Demo3D.TimeModelTime
The time that this step begins.
step
Type: Demo3D.TimeModelTime
The step size we expect to advance the simulation.
See Also