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

Attributes

Name

Description

Type

Required

NAME

Name of the cross-section type of the current part.

String

yes

Child Elements

Name

Description

Type

Required

SMS_XSECTION_SIZE

For each unique cross-section, there is a list of possible components that can be generated as output. For example, a TeeBar can generate two plates, two flat bars, or the original built-up T profile.

-

yes

SMS_MFG_AS_PART

Element containing one or more descriptions of how the XML output for a profile should be generated. This includes control of output as plate or profile, and control of which faces are included in a given output group.

yes

SMS_XSECTION_TYPE

Element provides definitions of all of the cells that make up a cross-section. For each cell, the faces of each side of the cell are listed.

yes

Sample

<SMS_XSECTIONS_LOOKUP>

<SMS_XSECTION_LOOKUP NAME="TeeBar">

<SMS_XSECTION_TYPE>…<SMS_XSECTION_TYPE/>

<SMS_MFG_AS_PART XSECTION="BUT">

<SMS_PARTS NAME="Plate-Plate">

<SMS_PART KEY="PLATE_1" MATERIAL_LOOKUP="MATERIAL_CARBON_A" COMPONENT_LOOKUP="PLATE_1">

<SMS_CELL NAME="WEB" OUTPUT_UPSIDE_FACE="base"/>

</SMS_PART>

<SMS_PART KEY="PLATE_2" MATERIAL_LOOKUP="MATERIAL_CARBON_A" COMPONENT_LOOKUP="PLATE_2">

<SMS_CELL NAME="TOP_FLANGE" OUTPUT_UPSIDE_FACE="base"/>

</SMS_PART>

</SMS_PARTS>

</SMS_MFG_AS_PART>

<SMS_XSECTION_SIZE STANDARD="ShipShapes" NAME="BUT 150x120">

<SMS_XSECTION_COMPONENT KEY="PLATE_1" TYPE="PLATE" THICKNESS=".007" THICKNESS_UOM="m"/>

<SMS_XSECTION_COMPONENT KEY="PLATE_2" TYPE="PLATE" THICKNESS=".010" THICKNESS_UOM="m"/>

<SMS_XSECTION_COMPONENT KEY="ANGLE_1" TYPE="PROFILE" XSECTION_STANDARD="ShipShapes" XSECTION_TYPE="TeeBar" XSECTION_CLASS="BUT" XSECTION_SIZE="BUT 150x120"/>

<SMS_XSECTION_COMPONENT KEY="FB_1" TYPE="PROFILE" XSECTION_STANDARD="ShipShapes" XSECTION_TYPE="FlatBar" XSECTION_CLASS="FB" XSECTION_SIZE="FB 140x7"/>

<SMS_XSECTION_COMPONENT KEY="FB_2" TYPE="PROFILE" XSECTION_STANDARD="ShipShapes" XSECTION_TYPE="FlatBar" XSECTION_CLASS="FB" XSECTION_SIZE="FB 120x10"/>

</SMS_XSECTION_SIZE>

<SMS_XSECTION_SIZE STANDARD="ShipShapes" NAME="BUT 300x200">

<SMS_XSECTION_COMPONENT KEY="PLATE_1" TYPE="PLATE" THICKNESS=".010" THICKNESS_UOM="m"/>

<SMS_XSECTION_COMPONENT KEY="PLATE_2" TYPE="PLATE" THICKNESS=".020" THICKNESS_UOM="m"/>

<SMS_XSECTION_COMPONENT KEY="FB_1" TYPE="PROFILE" XSECTION_STANDARD="ShipShapes" XSECTION_TYPE="FlatBar" XSECTION_CLASS="FB" XSECTION_SIZE="FB 280x10"/>

<SMS_XSECTION_COMPONENT KEY="FB_2" TYPE="PROFILE" XSECTION_STANDARD="ShipShapes" XSECTION_TYPE="FlatBar" XSECTION_CLASS="FB" XSECTION_SIZE="FB 200x20"/>

</SMS_XSECTION_SIZE>

</SMS_XSECTIONS_LOOKUP>