Click or drag to resize

ICoSimulatorAfterStep Method

Called after advancing the simulator.

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

Parameters

currentTime
Type: Demo3D.EventQueueModelTime
The current simulation time.
See Also