Clear Space End of Linear Object (DwgLblEndOfSegmentPos) - 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)

Positions labels on the ends of linear segments. Uses information from Linear Object Endpoints (DrawingPGLinear) to determine the ends of linear segments. For more information, see Linear Object Endpoints (DrawingPGLinear).

Usage in Label Template XML

<label>
<posModule value="DwgLblEndOfSegmentPos">
<minOffset>0</minOffset>
<maxOffset>0.05</maxOffset>

<granularity>1</granularity>
</posModule>
</label>

Customization

minOffset

Defines the minimum distance from a connection point that you can place a label.

Max_MinOffset2

1 - Minimum Offset
2 - Maximum Offset in the X direction
3 - Maximum Offset in the Y direction

maxOffset

Defines the maximum distance from a connection point that you can place a label.

Max_MinOffset2

1 - Minimum Offset
2 - Maximum Offset in the X direction
3 - Maximum Offset in the Y direction

granularity

Specifies a portion of the height of a label as the basis for the increment used to find clear space in which to position the label.

  • Type 0 to specify a Coarse setting. With a Coarse setting, the software searches an increment of exactly one width and height of the existing label in order to find clear space in which to place the new label.

  • Type 1 to specify a Medium setting. With a Medium setting, the software searches an increment of exactly one-half the width and height of the existing label.

  • Type 2 to specify a Fine setting. With a Fine setting, the software searches an increment of exactly one-third the width and height of the existing label.

    Granularity2

    1 - Label Offset
    2 - Coarse setting
    3 - Medium setting
    4 - Fine setting

Example

DrawingPGLinear

Although a content module creates the annotation output, this example shows how this module affects the output.