Class SiemensToolEdgeOffset
- Namespace
- Hi.NcParsers.Dependencys.Siemens
- Assembly
- HiMech.dll
One Siemens cutting-edge offset row ($TC_DP fields for a (T, D) pair): geometry lengths L1/L2/L3 ($TC_DP3/4/5), radius ($TC_DP6) and the corresponding wear values ($TC_DP12/13/14/15). All mm.
public class SiemensToolEdgeOffset
- Inheritance
-
SiemensToolEdgeOffset
- Inherited Members
- Extension Methods
Properties
Length1_mm
$TC_DP3 — geometry length 1 (typically Z), mm.
public double Length1_mm { get; set; }
Property Value
Length2_mm
$TC_DP4 — geometry length 2 (typically X), mm.
public double Length2_mm { get; set; }
Property Value
Length3_mm
$TC_DP5 — geometry length 3 (typically Y), mm.
public double Length3_mm { get; set; }
Property Value
Radius_mm
$TC_DP6 — geometry radius, mm.
public double Radius_mm { get; set; }
Property Value
WearLength1_mm
$TC_DP12 — wear length 1, mm.
public double WearLength1_mm { get; set; }
Property Value
WearLength2_mm
$TC_DP13 — wear length 2, mm.
public double WearLength2_mm { get; set; }
Property Value
WearLength3_mm
$TC_DP14 — wear length 3, mm.
public double WearLength3_mm { get; set; }
Property Value
WearRadius_mm
$TC_DP15 — wear radius, mm.
public double WearRadius_mm { get; set; }