Class IMTI_TurnToolItemsExtension
Inheritance
System.Object
IMTI_TurnToolItemsExtension
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()
Namespace: SprutTechnology.STMachiningToolsImportHelper
Assembly: STMachiningToolsImportHelper.dll
Syntax
public static class IMTI_TurnToolItemsExtension
Methods
GetDimensions(IMTI_TurnToolItems)
Declaration
public static IMTI_TurnToolDimensions GetDimensions(this IMTI_TurnToolItems tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_TurnToolItems | tool |
Returns
Type | Description |
---|---|
IMTI_TurnToolDimensions |
GetDirections(IMTI_TurnToolItems)
Declaration
public static IMTI_TurnToolDirections GetDirections(this IMTI_TurnToolItems tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_TurnToolItems | tool |
Returns
Type | Description |
---|---|
IMTI_TurnToolDirections |
GetHandType(IMTI_TurnToolItems)
Declaration
public static IMTI_TurnToolHand GetHandType(this IMTI_TurnToolItems tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_TurnToolItems | tool |
Returns
Type | Description |
---|---|
IMTI_TurnToolHand |
GetOverhang(IMTI_TurnToolItems)
Declaration
public static IMTI_TurnToolOverhang GetOverhang(this IMTI_TurnToolItems tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_TurnToolItems | tool |
Returns
Type | Description |
---|---|
IMTI_TurnToolOverhang |
GetToolingPoints(IMTI_TurnToolItems)
ToolingPoints has two objects with index = 0 - the first point, and with index = 1 - the second point
Declaration
public static IMTI_TurnToolToolingPoints GetToolingPoints(this IMTI_TurnToolItems tool)
Parameters
Type | Name | Description |
---|---|---|
IMTI_TurnToolItems | tool |
Returns
Type | Description |
---|---|
IMTI_TurnToolToolingPoints |