<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : Allow all blocks to explode</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Allow all blocks to explode]]></description>
  <pubDate>Sun, 31 May 2026 18:57:02 +0000</pubDate>
  <lastBuildDate>Fri, 18 Aug 2023 22:27:11 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=13885</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[Allow all blocks to explode : You can load this LISP code and...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13885&amp;PID=38753&amp;title=allow-all-blocks-to-explode#38753</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 13885<br /><strong>Posted:</strong> 18.Aug.2023 at 22:27<br /><br />You can load this LISP code and then type the MakeExpl command:<div><br></div><div><table width="99%"><tr><td><pre class="BBcode">(vl-load-com)</div><div>(defun C:MakeExpl ( / bl)</div><div>(vlax-for bl (vla-get-blocks (vla-get-activedocument (vlax-get-acad-object)))</div><div>&nbsp;(or (wcmatch (vla-get-name bl) "`**_Space*")</div><div>&nbsp; &nbsp; &nbsp;(vla-put-explodable bl :vlax-true)</div><div>&nbsp;)</div><div>)</div><div>(princ)</div><div>)</pre></td></tr></table></div>]]>
   </description>
   <pubDate>Fri, 18 Aug 2023 22:27:11 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13885&amp;PID=38753&amp;title=allow-all-blocks-to-explode#38753</guid>
  </item> 
  <item>
   <title><![CDATA[Allow all blocks to explode : Hello guys!I need some help, please....]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13885&amp;PID=38752&amp;title=allow-all-blocks-to-explode#38752</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=929550">deoogo</a><br /><strong>Subject:</strong> 13885<br /><strong>Posted:</strong> 18.Aug.2023 at 18:55<br /><br />Hello guys!&nbsp;<div><br></div><div>I need some help, please. Today i'm working on a architectural project and whos does it, locked all blocks to explode (And have a LOT of diferent types of blocks), so i'm loosing so much time entering on the properties to allow explode them, and so, change something that i need.&nbsp;<img src="https://www.cadforum.cz/forum_en/smileys/smiley5.gif" border="0" alt="Confused" title="Confused" /><br><br></div><div>Does anybody know any way to does it faster?&nbsp;<br><br>(Sorry for any gramatical error)&nbsp;<img src="https://www.cadforum.cz/forum_en/smileys/smiley36.gif" border="0" alt="LOL" title="LOL" /><br><br>Tks,&nbsp;<br>Diogo.</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 18 Aug 2023 18:55:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13885&amp;PID=38752&amp;title=allow-all-blocks-to-explode#38752</guid>
  </item> 
 </channel>
</rss>