Scantling Weld Symbol (DwgScantlingWeld) - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Drawings and Reports Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Drawings and Reports
Search by Category
Reference Data
Smart 3D Version
12 (2018)

Creates a weld symbol. Selects a weld symbol file based on weld type.

Usage in Label Template XML

<label>

<content>

<contentModule value="DwgScantlingWeld"/>

<contentModuleSettings>

<symbolInfo>

<weldInfo>

<weldType>ButtWeld1</weldType>

</weldInfo>

<symbol>Structure_Weld_IButt.sym</symbol>

</symbolInfo>

<symbolInfo>

<weldInfo>

<weldType>TeeWeld1</weldType>

</weldInfo>

<symbol>Structure_Weld_Tee1.sym</symbol>

</symbolInfo>

</contentModuleSettings>

</content>
</label>

Customization

symbolInfo

Contains options for the weld symbol. symbolInfo is typically specified multiple times for different weld types.

weldInfo

Contains options for the weld.

weldType

Specifies a weld type as defined in the catalog, such as ButtWeld1, ButtWeld2, and TeeWeld1.

symbol

Specifies the weld symbol file (.sym) that the software uses with the specified weld type. If you do not provide a path for a file, the software looks for the file in the same folder as the label template .xml file.

For more information about weld types, see Weld Labels.

Examples

Each weldType can place a different weld symbol.

1 - Tee weld

2 - Butt weld