Class FacesToTriangulatedFilesConverterHelper
Inheritance
FacesToTriangulatedFilesConverterHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class FacesToTriangulatedFilesConverterHelper
Methods
Color(ComWrapper<ICamApiFacesToTriangulatedFilesConverter>)
Declaration
public static int Color(this ComWrapper<ICamApiFacesToTriangulatedFilesConverter> converterCom)
Parameters
Returns
SaveFacesToOSD(ComWrapper<ICamApiFacesToTriangulatedFilesConverter>, ComWrapper<ICamApiFaceList>, string)
Declaration
public static void SaveFacesToOSD(this ComWrapper<ICamApiFacesToTriangulatedFilesConverter> converterCom, ComWrapper<ICamApiFaceList> faceListCom, string modelPath)
Parameters
SaveFacesToSTL(ComWrapper<ICamApiFacesToTriangulatedFilesConverter>, ComWrapper<ICamApiFaceList>, string)
Declaration
public static void SaveFacesToSTL(this ComWrapper<ICamApiFacesToTriangulatedFilesConverter> converterCom, ComWrapper<ICamApiFaceList> faceListCom, string modelPath)
Parameters
SetColor(ComWrapper<ICamApiFacesToTriangulatedFilesConverter>, int)
Declaration
public static void SetColor(this ComWrapper<ICamApiFacesToTriangulatedFilesConverter> converterCom, int color)
Parameters
SetTolerance(ComWrapper<ICamApiFacesToTriangulatedFilesConverter>, double)
Declaration
public static void SetTolerance(this ComWrapper<ICamApiFacesToTriangulatedFilesConverter> converterCom, double tolerance)
Parameters
Tolerance(ComWrapper<ICamApiFacesToTriangulatedFilesConverter>)
Declaration
public static double Tolerance(this ComWrapper<ICamApiFacesToTriangulatedFilesConverter> converterCom)
Parameters
Returns