Leaders as Clear Space - 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

Renders the leader line of a label as invisible to other annotations.

  • Select True when objects are close together in the view and clear space is lacking. The software considers the leader line to be clear space. As a result, you can place other annotation objects, including labels, leader lines, or dimensions, on top of the leader line as shown in the following illustration. Conversely, you can also place the leader line on top of annotation objects.

IgnoreLeaderCrossingsOn

  • Select False to render the leader line as visible to other annotations. The software then attempts to place the leader lines in clear space.

IgnoreLeaderCrossingsOff

  • The following leader modules use the Leaders as Clear Space property:

    • Default (DwgLeaderControl)

    • Margin (DwgMarginLeaderControl)

  • The following options allow you to manually edit the .xml file:

    • Type -1 to allow leader lines and other annotations to intersect.

    • Type 0 to prevent leader line and annotation intersection.

  • Enclose either of the above values within the following .xml tags.

    <ignoreLeaderCrossings>-1</ignoreLeaderCrossings>

    If you cannot find the ignoreLeaderCrossings tag in your .xml template file, you must add the tag to the leaderSettings section.