Interface IMTI_MachiningToolsImportLibrary
Create a new instance of the Machining tools import library
Namespace: MachinigToolsImportTypes
Assembly: MachinigToolsImportTypes.dll
Syntax
[Guid("27B177AA-2C7E-493D-A176-8F57810ADCA1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMTI_MachiningToolsImportLibrary
Methods
CreateNewToolItem(string)
Create a new machining tool item by its class name
Declaration
IMTI_MachiningToolsItem CreateNewToolItem(string ItemClassName)
Parameters
Type | Name | Description |
---|---|---|
string | ItemClassName |
Returns
Type | Description |
---|---|
IMTI_MachiningToolsItem | An instance of the machining tool item |
CreateNewToolsStorage(string)
Create a new machining tool storage
Declaration
IMTI_MachiningToolsStorage CreateNewToolsStorage(string StorageFileName)
Parameters
Type | Name | Description |
---|---|---|
string | StorageFileName | Full path to the new machining tool storage file |
Returns
Type | Description |
---|---|
IMTI_MachiningToolsStorage | An instance of the created machining tool storage |
OpenExistingToolsStorage(string)
Open an existing machining tool storage
Declaration
IMTI_MachiningToolsStorage OpenExistingToolsStorage(string StorageFileName)
Parameters
Type | Name | Description |
---|---|---|
string | StorageFileName | Full path to an existing machining tool storage file |
Returns
Type | Description |
---|---|
IMTI_MachiningToolsStorage | An instance of the machining tool storage |
Extension Methods
IMTI_MachiningToolsImportLibraryExtension.CreateFlatTipCountersink(IMTI_MachiningToolsImportLibrary)
IMTI_MachiningToolsImportLibraryExtension.CreateHollowConeSprayGun(IMTI_MachiningToolsImportLibrary)
IMTI_MachiningToolsImportLibraryExtension.CreateLimitedConicalMill(IMTI_MachiningToolsImportLibrary)
IMTI_MachiningToolsImportLibraryExtension.CreateNegativeRadiusMill(IMTI_MachiningToolsImportLibrary)