Click or drag to resize

CoSimulatorBaseAfterStep Method

Called after advancing the simulator.

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

Parameters

currentTime
Type: Demo3D.EventQueueModelTime
The current simulation time.

Implements

ICoSimulatorAfterStep(ModelTime)
See Also