Author Topic: AeccObjExplode  (Read 3595 times)

0 Members and 1 Guest are viewing this topic.

rugaroo

  • Bull Frog
  • Posts: 378
  • The Other CAD Guy
AeccObjExplode
« on: December 06, 2003, 08:47:15 PM »
Hey guys,

I have one of the files that you guys converted for me and it has quite a few layer with these layers:

AeccObjExplode

The problem is that I use 'YE' - layer erase to erase everything on these layers. There is nothing on them, and it wont allow me to delete, purge or anything...How can I get rid of them?

Rug
LDD06-09 | C3D 04-19 | Infraworks 360 | VS2012-VS2017

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
AeccObjExplode
« Reply #1 on: December 07, 2003, 07:19:56 AM »
There are probably AEC blocks still on the layer in paperspace.

Try this to see
(ssget "x" '((8 . "aeccobjexplode")))

If it returns NIL, then look to see if a block is inserted in the drawing called ACAD_ZZ or something like that. It will likely be in a paperspace layout and has no visible attributes.

You can check for it this way:

(ssget "x" '((2 . "acad_zz")))

It may return nil, or 1 found, not in current space. You might need to remove it to be able to purge the layer.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie