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