VariableSpeedMotorSetPosition Method |
Sets the position to the specified value at the specified
time.
Namespace: Demo3D.Visuals.MotorAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void SetPosition(
double value,
double time
)
Parameters
- value Double
- The new value for the (signed) position.
- time Double
- 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