| Article | 70002684 |
| Type | Wish |
| Product | Engine |
| Date Added | 5/8/2025 12:00:00 AM |
| Fixed | 11.4.4 (6/17/2025 12:00:00 AM) |
| Submitted by | Brendan Fry |
Summary
More options for TextVerJust property of vdDimesion We want to add new option values for TextVerJust of vdDimension So the text to be drawn below the dimension line or to be drawn Left or right of the dimension line when is on Vertical quadrant between 45 - 135 and 225 - 315 degrees
Solution
New values was added to VdConstDimTextVerJust enum (see vdDimension.TextVerJust and vdDimStyle.TextVerJust)
DIMTEXT_BELOW : Places the dimension text below the dimension line.
DIMTEXT_ALIGN_LEFT : Places the dimension text align left for vertical dimension lines between 45 to 135 and 225 to 315 degrees.
DIMTEXT_ALIGN_RIGHT : Places the dimension text align right for vertical dimension lines between 45 to 135 and 225 to 315 degrees.
NOTE: DIMTEXT_ALIGN_LEFT and DIMTEXT_ALIGN_RIGHT are not supported for dwg dxf formats
