Author Topic: !!! URGENT !!!  (Read 4244 times)

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
!!! URGENT !!!
« on: December 01, 2004, 11:29:59 AM »
HELP ! PLEASE..

ok, here it is..

I have a simple block drawing (2 lines)
and it's over than 2MB !!!

I've tried the recover, the purge and nothig.  still 2MB.  :(

But, someone tell me the drawing have over thousand filter layer..

wow...  but how can I remove all these filter in one shot !!??

can anyone give me some help with this ??

thanks.
Keep smile...

Sitra

  • Guest
!!! URGENT !!!
« Reply #1 on: December 01, 2004, 11:34:39 AM »

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
!!! URGENT !!!
« Reply #2 on: December 01, 2004, 12:00:08 PM »
five minutes !! Conrad you need to tighten up man, that should taken less than two minutes. *grin*
TheSwamp.org  (serving the CAD community since 2003)

Sitra

  • Guest
!!! URGENT !!!
« Reply #3 on: December 01, 2004, 12:02:09 PM »
Yes Sir. :shock:  :lol:

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
!!! URGENT !!!
« Reply #4 on: December 01, 2004, 12:09:13 PM »
Andrea,
I though you had 'CDG Purge ', it will do the job.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

ronjonp

  • Needs a day job
  • Posts: 7527
!!! URGENT !!!
« Reply #5 on: December 01, 2004, 03:38:34 PM »
Or you could use Keith's endit.lsp. It is the fastest all around drawing cleaning routine I have used.

Code: [Select]
;original lisp routine by Keith modified by ronjonp
(defun C:ENDIT (/ expert cmdecho)
(progn (textscr)
  (Princ "\n____________________________________________________________________________")
  (Princ "\n   ***ALL - Named Views, Layer Group Filters, Layer Property Filters,
       Layer States, Registered Applications, Pagesetups are GONE!!!***")
  (Princ "\n____________________________________________________________________________")
  (Princ "\n   ***IMPORTANT - You must close drawing WITHOUT saving changes
       and reopen to complete purge.***")
  (Princ "\n____________________________________________________________________________")
)
 (setq expert (getvar "EXPERT")
cmdecho (getvar "CMDECHO")
  )
  (setvar "EXPERT" 5)
  (setvar "CMDECHO" 0)
  (command "-wblock"
  (strcat (getvar "dwgprefix") (getvar "dwgname"))
  "*"
  )
  (setvar "EXPERT" expert)
  (setvar "CMDECHO" cmdecho)
)

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

Serge J. Gianolla

  • Guest
!!! URGENT !!!
« Reply #6 on: December 01, 2004, 07:10:08 PM »
Well, in fact Andrea; you have AutoCAD 2005. No need for routines. One can delete ALL layer filters. IT is now built-in!