RectangleTube as Plates - 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.1

It is also possible to export each of the faces of the rectangle tube as a separate flatbar in SMS_PLATE format. This is similar to the default output seen for built-up profiles such as BUT and BUTL3 cross sections. The two web faces reference the same component look-up which is PLATE_1 while the flanges reference a second option, PLATE_2. This is because the dimensions of web left and Web right are identical while the dimensions of the two flanges are identical to each other.

<SMS_PARTS NAME="Plate-Plate">

<SMS_PART KEY="PLATE1" TYPE="PLATE" MATERIAL_LOOKUP="MATERIAL_CARBON_A" COMPONENT_LOOKUP="PLATE_1">

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

</SMS_PART>

<SMS_PART KEY="PLATE2" TYPE="PLATE" MATERIAL_LOOKUP="MATERIAL_CARBON_A" COMPONENT_LOOKUP="PLATE_2">

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

</SMS_PART>

<SMS_PART KEY="PLATE3" TYPE="PLATE" MATERIAL_LOOKUP="MATERIAL_CARBON_A" COMPONENT_LOOKUP="PLATE_1">

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

</SMS_PART>

<SMS_PART KEY="PLATE4" TYPE="PLATE" MATERIAL_LOOKUP="MATERIAL_CARBON_A" COMPONENT_LOOKUP="PLATE_2">

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

</SMS_PART>

</SMS_PARTS>

And

And

And