Additional text on (below) dimension lines
Moderators: SDS, support, admin
-
- Posts: 22
- Joined: 06 Jul 2018, 10:52
Additional text on (below) dimension lines
Hello Support,
is it possible to add additional text to dimension lines? We would like to show the measured dimensions above the line and the additional text below. It seems that AutoCAD support this, but I cannot figure out if this is also possible with CAD .NET.
Thank you!
is it possible to add additional text to dimension lines? We would like to show the measured dimensions above the line and the additional text below. It seems that AutoCAD support this, but I cannot figure out if this is also possible with CAD .NET.
Thank you!
Re: Additional text on (below) dimension lines
Hello Stefan,
AutoCAD allows to add a text below the dimension line by using a Text override property and the portion <>\X:

The text which goes after "<>\X" is displayed below the dimension line:

CAD .NET also supports the Text override property for dimensions (CADDimension.TextOverride), but it doesn't recognize "<>\X" at the beginning and just replaces the existing text with "<>\XNotes below dimline". I have forwarded this issue to the development team by opening a support case.
Mikhail
AutoCAD allows to add a text below the dimension line by using a Text override property and the portion <>\X:

The text which goes after "<>\X" is displayed below the dimension line:

CAD .NET also supports the Text override property for dimensions (CADDimension.TextOverride), but it doesn't recognize "<>\X" at the beginning and just replaces the existing text with "<>\XNotes below dimline". I have forwarded this issue to the development team by opening a support case.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support