Generic Interoperability (GenericGeometricAnalyzerInterop) - Intergraph Smart 3D - Reference Data - Hexagon

Intergraph Smart 3D Drawings and Reports Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Drawings and Reports
Search by Category
Reference Data
Smart 3D Version
13.1

Acts as a wrapper module that forwards the geometric analyzer call to a module written in .NET. In the following .xml example, the MfgSketchNameFeaturesGA geometric analyzer module performs the actual geometric analysis.

Usage in Label Template XML

<geometricAnalyzerSettings>                
<gaModule>GenericGeometricAnalyzerInterop</gaModule>
<gaModuleSettings>
<Assembly value = "MfgSketchNameFeaturesGA" />
</gaModuleSettings>
</geometricAnalyzerSettings>

Customization

Assembly value

Specifies the name of the geometric analyzer to use.

  • The GenericGeometricAnalyzerInterop geometric analyzer module is only used in delivered label templates for manufacturing sketch drawings. For more information, see MfgSketchNameFeaturesGA.

  • GenericGeometricAnalyzerInterop is a wrapper geometric analyzer that must be used with .NET geometric analyzers.

  • For customized annotation modules created by .NET and used in Drawings by Rule, you must modify Assembly values in the XML file. For more information, see the sub-steps under Custom Annotation Modules in SP3D/SM3D Drw Annotation Modules.