Click or drag to resize

CoSimulatorBaseAfterStep Method

Called after advancing the simulator.

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.04.00
Syntax
C#
public virtual void AfterStep(
	ModelTime currentTime
)

Parameters

currentTime
Type: Demo3D.TimeModelTime
The current simulation time.

Implements

ICoSimulatorAfterStep(ModelTime)
See Also