Margin Definition - Intergraph Smart 3D - Reference Data - Hexagon

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
13.1

Specifies the relationship of the grid axes to the drawing view for measuring the margin offset of the axes.

XML value

At View Frame
(default value)

Measures the margin offset for each axis from the edges of the view SmartFrame, shown as dashed lines in the example.

0

At Drawing Area

Measures the margin offset for each axis from the edges of the drawing area, shown as solid lines in the example.

1

If you set the frame behavior to Frame resizes to drawing area, then the view frame and the drawing area are the same size, and both values provide the same result, as shown in the following example.

For more information, see Area Tab (Edit Ruleset View Style Dialog Box) in the Drawings and Reports Reference Data Guide.

  • The following modules use the Ruler Axis Margin Definition property.

    • Ruler Axis (SMRulerAxisSymbolContent) content module. To manually edit the .xml file when using this content module, enclose either of the above .xml values within the following .xml tags.

      <axisInfo>

      <marginDefinition>1
      </marginDefinition>

      </axisInfo>

    • Clear Space Position by 2D Curve at Margin (ISDwgPositionByCurve2DAtMargin) positioning module. To manually edit the .xml when using this positioning module, enclose either of the above values within the following .xml tags.

      <posModule="ISDwgPositionByCurve2DAtMargin">

      <marginDefinition>1

      </marginDefinition>

      <posModule>