Class PathSmoothing
Section key holder for IPathSmoothingDef.
public class PathSmoothing : IPathSmoothingDef
- Inheritance
-
PathSmoothing
- Implements
- Inherited Members
- Extension Methods
Properties
IsEnabled
True when path smoothing is active (Q1), false when cancelled (Q0).
public bool IsEnabled { get; set; }
Property Value
Term
CNC term that controls this feature (e.g., “G05.1”).
public string Term { get; set; }