Class LatheCycleZigzagGrooveStepHelper
Throwing wrappers for the groove-style RoughStep + AdjustStep discriminated-union
groups on ICamApiLatheCycleZigzag.
Inheritance
LatheCycleZigzagGrooveStepHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class LatheCycleZigzagGrooveStepHelper
Methods
Declaration
public static (bool IsActive, double Value) GetAdjustStepIsDistance(this ComWrapper<ICamApiLatheCycleZigzag> com)
Parameters
Returns
Declaration
public static (bool IsActive, double Value) GetAdjustStepIsPercent(this ComWrapper<ICamApiLatheCycleZigzag> com)
Parameters
Returns
Declaration
public static (bool IsActive, double Value) GetRoughStepIsDistance(this ComWrapper<ICamApiLatheCycleZigzag> com)
Parameters
Returns
Declaration
public static (bool IsActive, double Value) GetRoughStepIsPercent(this ComWrapper<ICamApiLatheCycleZigzag> com)
Parameters
Returns
Declaration
public static void SetAdjustStepIsDistance(this ComWrapper<ICamApiLatheCycleZigzag> com, double value)
Parameters
Declaration
public static void SetAdjustStepIsPercent(this ComWrapper<ICamApiLatheCycleZigzag> com, double value)
Parameters
Declaration
public static void SetRoughStepIsDistance(this ComWrapper<ICamApiLatheCycleZigzag> com, double value)
Parameters
Declaration
public static void SetRoughStepIsPercent(this ComWrapper<ICamApiLatheCycleZigzag> com, double value)
Parameters