Class LatheCycleRoughingStepHelper
Throwing wrappers for the RoughStep discriminated-union group on ICamApiLatheCycleRoughingAdvanced and ICamApiLatheCycleRoughing.
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class LatheCycleRoughingStepHelper
Methods
GetRoughStepIsCount(ComWrapper<ICamApiLatheCycleRoughingAdvanced>)
Declaration
public static (bool IsActive, int Value) GetRoughStepIsCount(this ComWrapper<ICamApiLatheCycleRoughingAdvanced> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleRoughingAdvanced> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, int Value) |
GetRoughStepIsCount(ComWrapper<ICamApiLatheCycleRoughing>)
Declaration
public static (bool IsActive, int Value) GetRoughStepIsCount(this ComWrapper<ICamApiLatheCycleRoughing> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleRoughing> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, int Value) |
GetRoughStepIsDistance(ComWrapper<ICamApiLatheCycleRoughingAdvanced>)
Declaration
public static (bool IsActive, double Value) GetRoughStepIsDistance(this ComWrapper<ICamApiLatheCycleRoughingAdvanced> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleRoughingAdvanced> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, double Value) |
GetRoughStepIsDistance(ComWrapper<ICamApiLatheCycleRoughing>)
Declaration
public static (bool IsActive, double Value) GetRoughStepIsDistance(this ComWrapper<ICamApiLatheCycleRoughing> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleRoughing> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, double Value) |
SetRoughStepIsCount(ComWrapper<ICamApiLatheCycleRoughingAdvanced>, int)
Declaration
public static void SetRoughStepIsCount(this ComWrapper<ICamApiLatheCycleRoughingAdvanced> com, int value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleRoughingAdvanced> | com | |
| int | value |
SetRoughStepIsCount(ComWrapper<ICamApiLatheCycleRoughing>, int)
Declaration
public static void SetRoughStepIsCount(this ComWrapper<ICamApiLatheCycleRoughing> com, int value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleRoughing> | com | |
| int | value |
SetRoughStepIsDistance(ComWrapper<ICamApiLatheCycleRoughingAdvanced>, double)
Declaration
public static void SetRoughStepIsDistance(this ComWrapper<ICamApiLatheCycleRoughingAdvanced> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleRoughingAdvanced> | com | |
| double | value |
SetRoughStepIsDistance(ComWrapper<ICamApiLatheCycleRoughing>, double)
Declaration
public static void SetRoughStepIsDistance(this ComWrapper<ICamApiLatheCycleRoughing> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleRoughing> | com | |
| double | value |