RectangleTube with Offsets Based on the Cross-section Size - 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)

The following example shows different offsets assigned based on the cross-section size or the profile/member. The XML states that the gap after the WEBL cell should be 1.0 times the web offset which is given in the XML under the specific cross section size entry, plus 100mm (600mm). The gap after the TOP_FLANGE cell is then .5 times the web height plus 100mm (350mm). Finally, the gap after WEBR is 1.0 times web height plus 100mm (600mm). By using different OFFSET_LOOKUPs and with corresponding SMS_OFFSET nodes under the cross section, separate offsets can be given based on such parameters as flange width or thickness.

<SMS_PARTS NAME="Profile ">

<SMS_PART KEY="RT_1" TYPE="PROFILE" MATERIAL_LOOKUP="MATERIAL_CARBON_A" COMPONENT_LOOKUP="RT_1">

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

<SMS_OFFSET OFFSET_LOOKUP="WEB_OFFSET" RATIO_Y="1.0" OFFSET_GAP="0.1"/>

</SMS_CELL>

<SMS_CELL NAME="TOP_FLANGE" OUTPUT_UPSIDE_FACE="top_flange_top">

<SMS_OFFSET OFFSET_LOOKUP="WEB_OFFSET" RATIO_Y=".5" OFFSET_GAP="0.1"/>

</SMS_CELL>

<SMS_CELL NAME="WEBR" OUTPUT_UPSIDE_FACE="webright">

<SMS_OFFSET OFFSET_LOOKUP="WEB_OFFSET" RATIO_Y="1.0" OFFSET_GAP="0.1"/>

</SMS_CELL>

<SMS_CELL NAME="BOTTOM_FLANGE" OUTPUT_UPSIDE_FACE="bottom_flange_bottom">

<SMS_OFFSET OFFSET_LOOKUP="WEB_OFFSET" RATIO_Y=".5" OFFSET_GAP="0.1"/>

</SMS_CELL>

</SMS_PART>

</SMS_PARTS>

</SMS_MFG_AS_PART>

<SMS_XSECTION_SIZE STANDARD="AISC-LRFD-3.1" NAME="HSS20X12X.500">

<SMS_XSECTION_COMPONENT KEY="RT_1" TYPE="PROFILE" XSECTION_STANDARD="AISC-LRFD-3.1" XSECTION_TYPE="HSSR" XSECTION_CLASS="HSSR" XSECTION_SIZE="HSS20X12X.500"/>

<SMS_XSECTION_COMPONENT KEY="PLATE_1" TYPE="PLATE" THICKNESS="20" THICKNESS_UOM="mm"/>

<SMS_XSECTION_COMPONENT KEY="PLATE_2" TYPE="PLATE" THICKNESS="12" THICKNESS_UOM="mm"/>

<SMS_XSECTION_COMPONENT KEY="FB_1" TYPE="PLATE" XSECTION_STANDARD="ShipShapes" XSECTION_TYPE="FlatBar" XSECTION_CLASS="FB" XSECTION_SIZE="FB 20x0.625"/>

<SMS_XSECTION_COMPONENT KEY="FB_2" TYPE="PLATE" XSECTION_STANDARD="ShipShapes" XSECTION_TYPE="FlatBar" XSECTION_CLASS="FB" XSECTION_SIZE="FB 12x0.625"/>

<SMS_OFFSET KEY="WEB_OFFSET" OFFSET_X="0.0" OFFSET_Y=".500"/>

</SMS_XSECTION_SIZE>