Table of Contents

Class RadiusCompensation

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

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

int

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

double

Term

CNC term: “G41”, “G42”, or “G40”.

public string Term { get; set; }

Property Value

string