Interface ICamApiSetToolOffsetProbingAction
Set Tool Offset action. XML type: TSetToolOffsetCycleAction. Writes the measured offset into the tool compensation register after probing.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[Guid("A2B3C4D5-E6F7-0891-A2B3-C4D5E6F70891")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiSetToolOffsetProbingAction
Properties
Corrector1
Length corrector register number (typically equals ToolNumber).
Declaration
int Corrector1 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Corrector2
Radius corrector register number (typically 100 + ToolNumber).
Declaration
int Corrector2 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ToolNumber
Tool number whose offset will be updated.
Declaration
int ToolNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |