Click or drag to resize

MotorAspectEvaluate Method

Evaluates the kinematic properties of the motor at some future time.

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

Parameters

time
Type: SystemDouble
The (future) time at which to evaluate the state.

Return Value

Type: State
The state of the motor at the specified (future) time.
See Also