VariableSpeedMotorEvaluate Method |
The state of the motor at the specified time.
Namespace: Demo3D.Visuals.MotorAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic State Evaluate(
double time
)
Parameters
- time Double
- The time for which to determine the state.
Return Value
StateThe state at the specified time.
Exceptions
See Also