Class MillingToolOffsetTable
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
MillingToolOffsetTableThe source table to copy.
MillingToolOffsetTable(XElement)
Initializes a new instance of the MillingToolOffsetTable class from XML.
public MillingToolOffsetTable(XElement src)
Parameters
src
XElementThe XML element containing tool offset data.
Fields
XName
Gets the XML element name for the MillingToolOffsetTable.
public static string XName
Field Value
Methods
MakeXmlSource(string, string)
Creates an XML representation of this offset table.
public XElement MakeXmlSource(string baseDirectory, string relFile)
Parameters
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
MachiningToolHouseThe machining tool house containing tool information.