Vertical Ruler Axis Position - 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)

Specifies the side of the drawing view on which the software draws the vertical axis. Other properties are defined for the side. Select either Left or Right from the Vertical Ruler Axis Position list. Select None for no ruler axis to display.

Left

vertical rule axis position left

Right

vertical rule axis position right

None

horiz_vert ruler axis position_none

  • The Ruler Axis (SMRulerAxisSymbolContent) content module uses the Vertical Ruler Axis Position property.

  • To manually edit the .xml file, first, specify axisInfo. Then, specify either left or right as shown in the example below. The following example includes additional properties defined for the side.

    <axisInfo>
    <left>
    <offsetX>0.01</offsetX>
    <offsetY>0.0</offsetY>
    <angle>3</angle>
    <anchor>0</anchor>
    <connectPoint>5</connectPoint>
    </left>
    </axisInfo>

  • Remove the left or right section from the .xml file if you do not want to display a vertical ruler axis.