Cant Rotate Text

Cant Rotate Text

HR2323
Advocate Advocate
1,045 Views
11 Replies
Message 1 of 12

Cant Rotate Text

HR2323
Advocate
Advocate

i am trying to rotate text at zero angle but it is not work. please see attachment drawing and please give me lisp to set text zero rotation.

0 Likes
Accepted solutions (1)
1,046 Views
11 Replies
Replies (11)
Message 2 of 12

devitg
Advisor
Advisor

Find attached lisp The main fact is the NORMAL property

Message 3 of 12

ВeekeeCZ
Consultant
Consultant
Accepted solution

Not sure if a lisp helps you... texts are in 3 different planes. 

I isolated texts, used flatten, then changed the angle of rotation to 0.

 

0 Likes
Message 4 of 12

devitg
Advisor
Advisor

Did you test my LISP ?

Message 5 of 12

ВeekeeCZ
Consultant
Consultant

Sorry devitg, I did not. I judged prematurely. Your routine works perfect.

Message 6 of 12

devitg
Advisor
Advisor

Thanks for testing it . It is glad to know the work has been tested an be useful, and better if a bug is noticed , to fix it. As ever, this task help me to understand about VARIANT and SAFEARRAY , and also about ALIGNMENT , Insertion Point and TEXTALIGNMENTPOINT

0 Likes
Message 7 of 12

HR2323
Advocate
Advocate
Thank you very much to all of you to reply, especially Thanks to devitg for the lisp file.
0 Likes
Message 8 of 12

HR2323
Advocate
Advocate

i am facing another problem please download dwg file and see polyline, block.

0 Likes
Message 9 of 12

HR2323
Advocate
Advocate

I used a Flatten command but there is some problems. The name of the block is different shows.

0 Likes
Message 10 of 12

ВeekeeCZ
Consultant
Consultant

Sorry man, not following you... I used FLATTEN on TEXTs only. Don't see any block name problem. 

If you having problems with FLATTEN then use devitg's routine.

0 Likes
Message 11 of 12

devitg
Advisor
Advisor

What is the problem , or the task to do? By the way, where are you? I´m at Córdoba, Argentina

0 Likes
Message 12 of 12

phas50
Advocate
Advocate

You have to set the rotation angle after selecting either single line text of Multiline text. This is the sequence: Select Text or in the command bar type text, specify starting point of the text, next specify rotation angle, set this to 360 click enter, write your text, select the rotate command or type rotate, select text and it will rotate 360 degrees.

0 Likes