Jump to content

Recommended Posts

Posted (edited)

Need to explode all blocks within a drawing, including nested blocks - with one step. Not familiar with Lisp routines or macros. I currently use QSELECT => Block Reference => SELECT ALL; then EXPLODE. I do this several times until there are no blocks in the drawing.

 

Would like any LISP routine or macro to include deleting all text (Text, MText or Attributes) and all patterns, as well as dropping all walls, doors and windows to simple linework but not losing openings for doors.

 

Hope this isn't too much to ask.

Edited by jsalter00
Posted

Perhaps exporting file to another format would work easier?

Posted

If you look through all the lisp examples the common command is to do a ssget using (2 . "Insert") filter then just explode this selection. Again repeat a few times till the ssget is nil meaning you have no blocks. The same method can be applied to text etc also. An alternative if supported in Architecture maybe the exportautocad command to convert the architecture component to simple autcad entities, sure others will comment.

Posted

See the last two posts. A word of caution, the VLX routine from expert elite, 3WOOD, needs registration in order to work (although free).

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