<?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: Extract XYZ Circle Created from Multiple Polyline in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/extract-xyz-circle-created-from-multiple-polyline/m-p/10138915#M83251</link>
    <description>&lt;P&gt;If those are equally spaced vertices, and it's all &lt;STRONG&gt;&lt;EM&gt;line&lt;/EM&gt;&lt;/STRONG&gt; segments, you can use the &lt;STRONG&gt;&lt;FONT color="#000000"&gt;PolygonToCircle.lsp&lt;/FONT&gt;&lt;/STRONG&gt; with its &lt;STRONG&gt;&lt;FONT color="#000000"&gt;Pg2C&lt;/FONT&gt;&lt;/STRONG&gt; command, &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/circle-to-polyline-circular-polyline-to-circle/m-p/3363929/highlight/true#M302780" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&amp;nbsp; That requires pretty accurate regularity, so if there are variations in segment length or something that cause &lt;FONT color="#000000"&gt;Pg2C&lt;/FONT&gt; to not work, there are other threads around with conversions, such as &lt;A href="https://forums.autodesk.com/t5/autocad-forum/convert-polyline-circle-made-of-many-short-line-segments-to/m-p/9786276" target="_blank" rel="noopener"&gt;&amp;gt;this&amp;lt;&lt;/A&gt;.&amp;nbsp; [One of the suggestions on that thread automates the 3-point Circle idea suggested by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;in Message 3 here.]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If they're &lt;STRONG&gt;&lt;EM&gt;arc&lt;/EM&gt;&lt;/STRONG&gt; segments, try &lt;STRONG&gt;&lt;FONT color="#000000"&gt;CirclePolylineSwap.lsp&lt;/FONT&gt;&lt;/STRONG&gt; with its &lt;STRONG&gt;&lt;FONT color="#000000"&gt;P2C&lt;/FONT&gt;&lt;/STRONG&gt; command, &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/circle-to-polyline-circular-polyline-to-circle/m-p/3379011/highlight/true#M303056" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&amp;nbsp; [It predates the &lt;FONT color="#000000"&gt;PolygonToCircle&lt;/FONT&gt; routine, which is why I put the '&lt;FONT color="#000000"&gt;&lt;STRONG&gt;g&lt;/STRONG&gt;&lt;/FONT&gt;' for Poly&lt;FONT color="#000000"&gt;&lt;STRONG&gt;g&lt;/STRONG&gt;&lt;/FONT&gt;on into the latter's command name.]&lt;/P&gt;</description>
    <pubDate>Mon, 08 Mar 2021 14:32:19 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2021-03-08T14:32:19Z</dc:date>
    <item>
      <title>Extract XYZ Circle Created from Multiple Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-xyz-circle-created-from-multiple-polyline/m-p/10138728#M83248</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to&amp;nbsp;Extract XYZ Circle Created from a lot of Polyline?&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="aidilfitriansyahhV7KXB_0-1615210517138.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/890113iB35021D1E708BAEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aidilfitriansyahhV7KXB_0-1615210517138.png" alt="aidilfitriansyahhV7KXB_0-1615210517138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 13:35:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-xyz-circle-created-from-multiple-polyline/m-p/10138728#M83248</guid>
      <dc:creator>aidilfitriansyahhV7KXB</dc:creator>
      <dc:date>2021-03-08T13:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extract XYZ Circle Created from Multiple Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-xyz-circle-created-from-multiple-polyline/m-p/10138833#M83249</link>
      <description>&lt;P&gt;Put point nodes on them and use dataextraction?&lt;/P&gt;
&lt;P&gt;Attach your .dwg for a test.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 14:09:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-xyz-circle-created-from-multiple-polyline/m-p/10138833#M83249</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2021-03-08T14:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extract XYZ Circle Created from Multiple Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-xyz-circle-created-from-multiple-polyline/m-p/10138857#M83250</link>
      <description>&lt;P&gt;Draw a real circle using 3 points option over it.&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="Z9E3zK5E_0-1615212956947.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/890131i0CF7E17DB67B6381/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Z9E3zK5E_0-1615212956947.png" alt="Z9E3zK5E_0-1615212956947.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 14:16:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-xyz-circle-created-from-multiple-polyline/m-p/10138857#M83250</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2021-03-08T14:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extract XYZ Circle Created from Multiple Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extract-xyz-circle-created-from-multiple-polyline/m-p/10138915#M83251</link>
      <description>&lt;P&gt;If those are equally spaced vertices, and it's all &lt;STRONG&gt;&lt;EM&gt;line&lt;/EM&gt;&lt;/STRONG&gt; segments, you can use the &lt;STRONG&gt;&lt;FONT color="#000000"&gt;PolygonToCircle.lsp&lt;/FONT&gt;&lt;/STRONG&gt; with its &lt;STRONG&gt;&lt;FONT color="#000000"&gt;Pg2C&lt;/FONT&gt;&lt;/STRONG&gt; command, &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/circle-to-polyline-circular-polyline-to-circle/m-p/3363929/highlight/true#M302780" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&amp;nbsp; That requires pretty accurate regularity, so if there are variations in segment length or something that cause &lt;FONT color="#000000"&gt;Pg2C&lt;/FONT&gt; to not work, there are other threads around with conversions, such as &lt;A href="https://forums.autodesk.com/t5/autocad-forum/convert-polyline-circle-made-of-many-short-line-segments-to/m-p/9786276" target="_blank" rel="noopener"&gt;&amp;gt;this&amp;lt;&lt;/A&gt;.&amp;nbsp; [One of the suggestions on that thread automates the 3-point Circle idea suggested by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;in Message 3 here.]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If they're &lt;STRONG&gt;&lt;EM&gt;arc&lt;/EM&gt;&lt;/STRONG&gt; segments, try &lt;STRONG&gt;&lt;FONT color="#000000"&gt;CirclePolylineSwap.lsp&lt;/FONT&gt;&lt;/STRONG&gt; with its &lt;STRONG&gt;&lt;FONT color="#000000"&gt;P2C&lt;/FONT&gt;&lt;/STRONG&gt; command, &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/circle-to-polyline-circular-polyline-to-circle/m-p/3379011/highlight/true#M303056" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&amp;nbsp; [It predates the &lt;FONT color="#000000"&gt;PolygonToCircle&lt;/FONT&gt; routine, which is why I put the '&lt;FONT color="#000000"&gt;&lt;STRONG&gt;g&lt;/STRONG&gt;&lt;/FONT&gt;' for Poly&lt;FONT color="#000000"&gt;&lt;STRONG&gt;g&lt;/STRONG&gt;&lt;/FONT&gt;on into the latter's command name.]&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 14:32:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extract-xyz-circle-created-from-multiple-polyline/m-p/10138915#M83251</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-03-08T14:32:19Z</dc:date>
    </item>
  </channel>
</rss>

