Labels - 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)

The Managed Export configuration file supports the use of labels to provide further customization.

The units and precision attributes in the property tag do not affect labels. The label itself specifies the label. There are two ways to define which labels to use.

There are two categories of labels, both of which can be used in the XML schema. The first is user-defined labels. To use these labels, set the LABELPATH attribute of the corresponding to the location of the label .rtp file with respect to the symbol share. The following example shows user-defined labels for the profile type.

<S3DProperty NAME="PROFILE_TYPE" LABELPATH="Labels\Types of Labels\ShipStructure\
ToolTips\Profile Cross-section by COM\Profile Cross-section.rtp"/>

Add the LABELPATH attribute to the <S3DOutputProperties> section of the configuration file. The configuration file uses the specified label to generate the profile type, and then places it as the typed value of the element contained in an S3DOutput element that has PROFILE_TYPE as its typed value.

Use the catalog label, CATALOGNAME, in a similar way. Instead of providing the path to the label, CATALOGNAME provides the bulkloaded name of a label. The bulkloaded labels are in the Catalog task under Labels > Types of Labels. The following example shows the catalog label.

<S3DProperty NAME="PROFILE_QUALITY" CATALOGNAME="Ship Structure
Tooltip Structural Material Grade" />