Class MachiningToolsManagerHelper
Helper methods for ICamApiMachiningToolsManager
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class MachiningToolsManagerHelper
Methods
AddToolToProject(ComWrapper<ICamApiMachiningToolsManager>, string, string)
Add tool to the current active project
Declaration
public static void AddToolToProject(this ComWrapper<ICamApiMachiningToolsManager> managerCom, string libraryPath, string toolId)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiMachiningToolsManager> | managerCom | COM wrapper for machining tools manager |
| string | libraryPath | Path to library, where tool is located |
| string | toolId | Unique identifier of the tool in the library |
OpenExistingLibrary(ComWrapper<ICamApiMachiningToolsManager>, string)
Attach existing library to the manager, so it will be used for searching tools
Declaration
public static void OpenExistingLibrary(this ComWrapper<ICamApiMachiningToolsManager> managerCom, string libraryPath)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiMachiningToolsManager> | managerCom | |
| string | libraryPath |