Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Annotative Revision Cloud

  1. #1
    Member
    Join Date
    2005-07
    Location
    Rapid City, SD
    Posts
    9
    Login to Give a bone
    0

    Default Annotative Revision Cloud

    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.

  2. #2
    100 Club
    Join Date
    2005-12
    Location
    Greeley, CO
    Posts
    116
    Login to Give a bone
    0

    Default Re: Annotative Revision Cloud

    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.
    Attached Files Attached Files
    Last edited by Chris Bearden; 2008-11-24 at 08:18 PM.

  3. #3
    Member
    Join Date
    2005-07
    Location
    Rapid City, SD
    Posts
    9
    Login to Give a bone
    0

    Default Re: Annotative Revision Cloud

    Thank you,

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

  4. #4
    Woo! Hoo! my 1st post
    Join Date
    2009-10
    Posts
    1
    Login to Give a bone
    0

    Default Re: Annotative Revision Cloud

    How do you get this to work with the ACAD revcloud command?

  5. #5
    100 Club
    Join Date
    2005-12
    Location
    Greeley, CO
    Posts
    116
    Login to Give a bone
    0

    Default Re: Annotative Revision Cloud

    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.

  6. #6
    100 Club
    Join Date
    2006-11
    Location
    Martinsburg, WV USA
    Posts
    199
    Login to Give a bone
    0

    Default Re: Annotative Revision Cloud

    Any idea why this works fine in AutoCAD 2011, but wont work in 2012?
    Last edited by james.126519; 2011-11-11 at 03:13 PM. Reason: typo

  7. #7
    Member
    Join Date
    2005-07
    Location
    Rapid City, SD
    Posts
    9
    Login to Give a bone
    0

    Default Re: Annotative Revision Cloud

    James,
    It does work with AutoCAD 2012, I've been using it on this release since yearlier this year. What issue or error are you running into?

  8. #8
    100 Club
    Join Date
    2006-11
    Location
    Martinsburg, WV USA
    Posts
    199
    Login to Give a bone
    0

    Default Re: Annotative Revision Cloud

    Quote Originally Posted by robinsonmd View Post
    James,
    It does work with AutoCAD 2012, I've been using it on this release since yearlier this year. What issue or error are you running into?
    I finally got around to installing my update last night, and when I run the macro, it just gives me a "(Load E:" at the command prompt. i have to then hit esc to cancel out of the command. Not sure what the issue is. The macro creates the layer and makes it current but gets hung up at the point it needs to load the REVCLOUD08.lsp

    Command: -LAYER
    Current layer: "MEREVISION"
    Enter an option
    [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Fre
    eze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: M
    Enter name for new layer (becomes the current layer) <MEREVISION>: MEREVISION
    Enter an option
    [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Fre
    eze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: C
    New color [Truecolor/COlorbook] : 4
    Enter name list of layer(s) for color 4 (cyan) <MEREVISION>:
    Enter an option
    [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Fre
    eze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
    Command:
    Command:
    Command: (LOAD"E:
    Last edited by james.126519; 2011-11-11 at 03:39 PM. Reason: added copy from command line

  9. #9
    100 Club
    Join Date
    2005-12
    Location
    Greeley, CO
    Posts
    116
    Login to Give a bone
    0

    Default Re: Annotative Revision Cloud

    What does your macro look like? Did you close the quote?

  10. #10
    100 Club
    Join Date
    2006-11
    Location
    Martinsburg, WV USA
    Posts
    199
    Login to Give a bone
    0

    Default Re: Annotative Revision Cloud

    Quote Originally Posted by bearden383 View Post
    What does your macro look like? Did you close the quote?
    ^C^C(LOAD"E:\AutoCAD\LISP\REVISION CLOUD\REVCLOUD08")

    That is a direct copy/paste from the CUI. I did remove the layer control, and it worked fine until I upgraded my AutoCAD from 2011 to 2012. Baffles me..

    I still wish there was an actual annotative revision cloud. drives me crazy when I have a viewport with a huge cloud portion cutting through it from a different view lol

Page 1 of 2 12 LastLast

Similar Threads

  1. Revision Rectangular Annotative Cloud
    By mbrandt5 in forum AutoLISP
    Replies: 2
    Last Post: 2015-07-27, 04:47 PM
  2. Revision Cloud
    By jonblaze451 in forum Revit Architecture - General
    Replies: 3
    Last Post: 2012-04-28, 08:08 PM
  3. Revision Cloud
    By johnthao714 in forum Revit Structure - General
    Replies: 3
    Last Post: 2010-04-09, 08:17 PM
  4. Revision Cloud and Tag
    By techsupport.161645 in forum Revit Architecture - General
    Replies: 1
    Last Post: 2010-03-19, 11:41 AM
  5. Revision cloud properties in cloud sketch
    By revit.wishlist1942 in forum Revit Architecture - Wish List
    Replies: 0
    Last Post: 2009-02-01, 07:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •