Ship Direction Symbol (ISShipDirectionSymbolContent) - 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
11 (2016)

Creates a ship direction symbol for a specified view direction. A symbol is selected based on the ship direction matching a selected view direction.

Usage in Label Template XML

<label>
<content>
<contentModule value="ISShipDirectionSymbolContent"/>
<contentModuleSettings>
<directionValue>Up</directionValue>
<directionSymbols>
<port>port.sym</port>
<starboard>starboard.sym</starboard>
<aft>aft.sym</aft>
<forward>forward.sym</forward>
<up>up.sym</up>
<down>down.sym</down>
</directionSymbols>
</contentModuleSettings>
</content>
</label>

Customization

directionValue

Specifies the view direction. Use Up, Down, Left, or Right.

1 - Up
2 - Down
3 - Left
4 - Right

directionSymbols

Specifies the symbol (.sym) file to use for each ship direction. Specify symbols for port, starboard, aft, forward, up, and down. If a path for a file is not given, the file is located in the same folder as the label template .xml file.

  • View direction is the direction in paper space (that is, on the drawing sheet).

  • Ship direction is determined within the view based on the location and direction of the view relative to the model.

Examples

Ship direction is up for a directionValue of Up. The up option of directionSymbols is used:

Ship direction is starboard for a directionValue of Right. The starboard option of directionSymbols is used: