<?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: How to Convert Polyline to Polygone in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946450#M36820</link>
    <description>&lt;P&gt;after looking at your shape, you will need to do a lot more cleanup to be able to convert this to a useable closed shape.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It must be a closed polyline, so you cannot have segments with different elevations or overlapping segments.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You cannot have intersecting segments, in other words your segments cannot cross themselves. If found a few already, but I imagine your shape has hundreds of them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be easier to divide it up into a lot of smaller segments, which individually will be easier to conform to the above rules. Once you have then checked and converted each segment you can join them again in one multipolygon shape.&lt;/P&gt;</description>
    <pubDate>Sat, 06 May 2023 21:05:53 GMT</pubDate>
    <dc:creator>Michiel.Valcke</dc:creator>
    <dc:date>2023-05-06T21:05:53Z</dc:date>
    <item>
      <title>How to Convert Polyline to Polygone</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946323#M36816</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have road surface in Autocad. I tried to create polygon area to be used in ArcGis in polygon shape. (I tried convert shape to polygon in Arcgis but I have not satisfy.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First I tried to join all lines but it takes too much time. Is there any easier method to provide solution to&amp;nbsp; create polygon in Autocad?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I uploaded my file as an attachment. Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 19:05:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946323#M36816</guid>
      <dc:creator>Alas_1234</dc:creator>
      <dc:date>2023-05-06T19:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Polyline to Polygone</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946354#M36817</link>
      <description>&lt;P&gt;&lt;STRONG&gt;PEDIT&lt;/STRONG&gt; command, &lt;STRONG&gt;Multiple&lt;/STRONG&gt; option, select, &lt;STRONG&gt;Join&lt;/STRONG&gt; option, give it a &lt;STRONG&gt;fuzz factor&lt;/STRONG&gt;.&amp;nbsp; In your example drawing, a fuzz factor of zero reduced the number of Polylines from 81 to 23 [slightly better than JOIN's 27], a fuzz factor of from 1 to 10 reduced them to 15.&amp;nbsp; You can experiment with going further, but to get one you will at least need to FLATTEN them all to the same elevation -- Polylines at different elevations can't be joined.&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 19:31:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946354#M36817</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-05-06T19:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Polyline to Polygone</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946412#M36818</link>
      <description>&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use flatten command all polyline were erased. I could not figure out the reason.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is another method to create polygon I would like to hear. Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 20:20:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946412#M36818</guid>
      <dc:creator>Alas_1234</dc:creator>
      <dc:date>2023-05-06T20:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Polyline to Polygone</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946429#M36819</link>
      <description>&lt;P&gt;You should use AutoCAD MAP 3D to prepare CAD geometry for conversion to GIS. AutoCAD MAP 3D has several functions to do this.&lt;/P&gt;&lt;P&gt;The vanilla AutoCAD POLYGON command just creates a closed polyline.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;MPOLYGON (can make multipolygon by following the options)&lt;/P&gt;&lt;P&gt;MAPPOLYLINETOPOLYGON (when selecting a group of polylines will create a multipolygon)&lt;/P&gt;&lt;P&gt;MAPEXPORT (direct export to shp or other GIS format, which has the option to treat closed polylines as a polygon)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have a full AutoCAD (not LT) then AutoCAD MAP 3D is a part of your licence. It is an AutoCAD toolset, so you will have to install it separately, but it contains all functionalities that vanilla AutoCAD has, and then adds a whole lot of functionalities specifically to work with / for GIS&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 20:40:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946429#M36819</guid>
      <dc:creator>Michiel.Valcke</dc:creator>
      <dc:date>2023-05-06T20:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Polyline to Polygone</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946450#M36820</link>
      <description>&lt;P&gt;after looking at your shape, you will need to do a lot more cleanup to be able to convert this to a useable closed shape.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It must be a closed polyline, so you cannot have segments with different elevations or overlapping segments.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You cannot have intersecting segments, in other words your segments cannot cross themselves. If found a few already, but I imagine your shape has hundreds of them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be easier to divide it up into a lot of smaller segments, which individually will be easier to conform to the above rules. Once you have then checked and converted each segment you can join them again in one multipolygon shape.&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 21:05:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946450#M36820</guid>
      <dc:creator>Michiel.Valcke</dc:creator>
      <dc:date>2023-05-06T21:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Polyline to Polygone</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946527#M36821</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4225557"&gt;@Alas_1234&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... When I use flatten command all polyline were erased. .... If there is another method ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Since they're all Polylines, you could select them all, and give them all zero elevation in Properties, collectively.&amp;nbsp; But that won't fix things like overlaps and self-intersections pointed out by others.&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 22:44:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946527#M36821</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-05-06T22:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Polyline to Polygone</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946717#M36822</link>
      <description>&lt;P&gt;Maybe it will suit you better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.autodesk.com/products/autocad/overview?term=1-YEAR&amp;amp;tab=subscription#:~:text=Tailored%20to%20work%20for%20your%20industry" target="_blank" rel="noopener"&gt;https://www.autodesk.com/products/autocad/overview?term=1-YEAR&amp;amp;tab=subscription#:~:text=Tailored%20to%20work%20for%20your%20industry&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WeTanks_0-1683425837936.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1211411iF1480EDEF144C131/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WeTanks_0-1683425837936.png" alt="WeTanks_0-1683425837936.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WeTanks_1-1683425901877.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1211412iAB1B98669A246447/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WeTanks_1-1683425901877.png" alt="WeTanks_1-1683425901877.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2023 02:20:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946717#M36822</guid>
      <dc:creator>WeTanks</dc:creator>
      <dc:date>2023-05-07T02:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Polyline to Polygone</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946722#M36823</link>
      <description>&lt;P&gt;Try the OSL command from my &lt;A href="https://sites.google.com/site/avcplugins/osl" target="_blank" rel="noopener"&gt;AVC Outside Loop&lt;/A&gt; plugin. This command will create a closed polyline from any garbage. Moreover, it can convert unsuitable objects into polylines and can search for the largest outer contour among all line intersections. You may also find the &lt;A href="https://sites.google.com/site/avcplugins/flat" target="_blank" rel="noopener"&gt;AVC Flat&lt;/A&gt; plugin useful, which projects any objects onto the XY plane without creating a block.&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2023 03:05:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946722#M36823</guid>
      <dc:creator>AVCPlugins</dc:creator>
      <dc:date>2023-05-07T03:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Polyline to Polygone</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946998#M36824</link>
      <description>&lt;P&gt;Thank you for your kind advice but I could not figure out how I use this tool.&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2023 09:17:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11946998#M36824</guid>
      <dc:creator>Alas_1234</dc:creator>
      <dc:date>2023-05-07T09:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Polyline to Polygone</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11947388#M36825</link>
      <description>&lt;P&gt;I looked at your file. There are very low quality contours. The right end of the road is not closed at all. Some of the polylines are raised in Z up from the XY plane. There are many open segments and a lot of lines overlapping one on top of the other. As a result, neither _OVERKILL nor AVC Outside Loop can handle it, even if the accuracy is reduced to 1mm. But after OSL processing (when setting the tolerance to 1mm), there are not many glitches left at all. Unfortunately, a little editing is still required, but this is no longer a long job. I will try to fix the OSL work for the next version so that it handles such contours without errors. Thanks for the example.&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2023 15:28:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11947388#M36825</guid>
      <dc:creator>AVCPlugins</dc:creator>
      <dc:date>2023-05-07T15:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Polyline to Polygone</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11947810#M36826</link>
      <description>&lt;P&gt;"How to Convert Polyline to Polygone"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometimes typos are funny.&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2023 22:50:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-convert-polyline-to-polygone/m-p/11947810#M36826</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2023-05-07T22:50:24Z</dc:date>
    </item>
  </channel>
</rss>

