<?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: Convert multiple polylines to arcs in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3903684#M348272</link>
    <description>jbear, what is mapclean?</description>
    <pubDate>Thu, 02 May 2013 17:35:16 GMT</pubDate>
    <dc:creator>controlsgirl</dc:creator>
    <dc:date>2013-05-02T17:35:16Z</dc:date>
    <item>
      <title>Convert multiple polylines to arcs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3467610#M348269</link>
      <description>&lt;P&gt;I have many segmented polylines that I need to turn into arcs. See the attached image for the method I use to create an arc from a single polyline. I need to do this to thousands of polylines. Does anyone know of a lisp that could do this? Or maybe some other method that can do many polylines at once?&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2012 17:29:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3467610#M348269</guid>
      <dc:creator>jbear0000</dc:creator>
      <dc:date>2012-05-22T17:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple polylines to arcs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3467692#M348270</link>
      <description>&lt;P&gt;Unfortunately, the aecccreatearcbybestfit command is not exposed to VisualLISP, so no luck there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't need the Best Fit functionality of that command, you can use Pedit, Multiple, Fit curve. That would do them all in one fell swoop. It won't be a single arc through the entire pline, but it will have tangent curve segments. Depending on your need for speed vs. your need to obtain a single best-fit curve, this might work as a solution. It would be fast, that's for sure.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2012 18:24:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3467692#M348270</guid>
      <dc:creator>tcorey</dc:creator>
      <dc:date>2012-05-22T18:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple polylines to arcs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3467910#M348271</link>
      <description>&lt;P&gt;I figured out a way to do it. First I use Pedit to fit a curve like tcorey suggested. Then I use mapclean and&amp;nbsp;select Simplify Objects, set the tolerance to 1 and check the Create&amp;nbsp;Arcs check box. This creates 2d polylines which can then be exploded to get arcs.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2012 20:35:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3467910#M348271</guid>
      <dc:creator>jbear0000</dc:creator>
      <dc:date>2012-05-22T20:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple polylines to arcs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3903684#M348272</link>
      <description>jbear, what is mapclean?</description>
      <pubDate>Thu, 02 May 2013 17:35:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3903684#M348272</guid>
      <dc:creator>controlsgirl</dc:creator>
      <dc:date>2013-05-02T17:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple polylines to arcs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3903687#M348273</link>
      <description>Type MAPCLEAN at the commandline.</description>
      <pubDate>Thu, 02 May 2013 17:37:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3903687#M348273</guid>
      <dc:creator>troma</dc:creator>
      <dc:date>2013-05-02T17:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple polylines to arcs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3903688#M348274</link>
      <description>&lt;P&gt;Mapclean is a command, type it and mess around with it.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2013 17:37:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/3903688#M348274</guid>
      <dc:creator>jbear0000</dc:creator>
      <dc:date>2013-05-02T17:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple polylines to arcs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/9093213#M348275</link>
      <description>&lt;P&gt;Haha! I know this thread is like 6 years old, but came across it anyway trying to look for another option to do this. What I've found is that if you select multiple polylines, type "PE" for polyline edit, choose 'FIT' and hit enter, you'll end up with a curve line. Next, look in the PROPERTIES window under Misc and choose the dropdown option for 'Fit/Smooth.' Instead of 'Curve Fit' choose 'None.' Bam! Problem solved.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 19:12:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/9093213#M348275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-17T19:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple polylines to arcs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/9475445#M348276</link>
      <description>&lt;P&gt;opps!&amp;nbsp;&lt;BR /&gt;It works..&amp;nbsp;&lt;BR /&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 06:45:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/9475445#M348276</guid>
      <dc:creator>khshohag69</dc:creator>
      <dc:date>2020-04-28T06:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple polylines to arcs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/13916303#M357452</link>
      <description>&lt;P&gt;It is possible to choose the precision ? or the minimum lenght of the arcs ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Nov 2025 10:16:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-polylines-to-arcs/m-p/13916303#M357452</guid>
      <dc:creator>DomenicoViani</dc:creator>
      <dc:date>2025-11-23T10:16:48Z</dc:date>
    </item>
  </channel>
</rss>

