Interface ICamApiVerifyCompareManager
Controls the "Verify compare" mode: comparison of the machining result
with the part, colored by deviation bands
Assembly: CAMAPI.ApplicationMainForm.dll
Syntax
[Guid("8EB95E2E-8FF0-4EB4-B589-E9E241F0C7E8")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiVerifyCompareManager
Methods
GetEnabled()
Whether the compare mode is currently enabled
Declaration
Returns
GetMeasureEnabled()
Whether measuring of the local deviation at the clicked point is enabled
Declaration
Returns
GetScale()
Get the deviation scale (stock reference + positive/negative bands).
Exposes only the two edge levels per side — inner (nearest stock) and
outer (farthest); any intermediate levels the engine holds are dropped.
Declaration
TCamApiVerifyCompareCompareScale GetScale()
Returns
GetTolerance()
Half-width of the green "in tolerance" band, in internal model units (mm)
Declaration
Returns
SetEnabled(bool)
Declaration
void SetEnabled(bool Value)
Parameters
| Type |
Name |
Description |
| bool |
Value |
|
SetMeasureEnabled(bool)
Declaration
void SetMeasureEnabled(bool Value)
Parameters
| Type |
Name |
Description |
| bool |
Value |
|
SetScale(TCamApiVerifyCompareCompareScale)
Declaration
void SetScale(TCamApiVerifyCompareCompareScale Scale)
Parameters
SetTolerance(double)
Declaration
void SetTolerance(double Value)
Parameters
| Type |
Name |
Description |
| double |
Value |
|