Class SurfaceProbingCycleHelper
Inheritance
SurfaceProbingCycleHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class SurfaceProbingCycleHelper
Methods
Gets the clearance distance.
Declaration
public static double GetClearance(this ComWrapper<ICamIpcSurfaceProbingCycle> cycleCom)
Parameters
Returns
Gets the stock (material allowance).
Declaration
public static double GetStock(this ComWrapper<ICamIpcSurfaceProbingCycle> cycleCom)
Parameters
Returns
Gets the target point in world coordinates.
Declaration
public static TST3DPoint GetTargetPoint(this ComWrapper<ICamIpcSurfaceProbingCycle> cycleCom)
Parameters
Returns
Gets the target vector (probe approach direction).
Declaration
public static TST3DPoint GetTargetVector(this ComWrapper<ICamIpcSurfaceProbingCycle> cycleCom)
Parameters
Returns
Sets the clearance distance.
Declaration
public static void SetClearance(this ComWrapper<ICamIpcSurfaceProbingCycle> cycleCom, double value)
Parameters
Sets the stock (material allowance).
Declaration
public static void SetStock(this ComWrapper<ICamIpcSurfaceProbingCycle> cycleCom, double value)
Parameters
Sets the target point in world coordinates.
Declaration
public static void SetTargetPoint(this ComWrapper<ICamIpcSurfaceProbingCycle> cycleCom, TST3DPoint value)
Parameters
Sets the target vector (probe approach direction).
Declaration
public static void SetTargetVector(this ComWrapper<ICamIpcSurfaceProbingCycle> cycleCom, TST3DPoint value)
Parameters