Class MillingToolOffsetTableRow
Raw of MillingToolOffsetTable
public class MillingToolOffsetTableRow
- Inheritance
-
MillingToolOffsetTableRow
- Inherited Members
- Extension Methods
Constructors
MillingToolOffsetTableRow()
Ctor.
public MillingToolOffsetTableRow()
MillingToolOffsetTableRow(XElement)
Initializes a new instance of the MillingToolOffsetTableRow class from XML.
public MillingToolOffsetTableRow(XElement src)
Parameters
src
XElementThe XML element containing tool offset row data.
Properties
AxialWear_mm
Gets or sets the axial wear of the tool in millimeters.
public double AxialWear_mm { get; set; }
Property Value
FullHeight_mm
Gets the total height of the tool including wear in millimeters.
public double FullHeight_mm { get; }
Property Value
FullRadius_mm
Gets the total radius of the tool including wear in millimeters.
public double FullRadius_mm { get; }
Property Value
IdealHeight_mm
Gets or sets the ideal height of the tool in millimeters.
public double IdealHeight_mm { get; set; }
Property Value
IdealRadius_mm
Gets or sets the ideal radius of the tool in millimeters.
public double IdealRadius_mm { get; set; }
Property Value
RadialWear_mm
Gets or sets the radial wear of the tool in millimeters.
public double RadialWear_mm { get; set; }
Property Value
XName
XML Name.
public static string XName { get; }
Property Value
Methods
ToXElement()
Converts this offset table row to an XML element.
public XElement ToXElement()
Returns
- XElement
An XML element representing this offset table row.