I have a file with a lot of un-used blocks that I am now purging. Most of the blocks are composed of other blocks. When I purge the first block, I then have a dozen+ new blocks that I have to purge.
Is there a way to purge all blocks within the original block I purge?
Hi,
Look at the purge dialog and you will see the "Purge nested item" option
and also the "orphaned data" option should be on.
I some cases you have such a lot objects, sometime you need to run purge two times or more.
http://help.autodesk.com/view/ACD/2021/ENU/?guid=GUID-C6B62BBD-C363-4DC7-AF43-036A7B287473
Sebastian
I have both of those options selected and it does not resolve my issue. These blocks are from third party vendors so sometimes they will have literally a hundred blocks within the one block I am trying to purge out. Very time consuming to go through them all and purge time after time.
>>"I have both of those options selected "
That's all you can do, this and repeating the purge workflow.
Create a menu- macro or script to run 3x purge, so it is just one click for 3 times
Sample for 1xPurge RegApss and 2xPurge All
^C^C_.-PURGE;_reg;*;_no;_.-PURGE;_all;*;_no;_.-PURGE;_all;*;_no
Sebastian
You cannot purge blocks if they are used in your drawing, if you have one block containing other blocks in your drawing area then they are all considered to be used by AutoCAD. You might need to consider some other way of dealing with your blocks, posting a .dwg file with a detailed explanation of what you are trying to do would help see the problem (and a possible solution).
None of the blocks I am purging are in use.
So I made a new file with just 1 block as an example.
In this new drawing the function seems to be working fine. I purge the block and then it again asks if I would like to also purge the 11 nested blocks. For some reason on my main file I do not have this option....On my main file I would have to find these 11 blocks and re-purge them again.
Which program (product version / Command: ABOUT) are you using?
I use AutoCAD 2020.1 and i have to run PURGE only one time to purge all unused blocks.
Sebastian
I think I found the issue of why I cannot remove all the nested objects when I purge the block.
Purge Nested Items removes items only when you select one of the following options:
I am not purging every un-used block in my drawing. So it looks like I cannot do what I want. It's not a huge issue, just some extra time to go back in and repeat the purging.
Thank you everyone for your help
@austinkb wrote:
I think I found the issue of why I cannot remove all the nested objects when I purge the block.
Purge Nested Items removes items only when you select one of the following options:
- All Items or Blocks in the tree view
- The Purge All button
That's right.
Sebastian
Can't find what you're looking for? Ask the community or share your knowledge.