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

Contains customization information for geometry data.

Attributes

Name

Description

Type

Required

NAME

Describes the geometry customization to be performed along with TYPE.

String

yes

TYPE

Type of style:

0 - Line Arc
1 - Split Curve
2 - Custom by rule

Integer

0|1|2

yes

GEOM_TYPE

Describes which geometry type to apply the customization to, according to the geometry type enumerator.

Integer

no

CURVE_TYPE

Specifies which curve types the customization is applied to (line, arc, or curve).

String

no

Child Elements

Name

Description

Type

Required

S3D_RULE

Element containing the information about the customization rule.

-

no

Sample

<S3DGEOMETRY NAME="CUSTOMIZED" TYPE="2" GEOM_TYPE="*" CURVE_TYPE="curve">

<S3D_RULE NAME="STROKE_TYPE1">

<S3D_ARG NAME="StrokeCriterion">

<VALUE>1</VALUE>

</S3D_ARG>

<S3D_ARG NAME="Distance" UNIT="61" UNIT_TYPE="1">

<VALUE>30</VALUE>

</S3D_ARG>

</S3D_RULE>

</S3DGEOMETRY>