Plate Thickness Symbol (ISPlateThicknessSymbolContent) - 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 plate thickness direction symbol for a non-target plate.

Usage in Label Template XML

<label>

<content>

<contentModule value="ISPlateThicknessSymbolContent"/>

<contentModuleSettings>

<symbolInfo>

<plateInfo>

<ThicknessDirection>Up</ThicknessDirection>

</plateInfo>

<symbol>

Scantlings\ISO Plate Thickness Direction Up.sym

</symbol>

</symbolInfo>

<symbolInfo>

<plateInfo>

<ThicknessDirection>Down</ThicknessDirection>

</plateInfo>

<symbol>

Scantlings\ISO Plate Thickness Direction Down.sym

</symbol>

</symbolInfo>

<symbolInfo>

<plateInfo>

<ThicknessDirection>Centered</ThicknessDirection>

</plateInfo>

<symbol>

Scantlings\ISO Plate Thickness Direction Centered.sym

</symbol>

</symbolInfo>

</contentModuleSettings>

</content>
</label>

Customization

symbolInfo

Contains options for the thickness symbol.

plateInfo

Contains options for the plate using the thickness symbol.

ThicknessDirection

Specify the thickness direction. Select Up, Down, Centered, or Any. 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.

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.

Example