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.
The project below generates the physical and hole aspect geometry for the hole management equipment. You can customize the geometry.
C#.NET Project: [Programming Resources Folder]\Programming\ExampleCode\HoleMgmt\CustomAssemblies\HoleManagementEquipmentSymbols\HoleManagementEquipmentSymbols.csproj.csproj
Compiled Rule: {Reference Data Folder]\SharedContent\Bin\HoleMgmt\CustomAssemblies\Release\HoleManagementEquipmentSymbols.dll
Bulkload: HoleMgtEquipment.xls
The delivered equipment smart items are provided only as examples using simple shapes.
The following class modules are included in the C#.NET project:
HoleManagementEquipmentType1.cs
Creates geometry of the equipment, consisting of a cylinder and ports. The hole aspect geometry for this type of equipment is circular projection.
You can modify:
-
Equipment geometry.
-
Location and quantity of ports.
HoleManagementEquipmentType2.cs
Creates geometry of the equipment, consisting of a cylinder and ports. The hole aspect geometry for this type of equipment is flat oval projection.
You can modify:
-
Equipment geometry.
-
Location and quantity of ports.