Click or drag to resize

CoSimulatorBase Constructor (String, CoSimulatorFlags, SpeedRange)

Constructs a new Simulator with default 10ms MinStep and 100ms MaxStep.

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.04.00
Syntax
C#
protected CoSimulatorBase(
	string name,
	CoSimulatorFlags flags = CoSimulatorFlags.Default,
	SpeedRange? validSpeed = null
)

Parameters

name
Type: SystemString
User friendly name of the simulator.
flags (Optional)
Type: Demo3D.Time.CoSimulationCoSimulatorFlags
Simulator flags.
validSpeed (Optional)
Type: Demo3D.Time.CoSimulationSpeedRange
The valid speeds this simulator can run.
See Also