Class IMTI_MachiningToolsItemExtension
Inheritance
System.Object
IMTI_MachiningToolsItemExtension
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: STMachiningToolsImportHelper.dll
public static class IMTI_MachiningToolsItemExtension
Methods
Declaration
public static string GetCADModelAdapterPath(this IMTI_MachiningToolsItem tool)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
Returns
Type |
Description |
System.String |
|
Declaration
public static IMTI_MachiningToolCuttingConditions GetCuttingConditions(this IMTI_MachiningToolsItem tool)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
Returns
Type |
Description |
IMTI_MachiningToolCuttingConditions |
|
Declaration
public static double GetDurability(this IMTI_MachiningToolsItem tool)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
Returns
Type |
Description |
System.Double |
|
Declaration
public static string GetIdentifier(this IMTI_MachiningToolsItem tool)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
Returns
Type |
Description |
System.String |
|
Declaration
public static int GetMagazineNumber(this IMTI_MachiningToolsItem tool)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
public static string GetName(this IMTI_MachiningToolsItem tool)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
Returns
Type |
Description |
System.String |
|
Declaration
public static int GetToolNumber(this IMTI_MachiningToolsItem tool)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
public static TMTI_LinearUnits GetUnits(this IMTI_MachiningToolsItem tool)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
Returns
Type |
Description |
TMTI_LinearUnits |
|
Declaration
public static void SetCADModelAdapterPath(this IMTI_MachiningToolsItem tool, string path)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
System.String |
path |
|
Declaration
public static void SetDurability(this IMTI_MachiningToolsItem tool, double value)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
System.Double |
value |
|
Declaration
public static void SetIdentifier(this IMTI_MachiningToolsItem tool, string id)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
System.String |
id |
|
Declaration
public static void SetMagazineNumber(this IMTI_MachiningToolsItem tool, int number)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
System.Int32 |
number |
|
Declaration
public static void SetName(this IMTI_MachiningToolsItem tool, string name)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
System.String |
name |
|
Declaration
public static void SetToolNumber(this IMTI_MachiningToolsItem tool, int number)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
System.Int32 |
number |
|
Declaration
public static void SetUnits(this IMTI_MachiningToolsItem tool, TMTI_LinearUnits units)
Parameters
Type |
Name |
Description |
IMTI_MachiningToolsItem |
tool |
|
TMTI_LinearUnits |
units |
|