Class Motion
Section key holder + concrete implementation for IMotionDef.
public class Motion : IMotionDef
- Inheritance
-
Motion
- Implements
- Inherited Members
- Extension Methods
Properties
Form
Interpolation form. See MotionForm.
public string Form { get; set; }
Property Value
IsRapid
True for rapid traverse; false (default) for programmed feedrate.
public bool IsRapid { get; set; }
Property Value
Mode
G-code that triggered this motion (e.g., “G00”, “G01”). Optional for inner motions within compound commands (e.g., canned cycles).
public string Mode { get; set; }