Jump to content

Why this attached blank drawing file is so heavy (9.2mb)???


Ashishs

Recommended Posts

Hi, It is not practical to copy paste model objects and layouts of several drawings to create new drawing files.

 

That's funny. I copy and paste because it is not always practical to clean-up a file. It's usually a lot quicker than manually cleaning up. Don't get me wrong, it doesn't always fix everything and doesn't always work but it usually does the trick. Maybe you can make your copy/paste process faster and look into importing layouts so you won't be so hesitant to go that route.

Link to comment
Share on other sites

  • Replies 22
  • Created
  • Last Reply

Top Posters In This Topic

  • ReMark

    7

  • Ashishs

    7

  • eldon

    2

  • RobDraw

    2

Top Posters In This Topic

I usually also do the copy and paste routine. However, before I copy them, I move all of it to layer 0 (zero) or copy some of my layers to the donor drawing and move the linework to them. A lot of the time, I have to explode numerous blocks, and run OVERKILL to delete extraneous and duplicate linework that gets generated from VIEWBASE or FLATTEN done by the originator of the 3D version. Just an hour ago I ran OVERKILL on a simple house elevation, and deleted over 6000 duplicate or overlapping objects.

 

Often, it is more expedient to simply trace over the donor geometry and copy only my new linework over.

Link to comment
Share on other sites

  • 4 weeks later...

to avoid that, I am adding these 2 codes to startup

(repeat 3 (vl-cmdf "._-purge" "r" "*" "N"))

and

  ((lambda (dict)
    (if (dictsearch (namedobjdict) dict)
      (progn
 (dictremove (namedobjdict) dict)
 (princ "\nDGN Line Styles Removed")
      )
      (princ "\nDGN Line Styles not found")
    )
  )
   "ACAD_DGNLINESTYLECOMP"
 )			;Delete DGN

 

If the file still huge I'll use

-w

then save the file

Then press *

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...