Click or drag to resize

VariableSpeedMotorInitialize Method

Applies the initialization state if specified.

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void Initialize(
	double time
)

Parameters

time
Type: SystemDouble
The time at which the motor is initialized.
See Also