Class SetupStageHelper
Helper methods for ICamApiSetupStage
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class SetupStageHelper
Methods
Machine(ComWrapper<ICamApiSetupStage>)
Get machine instance
Declaration
public static ComWrapper<ICamApiMachine> Machine(this ComWrapper<ICamApiSetupStage> setupStageCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiSetupStage> | setupStageCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiMachine> |
SetToolConnector(ComWrapper<ICamApiSetupStage>, string, string)
Specify tool connector for the machine in this setup stage
Declaration
public static void SetToolConnector(this ComWrapper<ICamApiSetupStage> setupStageCom, string toolID, string connectorID)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiSetupStage> | setupStageCom | Setup stage |
| string | toolID | Tool identifier |
| string | connectorID | Connector identifier |
SetupStageIndex(ComWrapper<ICamApiSetupStage>)
Internal Identifier of the setup stage item inside CAM system. It is autogenerated
Declaration
public static int SetupStageIndex(this ComWrapper<ICamApiSetupStage> setupStageCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiSetupStage> | setupStageCom |
Returns
| Type | Description |
|---|---|
| int |