VariableSpeedMotorSetPosition Method |
Sets the position to the specified value at the specified
time.
Namespace:
Demo3D.Visuals.Motor
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic void SetPosition(
double value,
double time
)
Parameters
- value
- Type: SystemDouble
The new value for the (signed) position. - time
- Type: SystemDouble
The time at which the position is changed.
Remarks
This function can be used to teleport to a specific position. Note that the value
specified is clamped to satisfy the position limits.
See Also