Profile System Thickness Symbol (ISProfileSysThicknessSymbolContent) - 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 profile thickness direction symbol for a profile system based on thickness direction.

Usage in Label Template XML

<label>
<content>
<contentModule value="ISProfileSysThicknessSymbolContent"/>
<contentModuleSettings>
<symbolInfo>
<profileInfo>
<thicknessDirection>Up</thicknessDirection>
</profileInfo>
<symbol>Scantling Thickness Direction Up.sym</symbol>
</symbolInfo>
<symbolInfo>
<profileInfo>
<thicknessDirection>Down</thicknessDirection>
</profileInfo>
<symbol>Scantling Thickness Direction Down.sym</symbol>
</symbolInfo>
</contentModuleSettings>
</content>
</label>

Customization

symbolInfo

Contains options for the thickness symbol.

profileInfo

Contains options for the profile using the thickness symbol.

thicknessDirection

Specify the thickness direction. Select Up, Down, Centered, or Any.

symbol

Specify the thickness 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.

  • symbolInfo is typically specified multiple times for different thickness directions.

  • Up is determined by the positive axes of the drawing view, as defined by the orientation rule of the view. For more information, see Orientation Rules in Drawings by Rule.