How to get annotations, texts, grids , blocks in readable position while rotating/mirroring the same original block

How to get annotations, texts, grids , blocks in readable position while rotating/mirroring the same original block

madhuryya_prakash
Advocate Advocate
201 Views
2 Replies
Message 1 of 3

How to get annotations, texts, grids , blocks in readable position while rotating/mirroring the same original block

madhuryya_prakash
Advocate
Advocate

Dear All, I have attached a file which I have been working on, need to use the same block in rotated position, was wondering if the texts , annotations, attributes and grids can be brought to readable position, without exploding, creating new block. Thanks in advance!

0 Likes
202 Views
2 Replies
Replies (2)
Message 2 of 3

Pointdump
Consultant
Consultant

Hi @madhuryya_prakash,

Thanks for posting your drawing.
Use command >>>TORIENT<<<.

Edit: I tried just now using TORIENT on your drawing. Limited success. I couldn't rotate everything. Not without exploding or BURST'ing the nested blocks.
Dave

Dave Stoll
Las Vegas, Nevada

EESignature

64GB DDR4 2400MHz ECC SoDIMM / 1TB SSD
NVIDIA Quadro P5000 16GB
Windows 10 Pro 64 / Civil 3D 2025
0 Likes
Message 3 of 3

Moshe-A
Mentor
Mentor

@madhuryya_prakash hi,

 

simple answer NO 

 

this is the story 😀 

an insert (also known as block reference) is referencing the block definition stored in AutoCAD database (the dwg) called the block table. block reference at insert can be scaled and can have new  rotation angle. this is not a copy of the block it referencing, that's why when you update the block definition (by BEDIT) all it's references are updates - this i assume you already know?!

and this is why when you rotate the block reference all text objects are rotate with it.

attributes in block have an exception they can be rotate in each reference (this is because attributes are copied). in your drawing you have blocks with attributes but still you can not rotate them. this because you have many nested blocks. you can rotate attribute only if you can select it's block reference.

if MIRRTEXT=0 and you mirror a block reference, attribute are kept in readable angle but this work on top level block not nested.

 

here is my suggestion for the future:

if you have a floor plan and you expect it will be rotate\mirror build it without any annotations (texts \ dimensions) they should be on top of each block reference.

 

Moshe