Class WebGrooveProbingCycleHelper
Helper methods for ICamApiWebProbingCycle, ICamApiGrooveProbingCycle, ICamApiGrooveProbingProtectedCycle and ICamApiThreePointsWebProbingCycle.
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class WebGrooveProbingCycleHelper
Methods
GetDepth(ComWrapper<ICamApiGrooveProbingCycle>)
Probing depth (Z travel during measurement).
Declaration
public static double GetDepth(this ComWrapper<ICamApiGrooveProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetDepth(ComWrapper<ICamApiGrooveProbingProtectedCycle>)
Probing depth (Z travel during measurement).
Declaration
public static double GetDepth(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetDepth(ComWrapper<ICamApiThreePointsWebProbingCycle>)
Probing depth (Z travel during measurement).
Declaration
public static double GetDepth(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetDepth(ComWrapper<ICamApiWebProbingCycle>)
Probing depth (Z travel during measurement).
Declaration
public static double GetDepth(this ComWrapper<ICamApiWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetSideClearance(ComWrapper<ICamApiGrooveProbingCycle>)
Lateral clearance distance from each wall.
Declaration
public static double GetSideClearance(this ComWrapper<ICamApiGrooveProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetSideClearance(ComWrapper<ICamApiGrooveProbingProtectedCycle>)
Lateral clearance distance from each wall.
Declaration
public static double GetSideClearance(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetSideClearance(ComWrapper<ICamApiThreePointsWebProbingCycle>)
Lateral clearance distance from each wall.
Declaration
public static double GetSideClearance(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetSideClearance(ComWrapper<ICamApiWebProbingCycle>)
Lateral clearance distance from each wall.
Declaration
public static double GetSideClearance(this ComWrapper<ICamApiWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetStock(ComWrapper<ICamApiGrooveProbingCycle>)
Material allowance (stock) on the groove walls.
Declaration
public static double GetStock(this ComWrapper<ICamApiGrooveProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetStock(ComWrapper<ICamApiGrooveProbingProtectedCycle>)
Material allowance (stock) on the groove walls.
Declaration
public static double GetStock(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetStock(ComWrapper<ICamApiThreePointsWebProbingCycle>)
Material allowance (stock) on the web walls.
Declaration
public static double GetStock(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetStock(ComWrapper<ICamApiWebProbingCycle>)
Material allowance (stock) on the web walls.
Declaration
public static double GetStock(this ComWrapper<ICamApiWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetTargetPoint1(ComWrapper<ICamApiGrooveProbingCycle>)
First probe touch target point (wall 1) in world coordinates.
Declaration
public static TST3DPoint GetTargetPoint1(this ComWrapper<ICamApiGrooveProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetPoint1(ComWrapper<ICamApiGrooveProbingProtectedCycle>)
First probe touch target point (wall 1) in world coordinates.
Declaration
public static TST3DPoint GetTargetPoint1(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetPoint1(ComWrapper<ICamApiThreePointsWebProbingCycle>)
First probe touch target point (wall 1) in world coordinates.
Declaration
public static TST3DPoint GetTargetPoint1(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetPoint1(ComWrapper<ICamApiWebProbingCycle>)
First probe touch target point (wall 1) in world coordinates.
Declaration
public static TST3DPoint GetTargetPoint1(this ComWrapper<ICamApiWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetPoint2(ComWrapper<ICamApiGrooveProbingCycle>)
Second probe touch target point (wall 2) in world coordinates.
Declaration
public static TST3DPoint GetTargetPoint2(this ComWrapper<ICamApiGrooveProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetPoint2(ComWrapper<ICamApiGrooveProbingProtectedCycle>)
Second probe touch target point (wall 2) in world coordinates.
Declaration
public static TST3DPoint GetTargetPoint2(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetPoint2(ComWrapper<ICamApiThreePointsWebProbingCycle>)
Second probe touch target point (wall 2) in world coordinates.
Declaration
public static TST3DPoint GetTargetPoint2(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetPoint2(ComWrapper<ICamApiWebProbingCycle>)
Second probe touch target point (wall 2) in world coordinates.
Declaration
public static TST3DPoint GetTargetPoint2(this ComWrapper<ICamApiWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetPoint3(ComWrapper<ICamApiThreePointsWebProbingCycle>)
Third probe touch target point (wall 3) in world coordinates.
Declaration
public static TST3DPoint GetTargetPoint3(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetVector1(ComWrapper<ICamApiGrooveProbingCycle>)
Probe approach direction for wall 1.
Declaration
public static TST3DPoint GetTargetVector1(this ComWrapper<ICamApiGrooveProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetVector1(ComWrapper<ICamApiGrooveProbingProtectedCycle>)
Probe approach direction for wall 1.
Declaration
public static TST3DPoint GetTargetVector1(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetVector1(ComWrapper<ICamApiThreePointsWebProbingCycle>)
Probe approach direction for wall 1.
Declaration
public static TST3DPoint GetTargetVector1(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetVector1(ComWrapper<ICamApiWebProbingCycle>)
Probe approach direction for wall 1.
Declaration
public static TST3DPoint GetTargetVector1(this ComWrapper<ICamApiWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetVector2(ComWrapper<ICamApiGrooveProbingCycle>)
Probe approach direction for wall 2.
Declaration
public static TST3DPoint GetTargetVector2(this ComWrapper<ICamApiGrooveProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetVector2(ComWrapper<ICamApiGrooveProbingProtectedCycle>)
Probe approach direction for wall 2.
Declaration
public static TST3DPoint GetTargetVector2(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetVector2(ComWrapper<ICamApiThreePointsWebProbingCycle>)
Probe approach direction for wall 2.
Declaration
public static TST3DPoint GetTargetVector2(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetVector2(ComWrapper<ICamApiWebProbingCycle>)
Probe approach direction for wall 2.
Declaration
public static TST3DPoint GetTargetVector2(this ComWrapper<ICamApiWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTargetVector3(ComWrapper<ICamApiThreePointsWebProbingCycle>)
Probe approach direction for wall 3.
Declaration
public static TST3DPoint GetTargetVector3(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
GetTopClearance(ComWrapper<ICamApiGrooveProbingCycle>)
Clearance distance above the groove.
Declaration
public static double GetTopClearance(this ComWrapper<ICamApiGrooveProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetTopClearance(ComWrapper<ICamApiGrooveProbingProtectedCycle>)
Clearance distance above the groove.
Declaration
public static double GetTopClearance(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetTopClearance(ComWrapper<ICamApiThreePointsWebProbingCycle>)
Clearance distance above the web.
Declaration
public static double GetTopClearance(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetTopClearance(ComWrapper<ICamApiWebProbingCycle>)
Clearance distance above the web.
Declaration
public static double GetTopClearance(this ComWrapper<ICamApiWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetTopClearanceEnabled(ComWrapper<ICamApiGrooveProbingCycle>)
Whether the top clearance move is enabled.
Declaration
public static bool GetTopClearanceEnabled(this ComWrapper<ICamApiGrooveProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetTopClearanceEnabled(ComWrapper<ICamApiGrooveProbingProtectedCycle>)
Whether the top clearance move is enabled.
Declaration
public static bool GetTopClearanceEnabled(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetTopClearanceEnabled(ComWrapper<ICamApiThreePointsWebProbingCycle>)
Whether the top clearance move is enabled.
Declaration
public static bool GetTopClearanceEnabled(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetTopClearanceEnabled(ComWrapper<ICamApiWebProbingCycle>)
Whether the top clearance move is enabled.
Declaration
public static bool GetTopClearanceEnabled(this ComWrapper<ICamApiWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| bool |
GetWidth(ComWrapper<ICamApiGrooveProbingCycle>)
Nominal width of the groove.
Declaration
public static double GetWidth(this ComWrapper<ICamApiGrooveProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetWidth(ComWrapper<ICamApiGrooveProbingProtectedCycle>)
Nominal width of the groove.
Declaration
public static double GetWidth(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetWidth(ComWrapper<ICamApiThreePointsWebProbingCycle>)
Nominal width of the web.
Declaration
public static double GetWidth(this ComWrapper<ICamApiThreePointsWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
GetWidth(ComWrapper<ICamApiWebProbingCycle>)
Nominal width of the web.
Declaration
public static double GetWidth(this ComWrapper<ICamApiWebProbingCycle> c)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c |
Returns
| Type | Description |
|---|---|
| double |
SetDepth(ComWrapper<ICamApiGrooveProbingCycle>, double)
Declaration
public static void SetDepth(this ComWrapper<ICamApiGrooveProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c | |
| double | v |
SetDepth(ComWrapper<ICamApiGrooveProbingProtectedCycle>, double)
Declaration
public static void SetDepth(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c | |
| double | v |
SetDepth(ComWrapper<ICamApiThreePointsWebProbingCycle>, double)
Declaration
public static void SetDepth(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| double | v |
SetDepth(ComWrapper<ICamApiWebProbingCycle>, double)
Declaration
public static void SetDepth(this ComWrapper<ICamApiWebProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c | |
| double | v |
SetSideClearance(ComWrapper<ICamApiGrooveProbingCycle>, double)
Declaration
public static void SetSideClearance(this ComWrapper<ICamApiGrooveProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c | |
| double | v |
SetSideClearance(ComWrapper<ICamApiGrooveProbingProtectedCycle>, double)
Declaration
public static void SetSideClearance(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c | |
| double | v |
SetSideClearance(ComWrapper<ICamApiThreePointsWebProbingCycle>, double)
Declaration
public static void SetSideClearance(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| double | v |
SetSideClearance(ComWrapper<ICamApiWebProbingCycle>, double)
Declaration
public static void SetSideClearance(this ComWrapper<ICamApiWebProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c | |
| double | v |
SetStock(ComWrapper<ICamApiGrooveProbingCycle>, double)
Declaration
public static void SetStock(this ComWrapper<ICamApiGrooveProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c | |
| double | v |
SetStock(ComWrapper<ICamApiGrooveProbingProtectedCycle>, double)
Declaration
public static void SetStock(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c | |
| double | v |
SetStock(ComWrapper<ICamApiThreePointsWebProbingCycle>, double)
Declaration
public static void SetStock(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| double | v |
SetStock(ComWrapper<ICamApiWebProbingCycle>, double)
Declaration
public static void SetStock(this ComWrapper<ICamApiWebProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c | |
| double | v |
SetTargetPoint1(ComWrapper<ICamApiGrooveProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetPoint1(this ComWrapper<ICamApiGrooveProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c | |
| TST3DPoint | v |
SetTargetPoint1(ComWrapper<ICamApiGrooveProbingProtectedCycle>, TST3DPoint)
Declaration
public static void SetTargetPoint1(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c | |
| TST3DPoint | v |
SetTargetPoint1(ComWrapper<ICamApiThreePointsWebProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetPoint1(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| TST3DPoint | v |
SetTargetPoint1(ComWrapper<ICamApiWebProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetPoint1(this ComWrapper<ICamApiWebProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c | |
| TST3DPoint | v |
SetTargetPoint2(ComWrapper<ICamApiGrooveProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetPoint2(this ComWrapper<ICamApiGrooveProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c | |
| TST3DPoint | v |
SetTargetPoint2(ComWrapper<ICamApiGrooveProbingProtectedCycle>, TST3DPoint)
Declaration
public static void SetTargetPoint2(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c | |
| TST3DPoint | v |
SetTargetPoint2(ComWrapper<ICamApiThreePointsWebProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetPoint2(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| TST3DPoint | v |
SetTargetPoint2(ComWrapper<ICamApiWebProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetPoint2(this ComWrapper<ICamApiWebProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c | |
| TST3DPoint | v |
SetTargetPoint3(ComWrapper<ICamApiThreePointsWebProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetPoint3(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| TST3DPoint | v |
SetTargetVector1(ComWrapper<ICamApiGrooveProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetVector1(this ComWrapper<ICamApiGrooveProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c | |
| TST3DPoint | v |
SetTargetVector1(ComWrapper<ICamApiGrooveProbingProtectedCycle>, TST3DPoint)
Declaration
public static void SetTargetVector1(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c | |
| TST3DPoint | v |
SetTargetVector1(ComWrapper<ICamApiThreePointsWebProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetVector1(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| TST3DPoint | v |
SetTargetVector1(ComWrapper<ICamApiWebProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetVector1(this ComWrapper<ICamApiWebProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c | |
| TST3DPoint | v |
SetTargetVector2(ComWrapper<ICamApiGrooveProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetVector2(this ComWrapper<ICamApiGrooveProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c | |
| TST3DPoint | v |
SetTargetVector2(ComWrapper<ICamApiGrooveProbingProtectedCycle>, TST3DPoint)
Declaration
public static void SetTargetVector2(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c | |
| TST3DPoint | v |
SetTargetVector2(ComWrapper<ICamApiThreePointsWebProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetVector2(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| TST3DPoint | v |
SetTargetVector2(ComWrapper<ICamApiWebProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetVector2(this ComWrapper<ICamApiWebProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c | |
| TST3DPoint | v |
SetTargetVector3(ComWrapper<ICamApiThreePointsWebProbingCycle>, TST3DPoint)
Declaration
public static void SetTargetVector3(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, TST3DPoint v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| TST3DPoint | v |
SetTopClearance(ComWrapper<ICamApiGrooveProbingCycle>, double)
Declaration
public static void SetTopClearance(this ComWrapper<ICamApiGrooveProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c | |
| double | v |
SetTopClearance(ComWrapper<ICamApiGrooveProbingProtectedCycle>, double)
Declaration
public static void SetTopClearance(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c | |
| double | v |
SetTopClearance(ComWrapper<ICamApiThreePointsWebProbingCycle>, double)
Declaration
public static void SetTopClearance(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| double | v |
SetTopClearance(ComWrapper<ICamApiWebProbingCycle>, double)
Declaration
public static void SetTopClearance(this ComWrapper<ICamApiWebProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c | |
| double | v |
SetTopClearanceEnabled(ComWrapper<ICamApiGrooveProbingCycle>, bool)
Declaration
public static void SetTopClearanceEnabled(this ComWrapper<ICamApiGrooveProbingCycle> c, bool v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c | |
| bool | v |
SetTopClearanceEnabled(ComWrapper<ICamApiGrooveProbingProtectedCycle>, bool)
Declaration
public static void SetTopClearanceEnabled(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c, bool v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c | |
| bool | v |
SetTopClearanceEnabled(ComWrapper<ICamApiThreePointsWebProbingCycle>, bool)
Declaration
public static void SetTopClearanceEnabled(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, bool v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| bool | v |
SetTopClearanceEnabled(ComWrapper<ICamApiWebProbingCycle>, bool)
Declaration
public static void SetTopClearanceEnabled(this ComWrapper<ICamApiWebProbingCycle> c, bool v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c | |
| bool | v |
SetWidth(ComWrapper<ICamApiGrooveProbingCycle>, double)
Declaration
public static void SetWidth(this ComWrapper<ICamApiGrooveProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingCycle> | c | |
| double | v |
SetWidth(ComWrapper<ICamApiGrooveProbingProtectedCycle>, double)
Declaration
public static void SetWidth(this ComWrapper<ICamApiGrooveProbingProtectedCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiGrooveProbingProtectedCycle> | c | |
| double | v |
SetWidth(ComWrapper<ICamApiThreePointsWebProbingCycle>, double)
Declaration
public static void SetWidth(this ComWrapper<ICamApiThreePointsWebProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiThreePointsWebProbingCycle> | c | |
| double | v |
SetWidth(ComWrapper<ICamApiWebProbingCycle>, double)
Declaration
public static void SetWidth(this ComWrapper<ICamApiWebProbingCycle> c, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiWebProbingCycle> | c | |
| double | v |