Interface ICamIpcGeomLibrary
Library with geometry models
Assembly: CAMIPC.GeomLibrary.dll
Syntax
[Guid("96104C09-D664-46B4-9074-AA7BB6276EDA")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcGeomLibrary
Properties
HideUserMessages
Do not show user messages
Declaration
bool HideUserMessages { get; set; }
Property Value
SearchFontFolder
The priority place to find font files when passing tests on a virtual machine
Declaration
string SearchFontFolder { get; set; }
Property Value
VisTolerancePercent
Percentage of visualization accuracy (0-100)
Declaration
int VisTolerancePercent { get; set; }
Property Value
Methods
CreateGeometryImporter(ref TExecuteContext)
Declaration
ICamIpcGeometryImporter CreateGeometryImporter(ref TExecuteContext ExecuteContext)
Parameters
Returns
CreateGeometryModel(ref TExecuteContext)
Declaration
ICamIpcGeometryModel CreateGeometryModel(ref TExecuteContext ExecuteContext)
Parameters
Returns
Create generatrix extractor
Declaration
ICamIpcTurnGeneratrixExtractor CreateTurnGeneratrixExtractor()
Returns
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns