Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.Visuals Namespaces
Demo3D.Visuals.Motor
VariableSpeedMotor Class
VariableSpeedMotor Methods
Evaluate Method
Initialize Method
Reset Method
SetMaxAcceleration Method
SetMaxDeceleration Method
SetMaxPosition Method
SetMinPosition Method
SetPosition Method
SetTargetVelocity Method
VariableSpeedMotor
Evaluate Method
The state of the motor at the specified
time
.
Namespace:
Demo3D.Visuals.Motor
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
State
Evaluate
(
double
time
)
Parameters
time
Type:
System
Double
The time for which to determine the state.
Return Value
Type:
State
The state at the specified time.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
Thrown if the time specified is earlier than the current time on the motor.
See Also
Reference
VariableSpeedMotor Class
Demo3D.Visuals.Motor Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com