Class RadiusCompensation
Section key holder + concrete implementation for IRadiusCompensationDef.
public class RadiusCompensation : IRadiusCompensationDef
- Inheritance
-
RadiusCompensation
- Implements
- Inherited Members
- Extension Methods
Properties
OffsetId
Offset number (Fanuc D number) selecting the radius in the tool offset table.
public int OffsetId { get; set; }
Property Value
Radius_mm
Signed compensation radius in mm. Positive for G41 (left offset), negative for G42 (right offset), zero when cancelled.
public double Radius_mm { get; set; }
Property Value
Term
CNC term: “G41”, “G42”, or “G40”.
public string Term { get; set; }