Equipment Symbols with Hole Aspects - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Hole Management Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Hole Management
Search by Category
Reference Data
Smart 3D Version
11 (2016)

Hole management equipment symbols are smart occurrence objects placed in the model using the Equipment and Furnishings task in the software. A hole management equipment symbol contains a hole aspect, which is a geometry envelope used to cut a hole trace in the penetrated structure.

Rules for equipment symbols are delivered in the Visual Basic project [Programming Resources Folder]\Programming\ExampleCode\HoleMgmta\Symbols\HMEquipment\HMTestEquipAsm.vbp. The project is compiled into HMTestEquipAsm.dll, delivered in the [Reference Data Folder]\SharedContent\Bin\HoleMgmt\Symbols\Release folder. The rules are also bulkloaded into the catalog. For more information, see Equipment Worksheets.

You must modify the default Visual Basic code if you need equipment symbols with hole aspects. The delivered equipment smart items are provided only as examples using simple shapes.

The following class modules are included in the Visual Basic project:

CTestEquip[i]Physical.cls

Creates geometry of the equipment, consisting of a cylinder and ports.

You can modify:

  • Equipment geometry.

  • Location and quantity of ports.

CTestEquip[i]Hole.cls

Creates geometry of the equipment hole, consisting of a cylinder with diameter and length at multiples of the equipment cylinder.

You can modify the hole geometry.

CTestEquip[i]Sym.cls

Creates the Visual Basic symbol containing the equipment dimensional inputs, equipment, port and hole geometry outputs, and the equipment and hole aspects.

Equipment uses the Simple Physical aspect defined in the [Product Folder]\CatalogData\BulkLoad\DataFiles\AllCodeLists.xls workbook on the AspectCode worksheet.

Equipment hole used the Equipment Hole aspect defined in the [Product Folder]\ShipCatalogData\BulkLoad\DataFiles\AllShipCodeLists.xls workbook on the AspectCode worksheet.

You can modify:

  • Dimensions used as inputs, and their default values.

  • Geometry used as outputs.

See Also

Equipment with Hole Aspects Common Tasks
Hole Management Reference Data
Hole Management Reference Data Workflow
Hole Management Symbols