AutoCAD/Dimension Features

Advertisement


Question
I have a couple dwgs that, when I change the "Scale for dimensions features" in DimStyle\Modify\Fit, the change only stays that way for a few minutes then reverts back to the former setting.  In one case, changed 40 scale to 1 and it keeps going back to 40 after a few leaders or dim's.

Drives me NUTS!  Oh yeah...AutoCAD Map 2000i

Thanks,

Rick Z

Answer
In AutoCAD 200i, there was a problem associated with QSAVE thatoften when QSAVE was invoked, DIMSCALE would be set to 40 or 3'-4".  Now there is still a problem and I don't know if it has been solved, but every so often DIMSCALE gets doubled.  Fortunately it doesn't change any dimenion styles, so create a dimenion style name that you can quickly restore to get your dimscale back.

For when the problem is caused by QSAVE,you can undefine qsave with the QSAVE command and you can use LISP to define a new QSAVE.

(defun c:qsave () (command ".dim" "exit")(command "_.save" "")(C:R)(PRINC))

AutoCAD

All Answers


Answers by Expert:


Ask Experts

Volunteer


Bill DeShawn

Expertise

I can address all 2-D questions and some 3-D questions. I do programming in AutoLISP if it doesn`t involve solid modeling. I can also address menu customization issues and can help you find answers to questions I can`t answer by taking your question directly to Autodesk via their newsgroups.

Experience

I used to do electronic and mechanical design for a flat panel monitor manufacturer, and now I do architectural drafting for an architect. I did and do AutoLISP and menu customization and take pride in making my lisp routines to do the work exactly the way the client likes them done.

Publications
I had a routine published in CADENCE magazine (no longer in publication and taken over by CADALYST). Some of my routines are published on my website at http://my.sterling.net/~bdeshawn

©2012 About.com, a part of The New York Times Company. All rights reserved.