Lisp to set annotation scale

Lisp to set annotation scale

h_s_walker
Mentor Mentor
184 Views
2 Replies
Message 1 of 3

Lisp to set annotation scale

h_s_walker
Mentor
Mentor

Can a lisp be created in which you can select any object which has an annotation scale and then set the annotation scale to be the same?

I'm using LT2026

Howard Walker
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


Left Handed and Proud

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

ВeekeeCZ
Consultant
Consultant

(setvar 'cannoscale (cdr (assoc 300 (entget (cdr (assoc 340 (entget (cdr (assoc 350 (entget (cdr (assoc 350 (entget (cdr (assoc 360 (entget (cdr (assoc 360 (entget (car (entsel)))))))))))))))))))))

 

It takes the first one if there are more.

0 Likes
Message 3 of 3

h_s_walker
Mentor
Mentor

I don't want it to work like that. I need a command that I can type in and then choose any single object which has an annotation scale and then set the annotation scale

Howard Walker
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


Left Handed and Proud

0 Likes