
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I want to start by saying I have no knowledge of LISP, and strictly use macros in AutoCAD.
So I have many, many blocks that I use on a regular basis and I have them all set up to scale based on the LTSCALE I'm using. Sample macro:
*^C^C_.-INSERT;XXXXX;\(/ (getvar 'ltscale) 96);;\CHPROP;L;;LA;XXXX;;
What I want to do is create a macro that will set up my revision clouds in a similar manner. Essentially, go through the prompts and set the min/max arc length as LTSCALE/4 inches. Currently, this is what I've come up with:
^C^CREVCLOUD;A;\(/ (getvar 'ltscale) 4);\(/ (getvar 'ltscale) 4);S;C;P;
Obviously, it isn't working. Can anyone one see where I'm going wrong or offer any suggestions?
Thanks a bunch in advance,
-P
Solved! Go to Solution.