Profile Seam Symbol (SMProfileSeamSymbolContent) - 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 seam symbol on a profile. Selects a seam symbol file based on seam type.

Usage in Label Template XML

<label>
<content>
<contentModule value="SMProfileSeamSymbolContent"/>
<contentModuleSettings>
<symbolInfo>
<seamInfo>
<SeamType>Design<SeamType>
</seamInfo>
<symbol>Scantling Block Seam Symbol.sym</symbol>
</symbolInfo>
<symbolInfo>
<seamInfo>
<SeamType>Any</SeamType>
</seamInfo>
<symbol>Scantling Unknown Seam Symbol.sym</symbol>
</symbolInfo>
</contentModuleSettings>
</content>
</label>

Customization

symbolInfo

Contains options for the seam symbol.

symbolInfo is typically specified multiple times for different seam types.

seamInfo

Contains options for the seam.

SeamType

Specify a seam type. Select Design, Intersection, Straking, Planning, or Any.

symbol

Specify the seam symbol file (.sym). If a path for a file is not given, the file is located in the same folder as the label template XML file.