Click or drag to resize

CoSimulatorBaseGetNextStepSize Method

Returns a suggestion as to how long this simulators next step should be.

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.04.00
Syntax
C#
public virtual ModelTime? GetNextStepSize(
	ModelTime nextStepBeginTime
)

Parameters

nextStepBeginTime
Type: Demo3D.TimeModelTime
The start time of the next step.

Return Value

Type: NullableModelTime
The next step size or null.

Implements

ICoSimulatorGetNextStepSize(ModelTime)
See Also