LISP2LEARN Posted June 8, 2011 Posted June 8, 2011 I need you help again please. I want to explode all blocks in the drawing but I don't know how to remove "Block1" , "Block2" and "Block3" from my selection set. It's driving me crazy. Thanks. Quote
Lee Mac Posted June 8, 2011 Posted June 8, 2011 If Block1, Block2 and Block3 are not dynamic: (ssget "_X" '((0 . "INSERT") (-4 . "<NOT") (2 . "Block[123]") (-4 . "NOT>"))) If any of those are dynamic you will need to perform another check against the EffectiveName when iterating through the SelectionSet. Quote
LISP2LEARN Posted June 8, 2011 Author Posted June 8, 2011 thanks again Lee for the quick response. Quote
FabioSacconi Posted April 5, 2018 Posted April 5, 2018 sorry, I would need to explode all objects (blocks, dimensions, bill of materials) except for some objects (Title Block...) 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.