AutoCAD LT Discussion Group Search

Tuesday, August 21, 2007

Use DIESEL

While trying to figure out different ways to do things I used to do with lisp, I found this out.
Use DIESEL in your commands. Tool palette, menus or toolbars it will work in all. I created this one to automatically set text height per dimscale.

^C^CTEXTSIZE;$M=$(*,$(getvar,dimscale),0.125);_dtext

I hope this will help,

No comments: