×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Huge drawing size, tried everything!!

Huge drawing size, tried everything!!

Huge drawing size, tried everything!!

(OP)
Here's the background, I'm creating a group of blocks to be used as our best practise.  I inserted existing blocks and created new blocks in one drawing.  I standardized the text style, size ect of every block.  I then used "block" to convert them.  After this, I used "wblock" to send them on their way.  Well my problem is that each one of these blocks is around 700K!!!  The size should be around 42K.  I've purged and there is nothing there, I've searched and searched the wed for additional information about what's going on here and can't find a thing.  I'd appreciate any help i can get.  Thanks in Advance.

RE: Huge drawing size, tried everything!!

Make wblock of the host drawing w/ 700k of bytes and you should note a significant decrease in file size.

RE: Huge drawing size, tried everything!!

Any 3D objects in the file?
I'd explode all blocks before doing the final WBLOCK

RE: Huge drawing size, tried everything!!

Hi,

which AC-version are You running?
Do You use an application?
Did You try "_audit" ?

Maybe You can mail an example,,,

Lothar

ADT 2004
ACAD 2002

RE: Huge drawing size, tried everything!!

I had the same problem and found it to be layer filters. Any time you copy/paste anything from a dwg that has layer filters, they all go with it and will increase the file size. Architects often use hundreds of them. Go to layer properties manager and look in the named layer filter box. If there's more than 3 filters listed, you've inherited them from another dwg. You can delete these manually (very tedious)but there is a lisp program that will take care of it in a second. Its called LFD.lisp and I find that I have to use it all the time because too many of our dwgs were affected by the time I found this. I found it on another acad forum, but I can email it to you if you like.

RE: Huge drawing size, tried everything!!

Can someone send me the LFD.lsp routine?

RE: Huge drawing size, tried everything!!

(OP)
ssvbj,

Thanks for the tip!  It's exactly what was "wrong".  Boy did I have some filters in there WOW!!!!
I found a delete fileters lsp, and ran that.  The drawing size went from 700K+ to 52K.  This is a great forum that I just joined for this problem, now I'm going to make this place the first place I visit when I got a problem.

Corey

RE: Huge drawing size, tried everything!!

FYI

(defun C:LayerFiltersDelete ()
(vl-Load-Com)
(vl-Catch-All-Apply
'(lambda ()
(vla-Remove (vla-GetExtensionDictionary
(vla-Get-Layers
(vla-Get-ActiveDocument
(vlax-Get-Acad-Object))))
"ACAD_LAYERFILTERS")))
(princ "\nAll layer filters have been deleted.")
(princ))
(defun C:LFD () (C:LayerFiltersDelete))

"Whether you think that you can, or that you can't, you are usually right "
.. Henry Ford

RE: Huge drawing size, tried everything!!

LFD.lsp works great along with lpurge.lsp.

RE: Huge drawing size, tried everything!!

I am having the same issue while using CAD 2000.  How do I load and run the lsp?  Do I type exactly as shown here?  How can I check to see if I have a layer filter issue?

Thank you.

RE: Huge drawing size, tried everything!!

How to save/load lisp file:
http://www.cadtutor.net/forum/viewtopic.php?t=2942

To check layer filters.  open layer manager dialogue box (usually type "la").  On the left side is named layer filters.  Is there a looooooong list of names?

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources