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: 18.03.00
Syntaxpublic State Evaluate(
	double time
)
Parameters
- time
 - Type: SystemDouble
The (future) time at which to evaluate the state. 
Return Value
Type: 
StateThe state of the motor at the specified (future) time.
See Also