Class IMTI_AxialToolItemsExtension
Inheritance
object
IMTI_AxialToolItemsExtension
Namespace: SprutCAMTech.STMachiningToolsImportHelper
Assembly: STMachiningToolsImportHelper.dll
Syntax
public static class IMTI_AxialToolItemsExtension : Object
Methods
GetMaxPlungeAngle(IMTI_AxialToolItems)
Declaration
public static double GetMaxPlungeAngle(this IMTI_AxialToolItems tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_AxialToolItems | tool |
Returns
Type | Description |
---|---|
double |
GetOverhang(IMTI_AxialToolItems)
Declaration
public static double GetOverhang(this IMTI_AxialToolItems tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_AxialToolItems | tool |
Returns
Type | Description |
---|---|
double |
GetStepsAdapter(IMTI_AxialToolItems)
Declaration
public static IMTI_AxialToolStepsAdapter GetStepsAdapter(this IMTI_AxialToolItems tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_AxialToolItems | tool |
Returns
Type | Description |
---|---|
IMTI_AxialToolStepsAdapter |
GetTeethsCount(IMTI_AxialToolItems)
Declaration
public static int GetTeethsCount(this IMTI_AxialToolItems tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_AxialToolItems | tool |
Returns
Type | Description |
---|---|
int |
GetToolingPoints(IMTI_AxialToolItems)
Declaration
public static IMTI_AxialToolToolingPoints GetToolingPoints(this IMTI_AxialToolItems tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_AxialToolItems | tool |
Returns
Type | Description |
---|---|
IMTI_AxialToolToolingPoints |
SetMaxPlungeAngle(IMTI_AxialToolItems, double)
Declaration
public static void SetMaxPlungeAngle(this IMTI_AxialToolItems tool, double angle)
Parameters
Type | Name | Description |
---|---|---|
IMTI_AxialToolItems | tool | |
double | angle |
SetOverhang(IMTI_AxialToolItems, double)
Declaration
public static void SetOverhang(this IMTI_AxialToolItems tool, double value)
Parameters
Type | Name | Description |
---|---|---|
IMTI_AxialToolItems | tool | |
double | value |
SetTeethsCount(IMTI_AxialToolItems, int)
Declaration
public static void SetTeethsCount(this IMTI_AxialToolItems tool, int count)
Parameters
Type | Name | Description |
---|---|---|
IMTI_AxialToolItems | tool | |
int | count |