Message 1 of 4
Alow exploding in a block defunition via lisp function
Not applicable
12-20-2014
10:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Here described how to make a block unexplodable manualy:
"When a Block is created there are several options that sometimes are overlooked. One of this is the option to not allow the block to be exploded. If you don’t know that this exists, you might find yourself unable to explode a block that you really, really, really need to explode The trick is to open the block definition dialog box (type “b”, or “block”) without selecting anything. Then on the drop down list search for the block you are unable to explode. You will see that the “allow exploding” option is unselected. Select it and click OK. Now select the Block, enter X for EXPLODE. The Block should explode. "
Can you know how to do it via lisp function?
Thank you for your answers.