Class LatheCycleCommonToolAnglesHelper
Throwing wrappers for the 7 ToolAnglesRestriction modes on ICamApiLatheCycleCommon.
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class LatheCycleCommonToolAnglesHelper
Methods
GetIsToolAnglesAbsolute(ComWrapper<ICamApiLatheCycleCommon>)
Declaration
public static (bool IsActive, TLatheToolAnglesAbsolute Data) GetIsToolAnglesAbsolute(this ComWrapper<ICamApiLatheCycleCommon> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, TLatheToolAnglesAbsolute Data) |
GetIsToolAnglesAll(ComWrapper<ICamApiLatheCycleCommon>)
Declaration
public static (bool IsActive, TLatheToolAnglesAll Data) GetIsToolAnglesAll(this ComWrapper<ICamApiLatheCycleCommon> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, TLatheToolAnglesAll Data) |
GetIsToolAnglesFlat(ComWrapper<ICamApiLatheCycleCommon>)
Declaration
public static (bool IsActive, TLatheToolAnglesFlat Data) GetIsToolAnglesFlat(this ComWrapper<ICamApiLatheCycleCommon> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, TLatheToolAnglesFlat Data) |
GetIsToolAnglesGroove(ComWrapper<ICamApiLatheCycleCommon>)
Declaration
public static (bool IsActive, TLatheToolAnglesGroove Data) GetIsToolAnglesGroove(this ComWrapper<ICamApiLatheCycleCommon> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, TLatheToolAnglesGroove Data) |
GetIsToolAnglesOff(ComWrapper<ICamApiLatheCycleCommon>)
Declaration
public static (bool IsActive, TLatheToolAnglesOff Data) GetIsToolAnglesOff(this ComWrapper<ICamApiLatheCycleCommon> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, TLatheToolAnglesOff Data) |
GetIsToolAnglesSteeply(ComWrapper<ICamApiLatheCycleCommon>)
Declaration
public static (bool IsActive, TLatheToolAnglesSteeply Data) GetIsToolAnglesSteeply(this ComWrapper<ICamApiLatheCycleCommon> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, TLatheToolAnglesSteeply Data) |
GetIsToolAnglesWithoutPlunge(ComWrapper<ICamApiLatheCycleCommon>)
Declaration
public static (bool IsActive, TLatheToolAnglesWithoutPlunge Data) GetIsToolAnglesWithoutPlunge(this ComWrapper<ICamApiLatheCycleCommon> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com |
Returns
| Type | Description |
|---|---|
| (bool IsActive, TLatheToolAnglesWithoutPlunge Data) |
SetToolAnglesAbsolute(ComWrapper<ICamApiLatheCycleCommon>, TLatheToolAnglesAbsolute)
Declaration
public static void SetToolAnglesAbsolute(this ComWrapper<ICamApiLatheCycleCommon> com, TLatheToolAnglesAbsolute data)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com | |
| TLatheToolAnglesAbsolute | data |
SetToolAnglesAll(ComWrapper<ICamApiLatheCycleCommon>, TLatheToolAnglesAll)
Declaration
public static void SetToolAnglesAll(this ComWrapper<ICamApiLatheCycleCommon> com, TLatheToolAnglesAll data)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com | |
| TLatheToolAnglesAll | data |
SetToolAnglesFlat(ComWrapper<ICamApiLatheCycleCommon>, TLatheToolAnglesFlat)
Declaration
public static void SetToolAnglesFlat(this ComWrapper<ICamApiLatheCycleCommon> com, TLatheToolAnglesFlat data)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com | |
| TLatheToolAnglesFlat | data |
SetToolAnglesGroove(ComWrapper<ICamApiLatheCycleCommon>, TLatheToolAnglesGroove)
Declaration
public static void SetToolAnglesGroove(this ComWrapper<ICamApiLatheCycleCommon> com, TLatheToolAnglesGroove data = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com | |
| TLatheToolAnglesGroove | data |
SetToolAnglesOff(ComWrapper<ICamApiLatheCycleCommon>, TLatheToolAnglesOff)
Declaration
public static void SetToolAnglesOff(this ComWrapper<ICamApiLatheCycleCommon> com, TLatheToolAnglesOff data = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com | |
| TLatheToolAnglesOff | data |
SetToolAnglesSteeply(ComWrapper<ICamApiLatheCycleCommon>, TLatheToolAnglesSteeply)
Declaration
public static void SetToolAnglesSteeply(this ComWrapper<ICamApiLatheCycleCommon> com, TLatheToolAnglesSteeply data)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com | |
| TLatheToolAnglesSteeply | data |
SetToolAnglesWithoutPlunge(ComWrapper<ICamApiLatheCycleCommon>, TLatheToolAnglesWithoutPlunge)
Declaration
public static void SetToolAnglesWithoutPlunge(this ComWrapper<ICamApiLatheCycleCommon> com, TLatheToolAnglesWithoutPlunge data = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLatheCycleCommon> | com | |
| TLatheToolAnglesWithoutPlunge | data |