<?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 POLYLINE in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/exploding-polyline/m-p/12929323#M12467</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can't keep the polyline-special properties,&lt;/P&gt;
&lt;P&gt;but you don't have to do the pedit part one by one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Explode&lt;/P&gt;
&lt;P&gt;Pedit&lt;/P&gt;
&lt;P&gt;Multiple&lt;/P&gt;
&lt;P&gt;(and IF the question appears, say yes)&lt;/P&gt;
&lt;P&gt;thats all.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2024 18:19:54 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2024-07-30T18:19:54Z</dc:date>
    <item>
      <title>EXPLODING POLYLINE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-polyline/m-p/12929300#M12466</link>
      <description>&lt;P&gt;How to explode polylines to polylines?&lt;/P&gt;&lt;P&gt;When exploding polyline, it becomes individual lines but want to keep the same properties of polyline when exploding.&lt;/P&gt;&lt;P&gt;Want to avoid doing PEDIT, and selecting one by one lines to convert the lines to polyline.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 18:11:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-polyline/m-p/12929300#M12466</guid>
      <dc:creator>bidyutp</dc:creator>
      <dc:date>2024-07-30T18:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: EXPLODING POLYLINE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-polyline/m-p/12929323#M12467</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can't keep the polyline-special properties,&lt;/P&gt;
&lt;P&gt;but you don't have to do the pedit part one by one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Explode&lt;/P&gt;
&lt;P&gt;Pedit&lt;/P&gt;
&lt;P&gt;Multiple&lt;/P&gt;
&lt;P&gt;(and IF the question appears, say yes)&lt;/P&gt;
&lt;P&gt;thats all.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 18:19:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-polyline/m-p/12929323#M12467</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-07-30T18:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: EXPLODING POLYLINE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-polyline/m-p/12929325#M12468</link>
      <description>&lt;P&gt;Try the &lt;STRONG&gt;PSD&lt;/STRONG&gt; command defined in&amp;nbsp;&lt;STRONG&gt;PolylineSubDivide.lsp&lt;/STRONG&gt;, &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/divide-polyline-at-each-vertex/m-p/9596921/highlight/true#M401514" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 18:21:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-polyline/m-p/12929325#M12468</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-07-30T18:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: EXPLODING POLYLINE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/exploding-polyline/m-p/12929339#M12469</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;but you don't have to do the pedit part one by one.&lt;/P&gt;
&lt;P&gt;Explode&lt;/P&gt;
&lt;P&gt;Pedit&lt;/P&gt;
&lt;P&gt;Multiple&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can add Previous as selection after the Multiple option, which will even catch all the pieces if you Exploded multiple Polylines at once.&amp;nbsp; &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;BUT:&amp;nbsp;&lt;/FONT&gt; &lt;/STRONG&gt;That will return the Lines and Arcs from Exploding Polylines back into being independent Polylines, &lt;STRONG&gt;&lt;EM&gt;but all non-zero segment width(s) will be lost&lt;/EM&gt;&lt;/STRONG&gt;.&amp;nbsp; The &lt;STRONG&gt;PSD&lt;/STRONG&gt; command preserves them.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 18:25:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/exploding-polyline/m-p/12929339#M12469</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-07-30T18:25:16Z</dc:date>
    </item>
  </channel>
</rss>

