Material Table - Intergraph Smart Reference Data - 2020 10.0 - Customization & Programming - Hexagon

Intergraph Smart Reference Data Integration (2020)

Language
English
Product
Intergraph Smart Reference Data
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
2020 (10.0)

The material table fields that are used in CADWorx are listed below.

  • SPEC - Material Specification - Value that specifies the material spec. The export provides the value from SRD using the SPEC attribute.

  • GRADE – Grade (optional) - Value that specifies the grade of the material. The export provides the GRADE attribute but leaves the value empty.

  • COMPOSITION - Composition (optional) - Value that specifies the composition of the material. The export provides the COMPOSITION attribute but leaves the value empty.

  • COMPTYPES - Component Types (optional) - The type of component the material type is associated with. Use the list to add component types. The export provides the COMPTYPES attribute but leaves the value empty.

  • DENSITY - Density - Value that specifies the density of the material. The export provides the value from SRD using the DENSITY attribute.

  • PTN - Part Number (optional) - The part number associated with a particular value of material. The export provides the SCHENCWT attribute but leaves the value empty.

  • Custom Data - New fields to be attached to the components via properties (optional).

    The CADWorx interface ignores custom fields. You can add them later.

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

CDWRX_EJ_0000018630_MaterialTable.lst

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

The standard installation scripts create sheet retrieval source ‘MaterialTable from Template’, that provides an enhanced ‘template copy’ for customers who maintain the material 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 specs should be exported. If no spec is exported the software takes all material tables as far as selected in 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 MATL_TABLE.

If custom fields exist, they are simply added to the list of columns. The CADWorx Importer creates attributes where the attribute title is the same as the name and the datatype is appended to the attribute name, that is, Integer, Real or Text follows after a $ symbol like "TestAttributeName$Real".