There are several methods to reduce the file size of a drawing in AutoCAD, which can improve performance and reduce storage requirements. Here's a breakdown of common techniques:
Strategies for Reducing AutoCAD Drawing Size
1. Purge Unused Elements
Purging removes unused blocks, layers, linetypes, styles, and other named objects from the drawing. This is often the most effective single step.
- Command:
PURGE
- Steps:
- Type
PURGE
and press Enter. - Choose to purge all items (including nested items) or specific categories. Selecting "All" is often most effective.
- Confirm any prompts to purge items.
- Type
- Alternative Command Line Purge:
- Type
-PURGE
and press Enter. - Select "All"
- Type
N
for "No" when prompted to "Verify each name to be purged?"
- Type
2. Detach Unnecessary Xrefs
External references (Xrefs) can significantly increase file size, especially if they contain a lot of detail. Detach any Xrefs that are not required.
- Command:
XREF
- Steps:
- Type
XREF
and press Enter. - In the External References palette, select the Xref you want to detach.
- Right-click and choose "Detach."
- Type
3. Audit and Fix Errors
Auditing the drawing can identify and correct errors that might be contributing to file bloat.
- Command:
AUDIT
- Steps:
- Type
AUDIT
and press Enter. - Choose "Yes" to fix any errors detected.
- Type
4. Overkill - Removing Duplicate or Overlapping Objects
The Overkill command eliminates duplicate or overlapping lines, arcs, and other objects.
- Command:
OVERKILL
- Steps:
- Select all objects in the drawing.
- Type
OVERKILL
and press Enter. - Adjust settings as needed (e.g., tolerances for identifying duplicates) and click "OK."
5. Remove Registered Applications (Regapps)
Registered applications (Regapps) are often associated with custom programs or third-party applications and can sometimes bloat a drawing file.
- Command:
-PURGE
- Steps:
- Type
-PURGE
and press Enter. - Choose "Regapps."
- Type
*
to select all regapps and press Enter. - Type
N
for "No" when prompted to "Verify each name to be purged?"
- Type
6. Reset Scale List
Excessive or custom scales in the scale list can increase file size.
- Command:
-SCALELISTEDIT
- Steps:
- Type
-SCALELISTEDIT
and press Enter. - Choose "Reset."
- Confirm the reset.
- Type
7. Save as Optimized Drawing
When saving, consider the "Save as" command and ensure that you are saving in the latest AutoCAD version, which often has improved compression algorithms. Also, be sure to check the "Incremental save percentage" setting (OPTIONS command, Open and Save tab). Lowering this number can help, though it may slightly increase save times. A value of 0 disables incremental saving.
8. Check Object Complexity
Very complex objects (e.g., highly detailed hatches, excessively dense polylines) can contribute significantly to file size. Consider simplifying these objects or using block representations where appropriate.
Summary
By systematically employing these methods, you can significantly reduce the size of your AutoCAD drawings, improving performance and manageability. Prioritize purging, detaching xrefs, and auditing, as these typically have the most impact.