PDA

View Full Version : Importing Annotative scales



mtc.139414
2007-06-20, 03:16 PM
The range of scales that I use frequently (1:25, 1:75, 1:125, 1:150, 1:200, 1:250 etc) is not represented in the 'standard' list of Annotation Scales and it is tedious to have to recreate these in every new drawing - is there a way of importing these or making them part of the standard list?

.chad
2007-06-20, 03:55 PM
The range of scales that I use frequently (1:25, 1:75, 1:125, 1:150, 1:200, 1:250 etc) is not represented in the 'standard' list of Annotation Scales and it is tedious to have to recreate these in every new drawing - is there a way of importing these or making them part of the standard list?set them in your template.

scalelistedit will allow you to create new scales.

you can also bring in an object with those scales associated with it.

framedNlv
2007-06-29, 08:22 PM
I attached a script file that I wrote to update my scalelist. You will have to edit it to get the exact list you want but it will give you a good start.

If you have any questions just ask,
Chirs

CADDmanVA
2007-07-02, 03:44 AM
If you're working on an existing drawing, try this. Set up a block with your desired scales, then insert it. It's worked for me with older drawings.

AdamKS
2020-05-14, 02:10 AM
Thirteen years later and Autodesk still haven't addressed this. Would be so much easier if one could simply import annotation scales from another drawing via Design Center.

cadtag
2021-06-07, 05:45 PM
Look for STEALV1-8.lsp on the Swamp.org Solves a some of the things that ADC skips.

BlackBox
2021-06-08, 01:24 PM
Ironically, this post would work for this as well:


This simplest way I know to 'cleanup scales' for one or more drawings, is to use Autodesk's Cleanup Scales utility:



(defun c:CleanupScales (/ file)
(if (setq file (findfile "CleanupScales.exe"))
(startapp "explorer" file)
(prompt "\n** File \"CleanupScales.exe\" not found ** ")
)
(princ)
)


** You may need separate download for your version; here's a link to 2021 as example:

https://knowledge.autodesk.com/support/autocad/downloads/caas/downloads/content/scale-list-cleanup-utility-for-autocad-C2-AE-2021.html