PDA

View Full Version : Annotative Revision Cloud


robinsonmd
2008-11-24, 07:40 PM
I need a simple revision cloud routine the same as revcloud that is build into AutoCAD but takes advantage of the annotation scale to multiply the arc length.

bearden383
2008-11-24, 09:11 PM
Attached is a lisp I created a couple of weeks ago. It looks at the cannoscalevalue to decide what the arc length should be. It works great you can now go from model space to paperspace and not have to reset your arc length.

robinsonmd
2008-11-26, 11:15 PM
Thank you,

This is exactly what I need to get the standard revcloud command to work with the annotation scale.

darlok69
2009-10-01, 08:53 PM
How do you get this to work with the ACAD revcloud command?

bearden383
2009-10-01, 09:46 PM
I use a macro and custom button.
^C^C-LAYER;M;MEREVISION;C;4;;^C^C(LOAD"H:/CAD/LISP/REVCLOUD08")
This macro creates a layer called MEREVISION color 4. Then loads and runs the the lisp.