Class LatheCycleZigzagToolpathHelper
Throwing wrappers for the discriminated-union sub-blocks on ICamApiLatheCycleZigzagToolpath: Multilayer (Count/Depth), ChipBreaking Repetition (Count/Depth) and Return (Percent/Distance), Delay (Second/Revolution).
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class LatheCycleZigzagToolpathHelper
Methods
GetChipBreakingRepetitionIsCount(ComWrapper<ICamApiLatheCycleZigzagToolpath>)
Declaration
public static (bool IsActive, int Value) GetChipBreakingRepetitionIsCount(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, int Value) |
GetChipBreakingRepetitionIsDepth(ComWrapper<ICamApiLatheCycleZigzagToolpath>)
Declaration
public static (bool IsActive, double Value) GetChipBreakingRepetitionIsDepth(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, double Value) |
GetChipBreakingReturnIsDistance(ComWrapper<ICamApiLatheCycleZigzagToolpath>)
Declaration
public static (bool IsActive, double Value) GetChipBreakingReturnIsDistance(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, double Value) |
GetChipBreakingReturnIsPercent(ComWrapper<ICamApiLatheCycleZigzagToolpath>)
Declaration
public static (bool IsActive, int Value) GetChipBreakingReturnIsPercent(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, int Value) |
GetDelayIsRevolution(ComWrapper<ICamApiLatheCycleZigzagToolpath>)
Declaration
public static (bool IsActive, double Value) GetDelayIsRevolution(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, double Value) |
GetDelayIsSecond(ComWrapper<ICamApiLatheCycleZigzagToolpath>)
Declaration
public static (bool IsActive, double Value) GetDelayIsSecond(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, double Value) |
GetMultilayerIsCount(ComWrapper<ICamApiLatheCycleZigzagToolpath>)
Declaration
public static (bool IsActive, int Value) GetMultilayerIsCount(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, int Value) |
GetMultilayerIsDepth(ComWrapper<ICamApiLatheCycleZigzagToolpath>)
Declaration
public static (bool IsActive, double Value) GetMultilayerIsDepth(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, double Value) |
SetChipBreakingRepetitionIsCount(ComWrapper<ICamApiLatheCycleZigzagToolpath>, int)
Declaration
public static void SetChipBreakingRepetitionIsCount(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com, int value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com | |
| int | value |
SetChipBreakingRepetitionIsDepth(ComWrapper<ICamApiLatheCycleZigzagToolpath>, double)
Declaration
public static void SetChipBreakingRepetitionIsDepth(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com | |
| double | value |
SetChipBreakingReturnIsDistance(ComWrapper<ICamApiLatheCycleZigzagToolpath>, double)
Declaration
public static void SetChipBreakingReturnIsDistance(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com | |
| double | value |
SetChipBreakingReturnIsPercent(ComWrapper<ICamApiLatheCycleZigzagToolpath>, int)
Declaration
public static void SetChipBreakingReturnIsPercent(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com, int value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com | |
| int | value |
SetDelayIsRevolution(ComWrapper<ICamApiLatheCycleZigzagToolpath>, double)
Declaration
public static void SetDelayIsRevolution(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com | |
| double | value |
SetDelayIsSecond(ComWrapper<ICamApiLatheCycleZigzagToolpath>, double)
Declaration
public static void SetDelayIsSecond(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com | |
| double | value |
SetMultilayerIsCount(ComWrapper<ICamApiLatheCycleZigzagToolpath>, int)
Declaration
public static void SetMultilayerIsCount(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com, int value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com | |
| int | value |
SetMultilayerIsDepth(ComWrapper<ICamApiLatheCycleZigzagToolpath>, double)
Declaration
public static void SetMultilayerIsDepth(this ComWrapper<ICamApiLatheCycleZigzagToolpath> com, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleZigzagToolpath> | com | |
| double | value |