Problem with 3D-rotated Attribut

Problem with 3D-rotated Attribut

j.palmeL29YX
Mentor Mentor
536 Views
2 Replies
Message 1 of 3

Problem with 3D-rotated Attribut

j.palmeL29YX
Mentor
Mentor

In >>another thread<< I found a block (here again attached, block "b") which includes an attribut defined as parallel to the XZ-plane.

In AutoCAD 2020 it works well (image 2000.png), in AutoCAD 2021 the attribut appears parallel to the XY-plane (image 2021.png).

I built another similar completely new block (without the block in block construct) - unfortunately the same behavior.

Is this caused by a systemvariable (I have not found any) or a bug in AutoCAD 2021 or I'm doing something wrong?

 

 

 

 

Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Accepted solutions (1)
537 Views
2 Replies
Replies (2)
Message 2 of 3

vinodkl
Mentor
Mentor
Accepted solution

Hi @j.palmeL29YX 

 

I tried to open the drawing in AutoCAD 2018 (I don't have AutoCAD 2021)and it looked fine with no problem as you see it in AutoCAD 2020, but when I tried to insert the new block the attribute became parallel to the XY axis. 

I assume this is caused by the system variable "ATTREQ". Try setting system variable "ATTREQ" to "1" and then "ATTSYNC" the block. With ATTREQ set to "0"  the attribute does not respect the UCS when the block is inserted and will be parallel to XY axis. 

After inserting the block attributes were parallel to XY axis and setting the system variable ATTREQ to "1" and then ATTSYNC the block the attribute corrected its position to XZ axis. After setting the ATTREQ to "1" when I tried to insert the block the attribute was perfectly set in XZ axis🙂

 

--------------------------------------------------------------------------------------------------------------------------
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)
Likes is much appreciated if the information I have shared is helpful to you and/or others.

Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------
Message 3 of 3

j.palmeL29YX
Mentor
Mentor

@vinodkl wrote:

With ATTREQ set to "0"  the attribute does not respect the UCS when the block is inserted and will be parallel to XY axis. 


 

Good to know, I was not aware ot that.

This solves the problem.

 

Thank you

Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature