SMS_PARTINFO - Intergraph Smart 3D - Reference Data - Hexagon

Intergraph Smart 3D Structural Manufacturing Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Structural Manufacturing
Search by Category
Reference Data
Smart 3D Version
13.1

Provides the part information used in DXF.

Attributes

Name

Description

Type

Required

NAME

Specifies The name for the part information. This is a label in the DXF style.

String

yes

FORMAT

Describes the information format. You can customize the format to show any separator or decimal precision.

String

yes

ARGUMENTS

Specifies the data location in the output XML using the element::attribute format.

String

yes

Child Elements

Name

Description

Type

Required

SMS_STYLE

Provides style information such as layer, text, color, and so forth.

-

yes

Sample

<SMS_PARTINFO NAME="PARTNAME" FORMAT="%s - %s"

ARGUMENTS="SMS_PART_INFO||MODEL_PART_NAME,
SMS_PART_INFO||PART_BOARDSIDE_PROCESSED">

<SMS_STYLE>

<LAYER>PartInfo</LAYER>

<COLOR>Black</COLOR>

<FONT>Arial</FONT>

<TEXT_HEIGHT>MIN_BOX_LENGTH</TEXT_HEIGHT>

<TEXT_JUSTIFY>Left</TEXT_JUSTIFY>

<TEXT_ANGLE>0</TEXT_ANGLE>

</SMS_STYLE>

</SMS_PARTINFO>