AutoCAD/delete block

Advertisement


Question
How can I delete the blocks that I created and no longer need them? I want to clear up all old blocks to start a new block list.
I have tried to used the command "purge" but it didn't work. The help file has no use to address this option. I am using AutoCAD 2008 at school.
Please help. Thanks in advance.

Answer
I assume you have already tried the PURGEALL command. There is no easy way to clean this with lisp. If the purge command won't get rid of the blocks then they are still inserted in your drawing somehow, most likely inside a nested block. Check the other blocks you still have inserted for a nested block.
Blocks are drawings unto themselves. They can contain all of the information that an entire drawing contains. So if you have references left around, they could even be unused (uninserted) blocks inside another block. Until the "parent" insert gets erased or exploded, the "children" will not purge.
Perhaps the best way might be to start a clean drawing and copy what you want over to it in pieces and keep an eye on the block list in the new drawing for the unwanted blocks to show up, this could lead you to the culprit.

AutoCAD

All Answers


Answers by Expert:


Ask Experts

Volunteer


Scott Cook

Expertise

I`ve been using AutoCAD since 1987 and programming AutoLISP nearly as long. I can answer questions about programming AutoCAD (except ARX) and production enhancement techniques. I cannot answer questions about AutoCAD crashes or DWG corruption. AutoCAD PROGRAMMING (menus, lisp) related questions only!

Experience

Since 1987. Author of Plot2000 software for for AutoCAD, http://www.plot2000.com. PROGRAMMING QUESTIONS ONLY PLEASE. Questions that are NOT related to programming or AutoCAD customization (menus and lisp only please) are outside the scope of my volunteer services and will NOT BE ANSWERED.

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