Jump to content

Recommended Posts

Posted

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!

 

annony_block.PNG

Posted

Can we have one of these blocks to play with?

Posted

Try converting it to a static block, then explode.

 

(vla-ConvertToStaticBlock (vlax-ename->vla-object (car (entsel))) "stupidBlock")

Posted

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.

Posted

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.

Posted
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.

Posted

No luck here. I tried a custom lisp routine from another site that purported to be able to explode non-explodeable blocks. It failed.

Posted

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

Posted

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

Posted

Put an M80 in your monitor when the block is on your screen and light it. That will explode it.

Posted

Strange. I tried again this morning and this time there was nothing that I could not explode.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...