Click or drag to resize

CoSimulatorBaseBeforeStep Method

Called before advancing the simulator.

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

Return Value

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

Implements

ICoSimulatorBeforeStep
See Also