tzframpton Posted June 18, 2013 Posted June 18, 2013 I have a 3D model and I'm trying to explode some of the entities so I can convert the objects to 3D Solids so transitioning into Revit is smoother. I have a lot of blocks where the name begins with an asterisk and I cannot remember how to overcome this pesky downfall. Any ideas? I've searched some previous threads but am coming up empty. It just says "cannot explode block" and I figure there's a quick way to do it. I tried the BLOCK command to redefine the block, enabling the checkbox to explode but AutoCAD thinks there isn't a block. Thanks in advance! Quote
alanjt Posted June 18, 2013 Posted June 18, 2013 Try converting it to a static block, then explode. (vla-ConvertToStaticBlock (vlax-ename->vla-object (car (entsel))) "stupidBlock") Quote
ReMark Posted June 18, 2013 Posted June 18, 2013 Funny. Can't find E143 in a list of blocks even after isolating and identifying the block itself via Quick Properties. Can't rename something that isn't listed. *E### = anonymous non-uniformly scaled blocks. Quote
tzframpton Posted June 18, 2013 Author Posted June 18, 2013 alanjt, thanks for the snippet. Unfortunately, this is the error I receive and nothing happens: Command: (vla-ConvertToStaticBlock (vlax-ename->vla-object (car (entsel))) "stupidBlock") Select object: ; error: Automation Error. Duplicate key I see now there are Proxy Entities inside the DWG file. I'm guessing the original authoring add-on would be needed to do anything. Quote
alanjt Posted June 18, 2013 Posted June 18, 2013 alanjt, thanks for the snippet. Unfortunately, this is the error I receive and nothing happens: Command: (vla-ConvertToStaticBlock (vlax-ename->vla-object (car (entsel))) "stupidBlock") Select object: ; error: Automation Error. Duplicate key I'd like a crack at this block, if possible. Quote
ReMark Posted June 18, 2013 Posted June 18, 2013 No luck here. I tried a custom lisp routine from another site that purported to be able to explode non-explodeable blocks. It failed. Quote
Trickworm Posted June 24, 2013 Posted June 24, 2013 I don't know if this will work in your application..this is how I explode a block that is locked and won't let me... Highlight the block to be exploded..right click mouse..open block editor Make note of the block name in window of block editor toolbar..ex..(ISHBFH).. Close block editor..type "BLOCK" in command line..put block name in pull down window Highlight check mark in "ALLOW EXPLODING" box...then check O.K. Go back to the block in your drawing and explode it normally... hope this works 4 U Quote
Fclao Posted June 24, 2013 Posted June 24, 2013 Have you tried opening the block in the block editor and using ^C to copy the contents, and then paste it - using ^V- on to the workspace upon exiting the block editor Quote
Ski_Me Posted June 24, 2013 Posted June 24, 2013 Put an M80 in your monitor when the block is on your screen and light it. That will explode it. Quote
ReMark Posted June 24, 2013 Posted June 24, 2013 Strange. I tried again this morning and this time there was nothing that I could not explode. 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.