Click or drag to resize

CoSimulatorBaseResuming Method

Simulation resuming with a new negotiated speed.

Namespace: Demo3D.Time.CoSimulation
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntax
C#
public virtual CoSimulatorAction Resuming(
	double speed
)

Parameters

speed  Double
The speed factor.

Return Value

CoSimulatorAction
Returns an action for the co-simulation master to apply.

Implements

ICoSimulatorResuming(Double)
See Also