<?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: Explode Command &amp;amp; SSGET in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/explode-command-amp-ssget/m-p/13952865#M168875</link>
    <description>&lt;P&gt;thanks a lot , this is exactly what i am looking for.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 21 Dec 2025 04:14:07 GMT</pubDate>
    <dc:creator>已半已满</dc:creator>
    <dc:date>2025-12-21T04:14:07Z</dc:date>
    <item>
      <title>Explode Command &amp; SSGET</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/explode-command-amp-ssget/m-p/7155111#M119009</link>
      <description>&lt;P&gt;If I use:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(command "erase" (ssget) "")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;all objects I select are erased.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if I change it to:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(command "explode" (ssget) "")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;only the LAST object that was selected is exploded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is going on here? &amp;nbsp;Why is it not exploding all items selected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: The object type I am testing this on are closed polylines.&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;Obviously I plan on adding more to this, but here is the "full" code which is not exploding all selected objects (only the last object selected):&lt;/P&gt;&lt;PRE&gt;(defun c:xc()
(command "explode" (ssget) "")
)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 15:31:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/explode-command-amp-ssget/m-p/7155111#M119009</guid>
      <dc:creator>steelcitymetal</dc:creator>
      <dc:date>2017-06-15T15:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Explode Command &amp; SSGET</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/explode-command-amp-ssget/m-p/7155174#M119010</link>
      <description>&lt;P&gt;There are different command versions that can be invoked. Before calling explode set the command version to 2&lt;/P&gt;
&lt;PRE&gt;(initcommandversion 2)
(command "explode" (ssget) "")&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Jun 2017 15:44:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/explode-command-amp-ssget/m-p/7155174#M119010</guid>
      <dc:creator>Ranjit_Singh</dc:creator>
      <dc:date>2017-06-15T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Explode Command &amp; SSGET</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/explode-command-amp-ssget/m-p/7155204#M119011</link>
      <description>&lt;P&gt;That works, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To set it back, do I just use (initcommandversion) ?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 15:52:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/explode-command-amp-ssget/m-p/7155204#M119011</guid>
      <dc:creator>steelcitymetal</dc:creator>
      <dc:date>2017-06-15T15:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Explode Command &amp; SSGET</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/explode-command-amp-ssget/m-p/7155302#M119012</link>
      <description>&lt;P&gt;initcommandversion&amp;nbsp;applies only to the command that follows. It should go back to current version right after the command ends. You shouldn't have to do anything.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 16:29:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/explode-command-amp-ssget/m-p/7155302#M119012</guid>
      <dc:creator>Ranjit_Singh</dc:creator>
      <dc:date>2017-06-15T16:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Explode Command &amp; SSGET</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/explode-command-amp-ssget/m-p/13952865#M168875</link>
      <description>&lt;P&gt;thanks a lot , this is exactly what i am looking for.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Dec 2025 04:14:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/explode-command-amp-ssget/m-p/13952865#M168875</guid>
      <dc:creator>已半已满</dc:creator>
      <dc:date>2025-12-21T04:14:07Z</dc:date>
    </item>
  </channel>
</rss>

