SCALE MULTIPLE TEXT ALONG AN ARC USING THE ARC'S CENTER AS BASE AND A FIXED VALUE TO PROJECT

SCALE MULTIPLE TEXT ALONG AN ARC USING THE ARC'S CENTER AS BASE AND A FIXED VALUE TO PROJECT

mohummed.dala
Explorer Explorer
213 Views
1 Reply
Message 1 of 2

SCALE MULTIPLE TEXT ALONG AN ARC USING THE ARC'S CENTER AS BASE AND A FIXED VALUE TO PROJECT

mohummed.dala
Explorer
Explorer

Hi all,

 

i have an arc with many mtext distributed along the arc. the mtext's is set to middle center and has its own geometry x & y.

 

mathematically the distance between each text geometry and the arc center(not midpoint) is the radius

 

I need a lisp to scale selected text based on the arc center as basepoint with the new length being radius+1.5 or radius -1.5. So if the length is 10 the new length must be 11.5 and not 15. the same with subtraction type.

 

im not worried about the change in text height as i can modify that later on.

 

before

mohummeddala_0-1710235765344.png

 

after

mohummeddala_1-1710236096617.png

 

 

 

0 Likes
Accepted solutions (1)
214 Views
1 Reply
Reply (1)
Message 2 of 2

ВeekeeCZ
Consultant
Consultant
Accepted solution

Possibly this could help you.

It moves texts in the direction according to its current angle of rotation.

0 Likes