Class MotionEvent
Section key holder + concrete implementation for IMotionEventDef.
public class MotionEvent : IMotionEventDef
- Inheritance
-
MotionEvent
- 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
Term
Source G-code term, set only when a non-modal one-shot drove
this block's motion (e.g. “G53.1”). Null/absent for modal motion
blocks (G00/G01/G02/G03) whose source is recorded on the sibling
Term. See type-level remarks for the
precedence rule.
public string Term { get; set; }