Click or drag to resize

CoSimulatorBaseStep Method

Called to advance the simulator by step.

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.04.00
Syntax
C#
public abstract CoSimulatorStatus Step(
	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 to advance the simulation. (May be zero.)

Return Value

Type: CoSimulatorStatus
The current status of the simulator.

Implements

ICoSimulatorStep(ModelTime, ModelTime, ModelTime)
See Also