Class DriveFaceModelItemHelper
Inheritance
DriveFaceModelItemHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class DriveFaceModelItemHelper
Methods
Declaration
public static void AddFace(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom, string faceFullName)
Parameters
Flip the positive side of the faces
Declaration
public static bool AlternateFrontSide(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom)
Parameters
Returns
Flip the direction of the streamlines
Declaration
public static bool AlternateStreamlines(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom)
Parameters
Returns
Declaration
public static void Clear(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom)
Parameters
Curve distribution (start point selection strategy)
Declaration
public static TModelFormerCurveDistribution CurvesDistribution(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom)
Parameters
Returns
Declaration
public static void DeleteFace(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom, int index)
Parameters
Declaration
public static int FacesCount(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom)
Parameters
Returns
Whether to ignore holes when building streamlines
Declaration
public static bool IgnoreHoles(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom)
Parameters
Returns
Set whether to flip the positive side of the faces
Declaration
public static void SetAlternateFrontSide(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom, bool value)
Parameters
Set whether to flip the direction of the streamlines
Declaration
public static void SetAlternateStreamlines(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom, bool value)
Parameters
Set curve distribution (start point selection strategy)
Declaration
public static void SetCurvesDistribution(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom, TModelFormerCurveDistribution value)
Parameters
Set whether to ignore holes when building streamlines
Declaration
public static void SetIgnoreHoles(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom, bool value)
Parameters
Set step amount between parallel passes
Declaration
public static void SetStepAmount(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom, double value)
Parameters
Set method used to calculate the step between parallel passes
Declaration
public static void SetStepMethod(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom, TModelFormerParallelStepMethod value)
Parameters
Step amount between parallel passes
Declaration
public static double StepAmount(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom)
Parameters
Returns
Method used to calculate the step between parallel passes
Declaration
public static TModelFormerParallelStepMethod StepMethod(this ComWrapper<ICamIpcDriveFaceModelItem> itemCom)
Parameters
Returns