Class GeomLibraryHelper
Inheritance
GeomLibraryHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class GeomLibraryHelper
Methods
CreateGeometryImporter(ComWrapper<ICAMAPIGeomLibrary>)
Declaration
public static ComWrapper<ICAMAPIGeometryImporter> CreateGeometryImporter(this ComWrapper<ICAMAPIGeomLibrary> geomLibCom)
Parameters
Returns
CreateGeometryModel(ComWrapper<ICAMAPIGeomLibrary>)
Declaration
public static ComWrapper<ICAMAPIGeometryModel> CreateGeometryModel(this ComWrapper<ICAMAPIGeomLibrary> geomLibCom)
Parameters
Returns
Create project etalon former
Declaration
public static ComWrapper<ICAMAPIProjectEtalonFormer> CreateProjectEtalonFormer(this ComWrapper<ICAMAPIGeomLibrary> geomLibCom)
Parameters
Returns
Create generatrix extractor
Declaration
public static ComWrapper<ICMAPITurnGeneratrixExtractor> CreateTurnGeneratrixExtractor(this ComWrapper<ICAMAPIGeomLibrary> geomLibCom)
Parameters
Returns
HideUserMessages(ComWrapper<ICAMAPIGeomLibrary>)
Do not show user messages
Declaration
public static bool HideUserMessages(this ComWrapper<ICAMAPIGeomLibrary> geomLibCom)
Parameters
Returns
SearchFontFolder(ComWrapper<ICAMAPIGeomLibrary>)
The priority place to find font files when passing tests on a virtual machine
Declaration
public static string SearchFontFolder(this ComWrapper<ICAMAPIGeomLibrary> geomLibCom)
Parameters
Returns
SetHideUserMessages(ComWrapper<ICAMAPIGeomLibrary>, bool)
Set whether user messages should be hidden
Declaration
public static void SetHideUserMessages(this ComWrapper<ICAMAPIGeomLibrary> geomLibCom, bool value)
Parameters
SetSearchFontFolder(ComWrapper<ICAMAPIGeomLibrary>, string)
Set the priority place to find font files when passing tests on a virtual machine
Declaration
public static void SetSearchFontFolder(this ComWrapper<ICAMAPIGeomLibrary> geomLibCom, string value)
Parameters
SetVisTolerancePercent(ComWrapper<ICAMAPIGeomLibrary>, int)
Set percentage of visualization accuracy (0-100)
Declaration
public static void SetVisTolerancePercent(this ComWrapper<ICAMAPIGeomLibrary> geomLibCom, int value)
Parameters
VisTolerancePercent(ComWrapper<ICAMAPIGeomLibrary>)
Percentage of visualization accuracy (0-100)
Declaration
public static int VisTolerancePercent(this ComWrapper<ICAMAPIGeomLibrary> geomLibCom)
Parameters
Returns