Click or drag to resize

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: 19.00.00
Syntax
C#
public 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