Class MachiningToolHelper
Helper methods for ICamApiMachiningTool
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class MachiningToolHelper
Methods
AssemblyItemsJSON(ComWrapper<ICamApiMachiningTool>)
JSON description of the items inside the tool assembly
Declaration
public static string AssemblyItemsJSON(this ComWrapper<ICamApiMachiningTool> toolCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiMachiningTool> | toolCom |
Returns
| Type | Description |
|---|---|
| string |
ToolName(ComWrapper<ICamApiMachiningTool>)
Name of the tool visible to user
Declaration
public static string ToolName(this ComWrapper<ICamApiMachiningTool> toolCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiMachiningTool> | toolCom |
Returns
| Type | Description |
|---|---|
| string |