Click or drag to resize

CommandListAppendMotorMoveAbs(Point3D) Method

Moves the motor from the current position to the absolute end-point coordinates.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntax
C#
public void AppendMotorMoveAbs(
	Point3D target
)

Parameters

target  Point3D
The target position to which the motor axes M0, M1 and M2 should move to.
Remarks
Appends a MOTOR_MOVE_ABS3D command to the list.
See Also