KiLLiNG-TiME Posted January 26, 2010 Posted January 26, 2010 Am terrible at scripts lisp etc just could never get my head around it all !!! anyway i want to purge multiple blocks form a drawing... This is part of my script file but just cannot get the blocks to purge, what am i doing wrong any help would be great thank you. It's the part in bold that's giving me some trouble. PURGE B 404-XREF-SETUP-L1,404KP,KAFD-keyplan-2-12 N PURGE R * N AUDIT Y ZOOM E TILEMODE 0 Quote
DWG Destroyer Posted January 26, 2010 Posted January 26, 2010 Silly question, but have you tried purging them the normal way first? Just to confirm they can definitely be removed from the drawing...? Also, how is your lisp worded exactly? Just trying to generate an insight to the possible causes of the problem J Quote
KiLLiNG-TiME Posted January 26, 2010 Author Posted January 26, 2010 Silly question, but have you tried purging them the normal way first? Just to confirm they can definitely be removed from the drawing...? Also, how is your lisp worded exactly? Just trying to generate an insight to the possible causes of the problem J I cannot purge at start as i have laoded the drawings with layers, hence i wanted to be very specific & just want to purge the blocks. Its a script btw not a lisp as thats beyond myself thanks for reply Quote
todouble22 Posted January 26, 2010 Posted January 26, 2010 I cannot purge at start as i have laoded the drawings with layers, hence i wanted to be very specific & just want to purge the blocks. Its a script btw not a lisp as thats beyond myself thanks for reply so is the drawing xref'd in? This block definition cannot be purged if: -- It is nested inside another block. -- It is inserted in the drawing. -- It is an attached xref drawing. Quote
KiLLiNG-TiME Posted January 26, 2010 Author Posted January 26, 2010 so is the drawing xref'd in? This block definition cannot be purged if:-- It is nested inside another block. -- It is inserted in the drawing. -- It is an attached xref drawing. Yes I think thats my problem, the xrefs are nested in a block that I explode ! ****** Thanks Not so sure now as the block is purgable back to the drawing board. Quote
Lee Mac Posted January 26, 2010 Posted January 26, 2010 When it comes to scripts, this may help you: http://www.cadtutor.net/forum/showpost.php?p=295487&postcount=23 Quote
KiLLiNG-TiME Posted January 26, 2010 Author Posted January 26, 2010 When it comes to scripts, this may help you: http://www.cadtutor.net/forum/showpost.php?p=295487&postcount=23 It may indeed thank you Sir Quote
Recommended Posts
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.