Reference Data XML Tags - Intergraph Smart 3D - Administration & Configuration - Hexagon PPM

Intergraph Smart 3D Tribon Interface

Language
English
Product
Intergraph Smart 3D
Subproduct
Tribon
Search by Category
Administration & Configuration
Smart 3D Version
13

<Material>

Defines a material grade.

<Material Grade="A"/>

.

.

<Material Grade="A32"/>

.

.

Tribon material grades are mapped to Smart 3D material grades using the import translation map worksheet. For more information, see Material Worksheet.

<BarSection>

Defines a profile cross-section.

<BarSection BarSectionId="FlatBar100*10">

<FlatBar Height="100" Width="10"/>

</BarSection>

.

.

<BarSection BarSectionId="LBar350*100*12*17">

<LBar Height="350" Width="100" WebThickness="12"

FlangeThickness="17"/>

</BarSection>

.

.

Each set of <BarSection> tags contains the cross-section name and dimension parameters. The names are mapped to Smart 3D cross-section names using the import translation map worksheet. For more information, see Cross Section Worksheet.

  • If there is a Smart 3D cross-section type, but not a specific Smart 3D cross-section size to map to an XML cross-section, then the default cross-section in the worksheet for that cross-section type is used.

  • If there is not a Smart 3D cross-section type to map to an XML cross-section, then the default Smart 3D cross-section of F 100x9 is used.

  • The XML cross-section parameters (such as height, width, and web thickness) are compared to the mapped Smart 3D cross-section. If they are equal, then the web and flange contours read are used to apply end cuts to stiffeners. If they are not equal, then the web and flange contours and end cuts are ignored by Smart 3D.

<HoleDef>

Defines a standard hole cut.

<HoleDef HoleDefId="D60">

<Circular Height="60"/>

</HoleDef>

.

.

<HoleDef HoleDefId="HO700*500">

<Manhole Height="700" Width="500"/>

</HoleDef>

.

.

<NotchDef>

Defines a standard edge or corner feature.

<NotchDef NotchDefId="R125">

<R Radius="125"/>

</NotchDef>

.

.

<NotchDef NotchDefId="VU131*100*50">

<VU Width="131" Height="100" Radius="50"/>

</NotchDef>

.

.

<CutoutDef>

Defines a standard sketched feature or profile slot.

<CutoutDef CutoutDefId="R125">

<R Radius="125"/>

</CutoutDef>

.

.