kcauglogogrey.jpg

Do Not Allow Exploding

Solution #1

(defun c:expl-p () (vl-load-com) (vlax-for b (vla-get-Blocks (vla-get-ActiveDocument (vlax-get-acad-object))) (or (wcmatch (vla-get-Name b) "`**_Space*") (vla-put-explodable b :vlax-true))) (princ))

From http://discussion.autodesk.com/forums/thread.jspa?threadID=664951

Solution  #2

Start the Block command, select the block from the drop down in the Block Definition window, check the box Allow exploding, save.

http://forums.augi.com/showthread.php?t=89993&highlight=explode%2C+block%2C+Autocad


Solution  #3 (a work around)

Did find a work around by using 09’s block editor, copy all entities, open new drawing, paste all entities, then make a new block with the all exploding checked. Then delete the original block, purge and insert the new block and explode.

Did find a work around by using 09’s block editor, copy all entities, open new drawing, paste all entities, then make a new block with the all exploding checked. Then delete the original block, purge and insert the new block and explode.

Did find a work around by using 09’s block editor, copy all entities, open new drawing, paste all entities, then make a new block with the all exploding checked. Then delete the original block, purge and insert the new block and explode.

Did find a work around by using 09’s block editor, copy all entities, open new drawing, paste all entities, then make a new block with the all exploding checked. Then delete the original block, purge and insert the new block and explode.

If you have an solution to the question, please forward it to web@kcaug.com and it will get posted to the web site.

Providing solutions, answers, training and camaraderie for greater Kansas City’s CAD community”