Class VerifyCompareManagerHelper
Inheritance
VerifyCompareManagerHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class VerifyCompareManagerHelper
Methods
GetEnabled(ComWrapper<ICamApiVerifyCompareManager>)
Whether the "Verify compare" mode is currently enabled
Declaration
public static bool GetEnabled(this ComWrapper<ICamApiVerifyCompareManager> managerCom)
Parameters
Returns
GetMeasureEnabled(ComWrapper<ICamApiVerifyCompareManager>)
Whether measuring of the local deviation at the clicked point is enabled
Declaration
public static bool GetMeasureEnabled(this ComWrapper<ICamApiVerifyCompareManager> managerCom)
Parameters
Returns
GetScale(ComWrapper<ICamApiVerifyCompareManager>)
Get the deviation scale (stock reference + positive/negative bands)
Declaration
public static TCamApiVerifyCompareCompareScale GetScale(this ComWrapper<ICamApiVerifyCompareManager> managerCom)
Parameters
Returns
GetTolerance(ComWrapper<ICamApiVerifyCompareManager>)
Half-width of the green "in tolerance" band, in internal model units (mm)
Declaration
public static double GetTolerance(this ComWrapper<ICamApiVerifyCompareManager> managerCom)
Parameters
Returns
SetEnabled(ComWrapper<ICamApiVerifyCompareManager>, bool)
Enable or disable the "Verify compare" mode
Declaration
public static void SetEnabled(this ComWrapper<ICamApiVerifyCompareManager> managerCom, bool value)
Parameters
SetMeasureEnabled(ComWrapper<ICamApiVerifyCompareManager>, bool)
Enable or disable measuring of the local deviation at the clicked point
Declaration
public static void SetMeasureEnabled(this ComWrapper<ICamApiVerifyCompareManager> managerCom, bool value)
Parameters
SetScale(ComWrapper<ICamApiVerifyCompareManager>, TCamApiVerifyCompareCompareScale)
Set the deviation scale (stock reference + positive/negative bands)
Declaration
public static void SetScale(this ComWrapper<ICamApiVerifyCompareManager> managerCom, TCamApiVerifyCompareCompareScale scale)
Parameters
SetTolerance(ComWrapper<ICamApiVerifyCompareManager>, double)
Set the "in tolerance" band half-width, in internal model units (mm)
Declaration
public static void SetTolerance(this ComWrapper<ICamApiVerifyCompareManager> managerCom, double value)
Parameters