MotionCmdPath

MotionCmdPath class

Represent one command of a path.

public class MotionCmdPath : IMotionCmdPath

Properties

NameDescription
CommandType { get; set; }Specifies command type. Read/write MotionCommandPathType.
IsRelative { get; set; }Determine command coordinates relative or not. Read/write Boolean.
Points { get; set; }Specifies points of command. Read/write PointF[].
PointsType { get; set; }Specifies command points type Read/write MotionPathPointsType.

See Also