Smart 3D Adjustments - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Structural Manufacturing Reference Data

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

This section describes how to add additional attributes for nesting loopback.

  1. Create a spreadsheet for the custom interface and attributes.

  2. Follow standard guidelines for adding custom interfaces, as shown in the example below.

    A custom interface and attribute expects the types listed below.
    Char - string variable; loopback XML specifies this as String
    Long - integer value; loopback XML specifies this as Integer
    Double - floating point value; loopback XML specifies this as Double
    Date - date value; loopback XML specifies this as Date

    Head

    InterfaceName

    CategoryName

    AttributeName

    Type

    AttributeUserName

    UnitType

    PrimaryUnits

    Start

    IJUAMfg
    Nesting

    Nesting

    ProfileCross
    Section

    char

    Profile Cross Section

    0

    0

    IJUAMfg
    Nesting

    Nesting

    HeatNumber

    char

    Heat Number

    0

    0

    IJUAMfg
    Nesting

    Nesting

    Material
    Management
    Code

    long

    Material Management Code

    0

    0

    End

  3. Specify CMfgNestData as the ClassName to bulkload the new interface, as shown below.

    HEAD

    ClassName

    InterfaceName

    Start

    CMfgNestData

    IJUAMfgNesting

    End

    CMfgNestData already implements the IJMfgNestData interface.

  4. Bulkload the completed spreadsheet to your catalog and schema to start using the new attributes.