SMS_TEXT_HEIGHT - 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.1 (2019)

Specifies the text height according to the range of the width or length of the plate or profile.

Attributes

Name

Description

Type

Required

MIN_BOX_WIDTH

Adjusts text height according to the width of the plate or profile. Smart 3D uses VALUE if the minimum width is less than this value.

Float

yes

MIN_BOX_LENGTH

Adjust text height according to the length of Plate or Profile. Smart 3D uses VALUE if minimum width is less than this value.

Float

yes

VALUE

Indicates the text height value defined in the DXF specification.

Float

yes

Child Elements

This element has no children.

Sample

<SMS_TEXT_HEIGHTS>

<SMS_TEXT_HEIGHT MIN_BOX_WIDTH="1000" VALUE="25"/>

<SMS_TEXT_HEIGHT MIN_BOX_WIDTH="2000" VALUE="50"/>

<SMS_TEXT_HEIGHT MIN_BOX_WIDTH="5000" VALUE="75"/>

<SMS_TEXT_HEIGHT MIN_BOX_WIDTH="100000" VALUE="150"/>

<SMS_TEXT_HEIGHT MIN_BOX_LENGTH="1000" VALUE="20"/>

<SMS_TEXT_HEIGHT MIN_BOX_LENGTH="2000" VALUE="50"/>

<SMS_TEXT_HEIGHT MIN_BOX_LENGTH="5000" VALUE="75"/>

<SMS_TEXT_HEIGHT MIN_BOX_LENGTH="100000" VALUE="150"/>

</SMS_TEXT_HEIGHTS>