Manufacturing Profile Plate Location Symbol (MfgProfilePlateLocSymContent) - 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.1 (2019)

Creates a plate location mark symbol with thickness direction information on an edge reinforcement (ER) profile. Selects a symbol file based on the thickness direction of the plate and the marked side.

Usage in Label Template XML

<label>
<content>
<contentModule value="MfgProfilePlateLocSymContent"/>
<contentModuleSettings>
<symbolInfo>
<plateInfo>
<thicknessDirection>Centered</thicknessDirection>
<markedSide>0</markedSide>
</plateInfo>
<symbol> StrMfg ProfileSketch Plate Location Symbol Centered.sym </symbol>
</symbolInfo>
<symbolInfo>
<plateInfo>
<thicknessDirection>Centered</thicknessDirection>
<markedSide>1</markedSide>
</plateInfo>
<symbol> StrMfg ProfileSketch Plate Location Symbol Centered Hidden.sym</symbol>
</symbolInfo>
<symbolInfo>
<plateInfo>
<thicknessDirection>Any</thicknessDirection>
<markedSide>0</markedSide>
</plateInfo>
<symbol> StrMfg ProfileSketch Plate Location Symbol.sym </symbol>
</symbolInfo>
<symbolInfo>
<plateInfo>
<thicknessDirection>Any</thicknessDirection>
<markedSide>1</markedSide>
</plateInfo>
<symbol> StrMfg ProfileSketch Plate Location Symbol Hidden.sym </symbol>
</symbolInfo>
</contentModuleSettings>
</content>
</label>

Customization:

symbolInfo

Contains options for the thickness direction and marked side of the plate location symbol.

symbolInfo is typically specified multiple times for different seam types.

plateInfo

Contains options for the plate.

symbol

Specifies the symbol file (.sym). Specify the symbol for thickness directions Centered and Up/Down (Any). If the path for a file is not given, the file is placed in the same folder as the label template XML file.

thicknessDirection

Specifies the thickness direction of the plate. Select Centered or Any as required.

markedSide

Specifies the marked side of plate mark. Select 0 (marking side) or 1 (anti-marking side) as required.

Centered

Specifies that the thickness direction of the plate that has the edge reinforcement centered.

Any

Specifies that the thickness direction of the plate that has an edge reinforcement is either up or down. The software uses the same symbol file for both the up and down directions. If required. the symbol is rotated, based on the thickness direction of the plate.