Class LatheCycleGrooveHelper
Throwing wrappers for the discriminated-union groups on
ICamApiLatheCycleGroove: MaxScallop (Distance/Percent),
RoughStep (Distance/Percent), and AdjustStep (Distance/Percent).
Inheritance
LatheCycleGrooveHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class LatheCycleGrooveHelper
Methods
Declaration
public static (bool IsActive, double Value) GetAdjustStepIsDistance(this ComWrapper<ICamApiLatheCycleGroove> com)
Parameters
Returns
Declaration
public static (bool IsActive, double Value) GetAdjustStepIsPercent(this ComWrapper<ICamApiLatheCycleGroove> com)
Parameters
Returns
Declaration
public static (bool IsActive, double Value) GetMaxScallopIsDistance(this ComWrapper<ICamApiLatheCycleGroove> com)
Parameters
Returns
Declaration
public static (bool IsActive, double Value) GetMaxScallopIsPercent(this ComWrapper<ICamApiLatheCycleGroove> com)
Parameters
Returns
Declaration
public static (bool IsActive, double Value) GetRoughStepIsDistance(this ComWrapper<ICamApiLatheCycleGroove> com)
Parameters
Returns
Declaration
public static (bool IsActive, double Value) GetRoughStepIsPercent(this ComWrapper<ICamApiLatheCycleGroove> com)
Parameters
Returns
Declaration
public static void SetAdjustStepIsDistance(this ComWrapper<ICamApiLatheCycleGroove> com, double value)
Parameters
Declaration
public static void SetAdjustStepIsPercent(this ComWrapper<ICamApiLatheCycleGroove> com, double value)
Parameters
Declaration
public static void SetMaxScallopIsDistance(this ComWrapper<ICamApiLatheCycleGroove> com, double value)
Parameters
Declaration
public static void SetMaxScallopIsPercent(this ComWrapper<ICamApiLatheCycleGroove> com, double value)
Parameters
Declaration
public static void SetRoughStepIsDistance(this ComWrapper<ICamApiLatheCycleGroove> com, double value)
Parameters
Declaration
public static void SetRoughStepIsPercent(this ComWrapper<ICamApiLatheCycleGroove> com, double value)
Parameters