Size Table - Intergraph Smart Reference Data - Version 10.1 - Customization & Programming - Hexagon

Intergraph Smart Reference Data Integration (10.1)

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

The SRD outer diameter tables are defined on the S.40.02 Outer Diameter screen. The structure of these outer diameter tables is similar to the CADWorx size table. The size table fields used in CADWorx are listed below.

  • NOM - Nominal Pipe Size - Nominal sizes of the pipe selected when table is built. The export provides the value from SRD using the NOM attribute.

  • OD - Outside Diameter - The diameter of the pipe. The export provides a value from SRD using the OD attribute.

  • Description – Description (optional) - The description of the pipe size. The export provides the DESCRIPTION attribute, but leaves the value empty.

  • PTN - Part Number (optional) - The part number assigned to the size. The export provides the PTN attribute, but leaves the value empty.

Here is a sample file name for the size table file:

CDWRX_EJ_0000018630_SizeTable.lst

with CDWRX indicating the product (CADWorx) and EJ_nnnnnnnnnn indicating the SRD export job number.

The following sample shows the first lines in this file:

TABLE_NAME|NOM|OD|DESCRIPTION|PTN|

Size|.125|.405|||

Size|.25|.54|||

If there would be a second size table to transfer, its lines would simply be listed below the first, and the table name field would then contain the name of the second size table:

Sizetable1|.125|.405|||

Sizetable1|.25|.54|||

Sizetable2|.125|.405|||

Sizetable2|.25|.54|||

The standard installation scripts create sheet retrieval source ‘SizeTable from Template’, that provides an enhanced ‘template copy’ for customers who maintain the size table on CADWORX 10.08. The data should be filtered and this requires retrieval sources that copy the template data but allow for filtering and manipulation.

Only TABLE_NAMEs that are used in any of the exported specifications should be exported. If no specification is exported, the export takes all nominal size tables as far as selected in the sheet selection. The TABLE_NAME value is expected on physical attribute AC0256_001. If another attribute is used, the parameter list in Statement2 of the retrieval source needs to be changed. The mapping is expected on spec level of the SpecHeader sheet or sheet independent. The mapped attribute is SIZE_TABLE.