jsalter00 Posted February 13, 2015 Posted February 13, 2015 (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 February 13, 2015 by jsalter00 Quote
jsalter00 Posted February 13, 2015 Author Posted February 13, 2015 Perhaps exporting file to another format would work easier? Quote
BIGAL Posted February 13, 2015 Posted February 13, 2015 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. Quote
bababarghi Posted February 13, 2015 Posted February 13, 2015 See the last two posts. A word of caution, the VLX routine from expert elite, 3WOOD, needs registration in order to work (although free). 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.