See the top rated post in this thread. Click here

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

Thread: Your Favorite VANILLA AutoCad Add-Ons

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    AUGI Addict madcadder's Avatar
    Join Date
    2000-11
    Location
    Too far from the beach
    Posts
    1,054
    Login to Give a bone
    0

    Default Your Favorite VANILLA AutoCad Add-Ons

    We've had the favorite programs post; I've seem the FireFox Stuff, but I don't recall a post dedicated to "My Favorite Plain Ole AutoCAD Add-Ons"...

    So, What are you favorite AutoCAD add-ons, the stuff used daily, can not live without? Might as well put me a drafting board with a box of crayons without this stuff!
    Who makes it? and where can it be found? and if you want "Why?"

    QuikPik, Periscope, and SuperPurge
    www.manusoft.com

    DocumentTabs
    www.caelink.com

    llpsite toolbar
    (out of business)

    NewCADtools2
    http://www.cadhedral.com/

    LayerToolbar, Paper/Model Toolbar
    http://www.spaug.org/Toolbars.Html
    Last edited by Glenn Pope; 2005-07-15 at 07:20 PM. Reason: Corrected link to spang's toolbar site.

  2. #2
    I could stop if I wanted to JASONM30395's Avatar
    Join Date
    2002-04
    Location
    Halifax NS Canada
    Posts
    397
    Login to Give a bone
    0

    Default Re: Your Favorite VANILLA AutoCad Add-Ons

    Quote Originally Posted by todw

    QuikPik, Periscope, and SuperPurge
    www.manusoft.com

    DocumentTabs
    www.caelink.com
    Periscope is OK but I prefer BubbleCAD
    http://www.bubblecad.com/en/bubble.htm

    And for multi document controle I use DocBar
    http://cadwerx.net
    which was free until just a little while ago
    Loyalty above all else except honor
    For my honor is my life!

  3. #3
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: Your Favorite VANILLA AutoCad Add-Ons

    Be careful with anything that tabulates drawings. I had the DocBar crash, balloon a file to 3mb, and I lost my work. I was not able to recover the 3mb file due to some junk code imbedded within the file.

  4. #4
    I could stop if I wanted to michael.12445's Avatar
    Join Date
    2001-03
    Posts
    350
    Login to Give a bone
    0

    Default Re: Your Favorite VANILLA AutoCad Add-Ons

    We've rolled our own. Our favorites:

    - A VBA button that asks you to select an xref, then opens the file. (AutoCAD 2002 only has REFEDIT, which doesn't always work and can give unpredictable results.)
    - Another VBA button that removes all the layer filters from the LAYER dialog. Doing this speeds up drawings a lot.
    - A LISP button that sets all the dimensioning variables and sets up an office-standard dimensioning style.
    - A macro button that selects the last object created and hatches it (of course it only works if the last object created was a closed polyline, circle, ellipse, rectangle, etc.).

    Michael Evans

  5. #5
    AUGI Addict madcadder's Avatar
    Join Date
    2000-11
    Location
    Too far from the beach
    Posts
    1,054
    Login to Give a bone
    0

    Default Re: Your Favorite VANILLA AutoCad Add-Ons

    Quote Originally Posted by michael.12445
    We've rolled our own. Our favorites:

    - A VBA button that asks you to select an xref, then opens the file. (AutoCAD 2002 only has REFEDIT, which doesn't always work and can give unpredictable results.)
    - Another VBA button that removes all the layer filters from the LAYER dialog. Doing this speeds up drawings a lot.
    - A LISP button that sets all the dimensioning variables and sets up an office-standard dimensioning style.
    - A macro button that selects the last object created and hatches it (of course it only works if the last object created was a closed polyline, circle, ellipse, rectangle, etc.).

    Michael Evans
    I'd like to see that Open Xref VBA code. I did mine in LSP, using VBA, called OpenX.lsp.

  6. #6
    I could stop if I wanted to michael.12445's Avatar
    Join Date
    2001-03
    Posts
    350
    Login to Give a bone
    0

    Default Re: Your Favorite VANILLA AutoCad Add-Ons

    Quote Originally Posted by todw
    I'd like to see that Open Xref VBA code. I did mine in LSP, using VBA, called OpenX.lsp.

    Todd,

    Please see the attached file.

    Regards,

    Michael Evans
    Attached Files Attached Files

  7. #7
    I could stop if I wanted to de-co1's Avatar
    Join Date
    2005-07
    Location
    Jhb - ZA
    Posts
    274
    Login to Give a bone
    0

    Default Re: Your Favorite VANILLA AutoCad Add-Ons

    Quote Originally Posted by michael.12445

    - Another VBA button that removes all the layer filters from the LAYER dialog. Doing this speeds up drawings a lot.
    Yeah... I wish something like this was available to work on non-LSP / non-VBA systems like ACAD LT 2000 - Oh how I miss working on up-to-date packages... However, when I was working with them, then, and in addition to others mentioned already,

    http://www.dotsoft.com/freestuff.htm

    was sometimes pretty useful for lisp routines.

  8. #8
    100 Club mfowler's Avatar
    Join Date
    2002-05
    Location
    Paradise
    Posts
    120
    Login to Give a bone
    0

    Default Re: Your Favorite VANILLA AutoCad Add-Ons

    Quote Originally Posted by de-co1
    Yeah... I wish something like this was available to work on non-LSP / non-VBA systems like ACAD LT 2000 - Oh how I miss working on up-to-date packages... However, when I was working with them, then, and in addition to others mentioned already,

    http://www.dotsoft.com/freestuff.htm

    was sometimes pretty useful for lisp routines.
    I second this post, and also highly recommend the ToolPac set that this company produces. Many, many great features. The symbol manager alone is worth the price.

    ToolPac

  9. #9
    Woo! Hoo! my 1st post
    Join Date
    2002-07
    Posts
    1
    Login to Give a bone
    1

    Default Re: Your Favorite VANILLA AutoCad Add-Ons

    I regret that you feel you had a bad experience with DocBar. However I must make it clear that there is no way that DocBar could have been the source of your problem (with respect to the ballooning drawing size) as it has no code that modifies or adds anything (visible or otherwise) to the drawing. Unfortunately, earlier versions did contain code that would catch unhandled exceptions that were generated in other (non-DocBar) code and would report the error giving the false impression that it was DocBar that caused the crash.

    Byron Blattel
    CADwerx--Applications for AutoCAD
    Autodesk Registered Developer
    Contact Info @ http://www.cadwerx.net
    Custom Programming Services - ObjectARX/C++/MFC/ASP/STL/ATL/ISAPI...

  10. #10
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Your Favorite VANILLA AutoCad Add-Ons

    QuikPik - don't leave home without it!

Page 1 of 2 12 LastLast

Similar Threads

  1. AutoCAD Electrical type Icon Menu in AutoCAD Vanilla !
    By iqbal.ahmad in forum AutoCAD General
    Replies: 1
    Last Post: 2009-04-15, 05:33 AM
  2. autocad vanilla
    By todd.205268 in forum AutoCAD General
    Replies: 3
    Last Post: 2009-01-09, 02:33 PM
  3. Section Callouts in vanilla AutoCAD
    By bmckenzie in forum CAD Standards
    Replies: 6
    Last Post: 2008-07-22, 08:13 PM
  4. Can Map be used as vanilla AutoCAD?
    By mark.81576 in forum AutoCAD Map 3D - General
    Replies: 6
    Last Post: 2008-04-01, 02:06 PM
  5. Vanilla Autocad rendered examples??
    By bjack56 in forum AutoCAD General
    Replies: 1
    Last Post: 2004-12-18, 07:37 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
  •