Question Draftsight

Hello everyone,

I make a mirror on a DWG in order to have a symmetrical part, however my annotations are also found upside down.

Is there an option to readjust these annotations in the right direction?

Thank you and have a good evening to you!

Hello

According to my research on the web, you have to use the "SETTXTMIRRMODE" command to define if they are affected by mirrors or not.

This is the equivalent of AutoCAD's "MIRRTEXT" variable:

=1 The texts are reversed
=0 Texts remain legible

A+

2 Likes

Good evening

 

To try:

Modify a variable when you are in a command

When you are in a command, it is possible to modify a system variable by preceding it with an apostrophe.

Example:

Order: _MIRROR
Item Selection: 1 found
Choosing Objects: Specify the first point of the symmetry line:
Specify the second point of the symmetry line: 'mirrtext >>Enter a new value for MIRRTEXT <1>:0
Resumes the MIRROR command. 
Specify the second point of the symmetry line: 
Delete source objects? [Yes/No] :N 
Order:

+1 for Eric R