AutoCAD Architecture Customization
Welcome to Autodesk’s AutoCAD Architecture Customization Forums. Share your knowledge, ask questions, and explore popular AutoCAD Architecture Customization topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

cant find set text height lisp

1 REPLY 1
Reply
Message 1 of 2
Anonymous
328 Views, 1 Reply

cant find set text height lisp

Posted a week or so ago was a lisp that automatically set the text height
variable according to the drawing scale. I cant seem to find that post or
find it on my saved items. If anyone can point me in the right direction, I
would sincerely appreciate it.


thanks a bunch


--
Ken Gallegos
Lombard Conrad Architects
kgallegos@lcarch.com
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

for 3/32" text: (setvar "textsize" (* (/ 3.0 32) (getvar "dimscale")))
for 1/8" text: (setvar "textsize" (* (/ 1.0 😎 (getvar "dimscale")))



"Kgallegos" wrote in message
news:CAC85BAFAE53DA0B45BAC8DD8BE97748@in.WebX.maYIadrTaRb...
> Posted a week or so ago was a lisp that automatically set the text height
> variable according to the drawing scale. I cant seem to find that post or
> find it on my saved items. If anyone can point me in the right direction,
I
> would sincerely appreciate it.
>
>
> thanks a bunch
>
>
> --
> Ken Gallegos
> Lombard Conrad Architects
> kgallegos@lcarch.com
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost