Jump to content

Cleaning up layer filters in ADT 3.3


Fernando Lino
 Share

Recommended Posts

I had a problem with some files...they were too big…I purged every AEC objects, blocks, etc. when I audited the file I had 14,000 objects…the problem was the layer filters, every time when you copy an element from another file you are also bringing in the filters, en ADT 3.3 you need to erase them one by one, well this is the string to erase all of them

 

VBASTMT and press ENTER

 

Paste this string:

 

For Each ent In ThisDrawing.Layers.GetExtensionDictionary("ACAD_LAYERFILTERS"):ent.Delete: Next ent

 

 

I reduced the files more than 50% because I had so many filters.

In 2005 is easy to fix the problem!

Link to comment
Share on other sites

in 2005 ...you have to go to the layer properties manager ..on your left hand there are some icons..one of them shows the filters, selecting the filters that you don't want to use and press Delete.

 

it is issue if you work in a team where everybody start to create filters

 

 

anyway it is good to know!!

Link to comment
Share on other sites

Been mentioned in another post, but you can download a utility called CDGPurge from http://www.caddevelopmentgroup.com (I think it's free - we have it installed on all our machines in the office).

 

One click & the current dwg is scanned. All later filters are listed for you as a category of items to be purged. You can choose to delete them all together or select them individually & then delete. Makes a HUGE impact on the file size.

Link to comment
Share on other sites

Been mentioned in another post, but you can download a utility called CDGPurge from www.caddevelopmentgroup.com (I think it's free - we have it installed on all our machines in the office).

 

One click & the current dwg is scanned. All later filters are listed for you as a category of items to be purged. You can choose to delete them all together or select them individually & then delete. Makes a HUGE impact on the file size.

thats a bad link. could you check that again please?

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...