Interface IMTI_TurnToolDimensions
Namespace: SprutCAMTech.MachinigToolsImportTypes
Assembly: SprutCAMTech.MachinigToolsImportTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("00A5E743-EBB7-47FB-88BB-CBA8848E6ED4")]
public interface IMTI_TurnToolDimensions
Properties
Holder[TMTI_TurnToolHolderDimensionTypes]
Declaration
double Holder[TMTI_TurnToolHolderDimensionTypes DimType] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
TMTI_TurnToolHolderDimensionTypes | DimType |
Property Value
Type | Description |
---|---|
double |
Insert[TMTI_TurnToolInsertDimensionTypes]
Declaration
double Insert[TMTI_TurnToolInsertDimensionTypes DimType] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
TMTI_TurnToolInsertDimensionTypes | DimType |
Property Value
Type | Description |
---|---|
double |
Methods
IsHolderTypeApplicable(TMTI_TurnToolHolderDimensionTypes)
Declaration
bool IsHolderTypeApplicable(TMTI_TurnToolHolderDimensionTypes DimType)
Parameters
Type | Name | Description |
---|---|---|
TMTI_TurnToolHolderDimensionTypes | DimType |
Returns
Type | Description |
---|---|
bool |
IsInsertTypeApplicable(TMTI_TurnToolInsertDimensionTypes)
Declaration
bool IsInsertTypeApplicable(TMTI_TurnToolInsertDimensionTypes DimType)
Parameters
Type | Name | Description |
---|---|---|
TMTI_TurnToolInsertDimensionTypes | DimType |
Returns
Type | Description |
---|---|
bool |