Class FaceListHelper
Inheritance
FaceListHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class FaceListHelper
Methods
Count(ComWrapper<ICamApiFaceList>)
Declaration
public static int Count(this ComWrapper<ICamApiFaceList> faceListCom)
Parameters
Returns
Face(ComWrapper<ICamApiFaceList>, int)
Declaration
public static ComWrapper<ICamApiFace> Face(this ComWrapper<ICamApiFaceList> faceListCom, int index)
Parameters
Returns
GetMesh(ComWrapper<ICamApiFaceList>, int, double, double, bool)
Declaration
public static ComWrapper<ICamApiMesh> GetMesh(this ComWrapper<ICamApiFaceList> faceListCom, int index, double tol, double holeCappingSize, bool fromThread)
Parameters
Returns