Interface ICamApiCheckBrokenToolProbingAction
Check Broken Tool action. XML type: TCheckBrokenToolCycleAction. Inherits TSetToolOffsetCycleAction — same ToolNumber/Corrector fields. Compares the measured value against the stored offset to detect tool breakage.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B3C4D5E6-F7A8-1902-B3C4-D5E6F7A81902")]
public interface ICamApiCheckBrokenToolProbingAction
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 |
ToolNumber
Tool number to check.
Declaration
int ToolNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |