Clear Space Center Then Above (DrawingCenterThenAbove) - 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.1 (2019)

Places a label either in the center of the linear segment or above the linear segment. The orientation of the label and the definition of "above" is determined by the direction of the linear segment. DwgLinearAbsPos or DrawingMarginOnly should always follow this module in the posModules section of the XML.

Usage in Label Template XML

<label>
<posSettings>
<posModulesSets>
<posModulesSet>
<PosModules>
<posModule value="DrawingCenterThenAbove">

<granularity>1</granularity>

<labelOffset>0.04</labelOffset>
</posModule>
<posModule value="DwgLinearAbsPos">
<percentageOffset>0.50</percentageOffset>
<offsetFromMember>0.01</offsetFromMember>

</posModule>
</PosModules>
</posModulesSet>
</posModulesSets>
</posSettings>
</label>

Customization

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

labelOffset

Allows you to specify the distance from a point placed on the model object to the farthest location from the point that the label can be placed. Use the Label Offset property when you want to place the label within quadrants around the point. The point generator calculates the point. The software starts from the point location and looks outward to the limit of the Label Offset distance, and then begins looking for clear space within which to place the label.

LabelOffset

1 - Label Offset

Specify both the horizontal and vertical distances within which to place the label. Both distances must be the same.