Table of Contents

Class MillingToolOffsetTable

Namespace
Hi.Numerical
Assembly
HiUniNc.dll

Offset table for milling tool. The key is tool ID.

public class MillingToolOffsetTable : Dictionary<int, MillingToolOffsetTableRow>, IDictionary<int, MillingToolOffsetTableRow>, ICollection<KeyValuePair<int, MillingToolOffsetTableRow>>, IReadOnlyDictionary<int, MillingToolOffsetTableRow>, IReadOnlyCollection<KeyValuePair<int, MillingToolOffsetTableRow>>, IEnumerable<KeyValuePair<int, MillingToolOffsetTableRow>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable, IMakeXmlSource
Inheritance
MillingToolOffsetTable
Implements
Inherited Members
Extension Methods

Constructors

MillingToolOffsetTable()

Initializes a new instance of the MillingToolOffsetTable class.

public MillingToolOffsetTable()

MillingToolOffsetTable(MillingToolOffsetTable)

Initializes a new instance of the MillingToolOffsetTable class by copying an existing table.

public MillingToolOffsetTable(MillingToolOffsetTable src)

Parameters

src MillingToolOffsetTable

The source table to copy.

MillingToolOffsetTable(XElement)

Initializes a new instance of the MillingToolOffsetTable class from XML.

public MillingToolOffsetTable(XElement src)

Parameters

src XElement

The XML element containing tool offset data.

Fields

XName

Gets the XML element name for the MillingToolOffsetTable.

public static string XName

Field Value

string

Methods

MakeXmlSource(string, string)

Creates an XML representation of this offset table.

public XElement MakeXmlSource(string baseDirectory, string relFile)

Parameters

baseDirectory string

The base directory for relative paths.

relFile string

The relative file path.

Returns

XElement

An XML element representing this offset table.

UpdateIdealMillingToolOffsetTableByToolHouse(MachiningToolHouse)

Updates the ideal tool offsets in this table based on a tool house.

public void UpdateIdealMillingToolOffsetTableByToolHouse(MachiningToolHouse millingToolHouse)

Parameters

millingToolHouse MachiningToolHouse

The machining tool house containing tool information.