Click or drag to resize

ICoSimulatorGetStepSize Method

Called before Step(ModelTime, ModelTime) with a proposed step size. Must return a step size that suits.

Namespace: Demo3D.Time.CoSimulation
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntax
C#
ModelTime GetStepSize(
	ModelTime proposedStepSize
)

Parameters

proposedStepSize  ModelTime
The proposed step size.

Return Value

ModelTime
A suitable step size.
Remarks
Always called in the simulation thread.
See Also