Class ProjectCurveModelItemHelper
Inheritance
ProjectCurveModelItemHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class ProjectCurveModelItemHelper
Methods
Whether the curve is treated as a 5-axis curve
Declaration
public static bool Is5DCurve(this ComWrapper<ICamIpcProjectCurveModelItem> itemCom)
Parameters
Returns
Method used to project the curve onto the surface
Declaration
public static TModelFormerProjectMethod ProjectMethod(this ComWrapper<ICamIpcProjectCurveModelItem> itemCom)
Parameters
Returns
Set whether the curve is treated as a 5-axis curve
Declaration
public static void SetIs5DCurve(this ComWrapper<ICamIpcProjectCurveModelItem> itemCom, bool value)
Parameters
Set method used to project the curve onto the surface
Declaration
public static void SetProjectMethod(this ComWrapper<ICamIpcProjectCurveModelItem> itemCom, TModelFormerProjectMethod value)
Parameters