Interface ICamIpcCalibrateToolProbeProbingAction
Calibrate Tool Probe action. XML type: TCalibrateToolProbeCycleAction. Calibrates the tool-length probe against a reference tool.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("9B9C646A-DC93-4FBC-8D74-29C57202B9DA")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcCalibrateToolProbeProbingAction
Properties
Corrector1
Length corrector register number.
Declaration
int Corrector1 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Corrector2
Radius corrector register number.
Declaration
int Corrector2 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ProbeNumber
Probe tool number.
Declaration
int ProbeNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |