Table of Contents

Class MillingToolOffsetTableRow

Namespace
Hi.Numerical
Assembly
HiUniNc.dll
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 XElement

The 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

double

FullHeight_mm

Gets the total height of the tool including wear in millimeters.

public double FullHeight_mm { get; }

Property Value

double

FullRadius_mm

Gets the total radius of the tool including wear in millimeters.

public double FullRadius_mm { get; }

Property Value

double

IdealHeight_mm

Gets or sets the ideal height of the tool in millimeters.

public double IdealHeight_mm { get; set; }

Property Value

double

IdealRadius_mm

Gets or sets the ideal radius of the tool in millimeters.

public double IdealRadius_mm { get; set; }

Property Value

double

RadialWear_mm

Gets or sets the radial wear of the tool in millimeters.

public double RadialWear_mm { get; set; }

Property Value

double

XName

XML Name.

public static string XName { get; }

Property Value

string

Methods

ToXElement()

Converts this offset table row to an XML element.

public XElement ToXElement()

Returns

XElement

An XML element representing this offset table row.