[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Set Scale List Defaults Quickly
Tip# 4485 By Michael Partenheimer On 15-Jun-2015
0
Rated By 0 users Downloaded : 678
Categories : Viewports, Units, Object Properties
Software type : AutoCAD 2016
Rename File To : ScaleCivilAdd.lsp
This tip is a fast way to reset the scale list default.

This tip is a fast way to reset the scale list defaults in AutoCAD, as described in Tip #4386. Note that this AutoLISP routine does not set the scales in a particular drawing, but rather sets up the defaults that you see when you go to Options > User Preferences > Default Scale List. 

After you have set up the defaults, use the SCALELISTEDIT command (Reset option) to load these new defaults. Simply load this AutoLISP routine to execute it. The scales included here are generally for Civil use, but you can easily modify the AutoLISP file to load your desired defaults.

 

Average Rating:
0


User comments
Comment by Partenheimer,Michael
Posted on 2015-06-15 14:20:33
Based on feedback I've received there is a "gotcha" to note... This routine will not work on a fresh AutoCAD/Civil 3D installation... until the Scale List has been "activated". To "activate" the scale list, manually add one new scale using the SCALELISTEDIT command. Regards, Michael Partenheimer