<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Exploding Minsert blocks in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/9936224#M347530</link>
    <description>&lt;P&gt;flatten command &amp;amp; yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Dec 2020 12:36:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-13T12:36:42Z</dc:date>
    <item>
      <title>Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3948082#M347501</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;I've been searching for a routine to explode minserts but haven't found anything yet that works. However, this&amp;nbsp;one did. &lt;/FONT&gt;&lt;FONT size="3"&gt;It's a vlx that I found on another forum (sorry, don't remember which or I'd give the poster/author the credit) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Just copy it to your Support folder and load it ("AP"). Type "explodem" at the command line to run it. It first asks you to select the block;&amp;nbsp;it then asks you if you want to explode? [No/Yes]&amp;nbsp; Enter No. Yep, enter no. (I know; I tried Yes but&amp;nbsp;it wouldn't&amp;nbsp;work...might be just me though cuz I'm a bit dyslexic; either that or the programmer&amp;nbsp;may be?)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Worked for my situation. Give it a try.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 23:35:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3948082#M347501</guid>
      <dc:creator>kylei7449</dc:creator>
      <dc:date>2013-06-05T23:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3948708#M347502</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;No, it didn't. It explodes the minsert to a block, but you're unable to do anything with it. If you go into Block Editor it's still an minsert. If I try another minsert exploding lisp, I can explode it into separate blocks, but it's the same story. And if I persist in attempts to explode, it fatal errors.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Back to the drawing board. Sorry for the premature post.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 15:35:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3948708#M347502</guid>
      <dc:creator>kylei7449</dc:creator>
      <dc:date>2013-06-06T15:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3948904#M347503</link>
      <description>&lt;P&gt;Sorry to break the bad news...but read HELP. It states it straight out:&lt;/P&gt;&lt;P&gt;1. Blocks inserted using MINSERT cannot be exploded.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. You cannot use MINSERT with &lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="http://docs.autodesk.com/ACAD_E/2012/ENU/filesACR/WS1a9193826455f5ffa23ce210c4a30acaf-4a11.htm" target="_blank"&gt;annotative&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; blocks.&lt;/P&gt;&lt;P&gt;3. You cannot precede the name of a block with an asterisk to explode the block's&amp;nbsp;objects during insertion, as you can with &lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="http://docs.autodesk.com/ACAD_E/2012/ENU/filesACR/WS1a9193826455f5ffa23ce210c4a30acaf-4ac3.htm" target="_blank"&gt;INSERT&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Number 1 makes invoking a lisp and using&amp;nbsp;the command EXPLODE after insertion, impossible. Number 3 makes a straight forward&amp;nbsp;lisp fairly impossible since you need that as a reactor&amp;nbsp;and you cannot use the command EXPLODE in your code because of number 1.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 18:05:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3948904#M347503</guid>
      <dc:creator>steve216586</dc:creator>
      <dc:date>2013-06-06T18:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3949213#M347504</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;I know that. There are only 10 million hackers in the freaking world and no one can figure out a way to break an minsert?? &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 22:08:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3949213#M347504</guid>
      <dc:creator>kylei7449</dc:creator>
      <dc:date>2013-06-06T22:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3949259#M347505</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1119756"&gt;@kylei7449&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;FONT size="3"&gt;I know that. There are only 10 million hackers in the freaking world and no one can figure out a way to break an minsert?? &lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Why do you need to explode it?&lt;/P&gt;
&lt;P&gt;Erase it and insert a single instance of the block and array it (using classic array), or just array it (using the new array).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming the properties of the Minsert are available programatically, writing a routine to "explode" an Minsert would be pretty trivial. I suspect the lack of demand is why nobody has done it.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 23:13:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3949259#M347505</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2013-06-06T23:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3949641#M347506</link>
      <description>&lt;P&gt;I understand your request. It is&amp;nbsp;same as&amp;nbsp;asking your Veteranarian to make your dog into&amp;nbsp;a cat. There are a million vets out there but not one of them can do what you are asking because it is against the laws of nature. AutoDesk doesn't provide for what you are asking. It is against their laws of programming. I would have thought HELP defined it pretty well especially when Adesk goes to the trouble to highlight and emphasize the fact that these things &lt;STRONG&gt;can't&lt;/STRONG&gt; be done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sure there is a person out there who can re-write the programming to provide this ability but it may "break" other features. Maybe a block won't act the same, or the command INSERT won't perform as desired. I'm just throwing some examples out there. I really don't know the consequences of digging into the core program of AutoCAD. I can guess though that there are consequences since what you desire is not possible. What reason do they have to make an arrayed block non-explodeable? I would think if it didn't harm anything else it would have been created from the get go,&amp;nbsp;to do just that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck in your search for this "lisp". Yeti may hold the secret to what you seek.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2013 13:13:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3949641#M347506</guid>
      <dc:creator>steve216586</dc:creator>
      <dc:date>2013-06-07T13:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3949682#M347507</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/118078"&gt;@steve216586&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11px; line-height: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I'm sure there is a person out there who can re-write the programming to provide this ability but it may "break" other features. ...... I really don't know the consequences of digging into the core program of AutoCAD. I can guess though that there are consequences since what you desire is not possible.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't think there is any mystery or hidden agenda here. Way back when Minsert was written (1986), someone decided that they didn't want the resulting object to be exploded. In the subsequent 27 years, the command/object is so rarely used that they are not going to go back and modify it now.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Autodesk has published a method to explode an Minsert, found here: &lt;A href="http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;amp;id=8221198&amp;amp;linkID=9240617" target="_blank"&gt;http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;amp;id=8221198&amp;amp;linkID=9240617&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2013 13:44:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3949682#M347507</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2013-06-07T13:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3949835#M347508</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I just found the elusive Yeti!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And his name is &lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/274358" target="_self"&gt;&lt;SPAN&gt;rkmcswain&lt;/SPAN&gt;&lt;/A&gt;. Thanks for the link. Sincerely.&amp;nbsp;I gave up on that years ago and saw no documentation that a work around had been published.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a side note: the limitation made my company buy the Mechanical package for our whole staff&amp;nbsp;to handle the array of our blocks in our systems. Hmmmm.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2013 15:28:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/3949835#M347508</guid>
      <dc:creator>steve216586</dc:creator>
      <dc:date>2013-06-07T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/5004370#M347509</link>
      <description>&lt;P&gt;I was fooling with the NCOPY command but as we all know you have to pick each individual object which can be tedious and suspect to errors if you miss something.&amp;nbsp; Another method is; use QNEW command and then use the INSERT command and MAKE SURE EXPLODE IS CHECKED and point to the MINSERT BLOCK dwg.&amp;nbsp; Insert the block and then invoke the REFEDIT command.&amp;nbsp; MAKE SURE YOU SELECT "Prompt to select nested objects" under the Identify Reference tab and in the Settings tab MAKE SURE YOU SELECT "Create unique layer, style, and block names and Lock objects not in working set.&amp;nbsp; Click Ok and select the whole block.&amp;nbsp; Use green crossing window to pick. Hit enter when done and you will notice the MINSERT BLOCK IS EXPLODED.&amp;nbsp; Then click in the REFEDIT TOOLBAR, REMOVE FROM WORKING SET AND THEN SELECT ALL OBJECTS AND THEN SAVE CHANGES.&amp;nbsp; A window prompt will appear just hit Ok and then do a SAVE AS with your new file name and VIOLA you exploded your MINSERT BLOCK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DISCLAIMER:&amp;nbsp; THIS INFO IS FOR REFERENCE ONLY AND INTENDED FOR EDUCATIONAL PURPOSES ONLY. PLEASE UNDERSTAND YOU ARE FOLLOWING INSTRUCTIONS AT YOUR OWN RISK AND THE AUTHOR WILL NOT BE HELD RESPONSIBLE FOR ANY DELETION, CORRUPTION, ETC OF FILES.&amp;nbsp; PLEASE USE AT YOUR OWN RISK.&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2014 03:06:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/5004370#M347509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-01T03:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/5005300#M347510</link>
      <description>&lt;P&gt;There is this one&lt;/P&gt;
&lt;P&gt;CADALYST 01/07 Tip 2169: XMINSERT.lsp Explode Minsert (c) 2007 Jeffery P. Sanders&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And Flatten command works here as well, 2014.&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2014 14:10:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/5005300#M347510</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2014-05-01T14:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/5005324#M347511</link>
      <description>Yes I tried that one and it didn't work for me and among others.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter Verteouris&lt;BR /&gt;2D-3D(BIM) CAD Operator&lt;BR /&gt;Local 46 Lic. Plumber&lt;BR /&gt;Email: pverteouris@urbanmechanical.com&lt;BR /&gt;Office: (416) 240-8830 EXT. #241&lt;BR /&gt;254 Attwell Rd., M9W 5B2&lt;BR /&gt;Toronto, Ont., Canada&lt;BR /&gt;[cid:image001.jpg@01CF6525.43CB5C70]&lt;BR /&gt;&lt;BR /&gt;Please consider the environment, "Do you really need to print this E-mail?"</description>
      <pubDate>Thu, 01 May 2014 14:04:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/5005324#M347511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-01T14:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/5005492#M347512</link>
      <description>&lt;DIV style="font-size: 12px; font-style: italic; color: blue; margin-left: 25px; margin-bottom: 25px; padding: 3px; border: 1px dotted black; font-family: verdana;"&gt;&lt;BR /&gt;
&lt;P&gt;&lt;BR /&gt;Autodesk has published a method to explode an Minsert, found here: &lt;A href="http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;amp;id=8221198&amp;amp;linkID=9240617" target="_blank"&gt;http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;amp;id=8221198&amp;amp;linkID=9240617&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;...and due to the recent revamping of the support site, all of the old links are broken.&lt;/P&gt;
&lt;P&gt;Here is the current URL:&lt;/P&gt;
&lt;P style="margin-bottom:100px"&gt;&lt;A href="http://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Blocks-inserted-using-MINSERT-cannot-be-exploded.html" target="_blank" style="text-decoration:underline"&gt;http://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Blocks-inserted-using-MINSERT-cannot-be-exploded.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2014 14:51:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/5005492#M347512</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2014-05-01T14:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/6293036#M347513</link>
      <description>&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;this is &lt;FONT color="#0000FF"&gt;Chetan&lt;/FONT&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&amp;nbsp;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;i have tried "flatten"&amp;nbsp;and some of&amp;nbsp;lsp but it didn't works for my MINSERTED&amp;nbsp;block file. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;i have also tried to insert by checking EXPLODE button but it is useless.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;i googled many of the sites for the solutions but nothing help me.&amp;nbsp;&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://forums.autodesk.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&amp;nbsp;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;than i tried other Autodesk&amp;nbsp;software named &lt;FONT color="#0000FF"&gt;REVIT&lt;/FONT&gt; (&lt;FONT color="#0000FF"&gt;it is possible because it is available for me&lt;/FONT&gt;,&amp;nbsp;&lt;SPAN&gt;you can use any of the A&lt;/SPAN&gt;utodesk&lt;SPAN&gt; drafting/modeling software&lt;/SPAN&gt;).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;just simply import&amp;nbsp;a CAD file in a new blank project than after export a file in a CAD format&amp;nbsp;(*dwg/ *dwf) and its done....!!!!!!!!!!!!!!!!!!!&lt;/FONT&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://forums.autodesk.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/FONT&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 12:10:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/6293036#M347513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-26T12:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/6293182#M347514</link>
      <description>&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;hello,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;this is &lt;FONT color="#0000FF"&gt;Chetan&lt;/FONT&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;now this is&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;only for &lt;FONT color="#0000FF"&gt;AutoCAD&lt;/FONT&gt; users..&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;who don't have another software..&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" color="#0000FF"&gt;steps below:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" color="#0000FF"&gt;1. &lt;/FONT&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;Open the file, in ribbon select file than Export (File &amp;gt; Export).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" color="#0000FF"&gt;2.&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;Select the file format&amp;nbsp;as a *dgn and save it to a new location.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" color="#0000FF"&gt;3.&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;Close the file and open a new cad file.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" color="#0000FF"&gt;4.&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;Go to file select import (File &amp;gt; Import).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" color="#0000FF"&gt;5.&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;After this select the imported file and explode it &lt;FONT color="#FF0000"&gt;2 times...&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" color="#0000FF"&gt;6.&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;And it is &lt;FONT color="#0000FF"&gt;done.&lt;/FONT&gt;......!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! &amp;nbsp; &amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;NOTE: For exporting and importing *dgn file, its take too much time. Depend upon file size.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:15:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/6293182#M347514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-26T13:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/6448388#M347515</link>
      <description>&lt;P&gt;Works perfect.&lt;/P&gt;&lt;P&gt;Funciona perfecto. Genial. Gracias&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 02:07:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/6448388#M347515</guid>
      <dc:creator>gerardobarria</dc:creator>
      <dc:date>2016-07-20T02:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/7125509#M347516</link>
      <description>&lt;P&gt;This worked for me. Thank you very much!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 14:55:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/7125509#M347516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-02T14:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/7427213#M347517</link>
      <description>&lt;P&gt;Enxploding Misert block is very easy. Whatch here&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=KK-TUhOTRGU&amp;amp;list=PLeM5_9NIFOyM3nVcwNKxI2kWdkIzVnA3W" target="_blank"&gt;https://www.youtube.com/watch?v=KK-TUhOTRGU&amp;amp;list=PLeM5_9NIFOyM3nVcwNKxI2kWdkIzVnA3W&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 05:04:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/7427213#M347517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-03T05:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/7534027#M347518</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use Autocad 2016.&lt;/P&gt;&lt;P&gt;Another way to explode minsert blocks is as follow, ( Not explode but create a copy&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"""&lt;/P&gt;&lt;P&gt;Command: FLATTEN&lt;BR /&gt;Initializing...&lt;BR /&gt;Select objects to convert to 2d...&lt;BR /&gt;Select objects: 1 found&lt;BR /&gt;Select objects:&lt;BR /&gt;Remove hidden lines? &amp;lt;No&amp;gt;: Y&lt;BR /&gt;/&lt;/P&gt;&lt;P&gt;"""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that command , autocad created a copy of minsert block without layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Exploding Minsert blocks" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/424513i95B5BC6337F29C7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Exploding Minsert blocks.jpg" alt="Exploding Minsert blocks" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Exploding Minsert blocks&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Exploding Minsert blocks" style="width: 574px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/424514i5D1358BC2824B177/image-size/large?v=v2&amp;amp;px=999" role="button" title="Exploding Minsert blocks-.jpg" alt="Exploding Minsert blocks" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Exploding Minsert blocks&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 13:52:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/7534027#M347518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-10T13:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/7597164#M347519</link>
      <description>&lt;P&gt;THANK YOU. I finally did it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 12:39:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/7597164#M347519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T12:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exploding Minsert blocks</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/7704610#M347520</link>
      <description>&lt;P&gt;perfect&lt;/P&gt;&lt;P&gt;working&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 18:08:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-minsert-blocks/m-p/7704610#M347520</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-19T18:08:14Z</dc:date>
    </item>
  </channel>
</rss>

