RectangleTube with Different Offsets - 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 (2018)

The following example shows different offsets added to different cells. This allows for some cells to be grouped together and other cells to be kept apart. In the example, there is no gap between the TOP_FLANGE and the WEBR cells. Because of this, the two cells abut.

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

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

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

</SMS_CELL>

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

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

</SMS_CELL>

</SMS_PART>

</SMS_PARTS>

</SMS_MFG_AS_PART>