Interface ICamIpcCalibratePartProbeProbingAction
Calibrate Part Probe action. XML type: TCalibratePartProbeCycleAction. Calibrates the part-measurement probe against a reference surface.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("DC11A1EC-6AFC-416C-B746-CDBDFC00C391")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcCalibratePartProbeProbingAction
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 |