Bolts, Gaskets, Nuts, and Washers - Intergraph Smart Reference Data - Version 10.2 - Customization & Programming - Hexagon

Intergraph Smart Reference Data Integration (10.2)

Language
English
Product
Intergraph Smart Reference Data
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
10.2

Smart 3D requires the following for gaskets, nuts, and washers:

  • The gasket thickness should be part of the gasket commodity code on the GasketPartData, PipingCommodityMatlControlData, and PipingCommodityProcurementData sheets.

  • The bolt diameter and nut height should be part of the bolt commodity code on the NutPartData and PipingCommodityMatlControlData sheets.

  • The bolt diameter and washer thickness should be part of the washer commodity code on the WasherPartData and PipingCommodityMatlControlData sheets.

For the export of gaskets, nuts, and washers from Smart Reference Data, the values described above must be appended to the commodity codes in the appropriate sheets separated by an underscore.

This behavior is controlled by the general config items TRANS_CC_GASKET (for gaskets), TRANS_CC_NUT (for nuts), and TRANS_CC_WASHER (for washers). These config items are defined on Integration > Smart 3D > Smart 3D Transfer Jobs > General Configurations, and the items are listed in General Configuration Items, with a description and the available values. The purpose of the config items is described in the comment field next to the item name.

The logic of appending the values to the gasket, nut, and washer commodity code is implemented in the CIP function m_pck_sp3d_custom.get_trans_cc_gnw. This function is set as the retrieval source for the following attributes:

  • IndustryCommodityCode of the GasketPartData, NutPartData, and WasherPartData sheets

  • ContractorCommodityCode of the PipingCommodityMatlControlData sheet

  • CommodityCode of the PipingCommodityProcurementData sheet

The new commodity code with appended values is stored as a company ident assigned to the company defined by project default ZI_SP3D_CO, so that during BOM import specifying the company, the BOM data can be imported into Smart Reference Data. The logic of building company idents for gasket, nut, and washer part data sheets is implemented in the CIP function m_pck_sp3d_custom.set_catalog_part_number.