SMS_STYLE - 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
12 (2018)

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

Attributes

This element has no attributes.

Child Elements

Name

Description

Type

Required

LAYER

Specifies the layer defined in SMS_LAYER.

String

yes

COLOR

Specifies the color defined in SMS_COLOR.

String

yes

FONT

Specifies the font defined in SMS_FONT. This customization is not currently supported.

String

no

TEXT_HEIGHT

Specifies the text height defined in the SMS_TEXT_HEIGHT. The value can be MIN_BOX_LENGTH| MIN_BOX_WIDTH or any value

String

no

TEXT_JUSTIFY

Specifies the text justification defined in SMS_TEXT_JUSTIFICATIONS.

String

no

TEXT_ANGLE

Specifies the text angle.

String

no

Sample

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