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

Specifies the style applied in DXF.

Attributes

Name

Description

Type

Required

TYPE

Specifies the type of SMS_EDGE defined in the output XML. If this value is an asterisk ‘*’, the software applies the style to all SMS_EDGE elements. If the value is a specific geometry type, the software applies the style below this element.

String

yes

FILTER

Specifies the XPath query. Use this filter to apply a style to SMS_EDGE in a specific condition.

Example:

FILTER="../SMS_EDGE[not(SMS_BEVEL)]" means that the applies only to SMS_EDGE, which does not have SMS_BEVEL nodes.

String

yes

PART_DIR

Specifies the direction of SME_EDGE defined in the output XML. If this value is an asterisk ‘*’, the software applies this style to SMS_EDGE, regardless of direction.

String

yes

Child Element

Name

Description

Type

Required

SMS_STYLE

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

-

yes

Sample

<SMS_EDGE TYPE="general" FILTER="../SMS_EDGE[not(SMS_BEVEL)]" PART_DIR="*">

<SMS_STYLE>

<LAYER>Contour</LAYER>

<COLOR>Gray</COLOR>

<LINEWEIGHT>Normal</LINEWEIGHT>

<LINETYPE>Normal</LINETYPE>

</SMS_STYLE>

</SMS_EDGE>