Class IMTI_AxialToolItemsExtension
Inheritance
System.Object
IMTI_AxialToolItemsExtension
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_AxialToolItemsExtension
Methods
Declaration
public static double GetMaxPlungeAngle(this IMTI_AxialToolItems tool)
Parameters
Type |
Name |
Description |
IMTI_AxialToolItems |
tool |
|
Returns
Type |
Description |
System.Double |
|
Declaration
public static double GetOverhang(this IMTI_AxialToolItems tool)
Parameters
Type |
Name |
Description |
IMTI_AxialToolItems |
tool |
|
Returns
Type |
Description |
System.Double |
|
Declaration
public static IMTI_AxialToolStepsAdapter GetStepsAdapter(this IMTI_AxialToolItems tool)
Parameters
Type |
Name |
Description |
IMTI_AxialToolItems |
tool |
|
Returns
Type |
Description |
IMTI_AxialToolStepsAdapter |
|
Declaration
public static int GetTeethsCount(this IMTI_AxialToolItems tool)
Parameters
Type |
Name |
Description |
IMTI_AxialToolItems |
tool |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
public static IMTI_AxialToolToolingPoints GetToolingPoints(this IMTI_AxialToolItems tool)
Parameters
Type |
Name |
Description |
IMTI_AxialToolItems |
tool |
|
Returns
Type |
Description |
IMTI_AxialToolToolingPoints |
|
Declaration
public static void SetMaxPlungeAngle(this IMTI_AxialToolItems tool, double angle)
Parameters
Type |
Name |
Description |
IMTI_AxialToolItems |
tool |
|
System.Double |
angle |
|
Declaration
public static void SetOverhang(this IMTI_AxialToolItems tool, double value)
Parameters
Type |
Name |
Description |
IMTI_AxialToolItems |
tool |
|
System.Double |
value |
|
Declaration
public static void SetTeethsCount(this IMTI_AxialToolItems tool, int count)
Parameters
Type |
Name |
Description |
IMTI_AxialToolItems |
tool |
|
System.Int32 |
count |
|