<?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: Create Regions in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12339793#M6756</link>
    <description>&lt;P&gt;my polylines was arcs &amp;amp; line i convert them polylines list&lt;/P&gt;&lt;P&gt;to delete duplicted&amp;nbsp; and laping items then i try to make region&lt;/P&gt;&lt;P&gt;so they are not closed polylines&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2023 07:22:03 GMT</pubDate>
    <dc:creator>ashrafa33</dc:creator>
    <dc:date>2023-10-30T07:22:03Z</dc:date>
    <item>
      <title>Create Regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12338434#M6753</link>
      <description>&lt;P&gt;I have more than 1000 polyline&amp;nbsp;&lt;/P&gt;&lt;P&gt;when icreate REGION using&amp;nbsp;regions = Region.CreateFromCurves(curves);&lt;/P&gt;&lt;P&gt;i get "Autodesk.AutoCAD.Runtime.Exception: eInvalidInput"&lt;/P&gt;&lt;P&gt;how i can Know where is my error&lt;/P&gt;&lt;P&gt;i want to know where i have open region or self-intersection&lt;/P&gt;&lt;P&gt;i think it is open or self-intersection less than 0.001 m&lt;/P&gt;&lt;P&gt;i wnat to find this point&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 07:55:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12338434#M6753</guid>
      <dc:creator>ashrafa33</dc:creator>
      <dc:date>2023-10-29T07:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create Regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12338652#M6754</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6632165"&gt;@ashrafa33&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; try
            {

           /// code

               
            }
            catch (Autodesk.AutoCAD.Runtime.Exception ex)
            {
                
            }&lt;/LI-CODE&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;&lt;A href="https://forums.autodesk.com/t5/net/region-from-3d-polyline/m-p/10759703" target="_blank"&gt;https://forums.autodesk.com/t5/net/region-from-3d-polyline/m-p/10759703&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 12:22:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12338652#M6754</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2023-10-29T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create Regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12339784#M6755</link>
      <description>&lt;P&gt;i try it before&lt;/P&gt;&lt;P&gt;try&amp;nbsp;catch give me&lt;/P&gt;&lt;P&gt;&amp;nbsp;Autodesk.AutoCAD.Runtime.Exception: eInvalidInput at&lt;BR /&gt;Autodesk.AutoCAD.DatabaseServices.Region.CreateFromCurves(DBObjectCollection&lt;BR /&gt;curveSegments)&lt;BR /&gt;at select.Select_Polylines.region_create() in .................:line 1050&lt;/P&gt;&lt;P&gt;it dose not give me where &lt;SPAN&gt;it is open or self-intersection&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 07:14:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12339784#M6755</guid>
      <dc:creator>ashrafa33</dc:creator>
      <dc:date>2023-10-30T07:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create Regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12339793#M6756</link>
      <description>&lt;P&gt;my polylines was arcs &amp;amp; line i convert them polylines list&lt;/P&gt;&lt;P&gt;to delete duplicted&amp;nbsp; and laping items then i try to make region&lt;/P&gt;&lt;P&gt;so they are not closed polylines&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 07:22:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12339793#M6756</guid>
      <dc:creator>ashrafa33</dc:creator>
      <dc:date>2023-10-30T07:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create Regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12339830#M6757</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6632165"&gt;@ashrafa33&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to get closed&amp;nbsp; poyline&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/net/why-segment-of-curves-created-by-region-boundary-is-missing/m-p/10757146" target="_blank"&gt;https://forums.autodesk.com/t5/net/why-segment-of-curves-created-by-region-boundary-is-missing/m-p/10757146&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 07:51:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12339830#M6757</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2023-10-30T07:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create Regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12340110#M6758</link>
      <description>&lt;P&gt;the above post did not help me&lt;/P&gt;&lt;P&gt;any ideas&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 10:10:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12340110#M6758</guid>
      <dc:creator>ashrafa33</dc:creator>
      <dc:date>2023-10-30T10:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12340115#M6759</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashrafa33_0-1698661386160.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1285525iAF8B9931D927A352/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashrafa33_0-1698661386160.png" alt="ashrafa33_0-1698661386160.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 10:14:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12340115#M6759</guid>
      <dc:creator>ashrafa33</dc:creator>
      <dc:date>2023-10-30T10:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create Regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12340134#M6760</link>
      <description>&lt;P&gt;Try to join lines and arc&amp;nbsp; Get polyline through&amp;nbsp;&lt;SPAN&gt;Comment join&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does it work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You must attached example drawing&lt;/P&gt;&lt;P&gt;And some code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you have a double in vertex ?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 10:27:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12340134#M6760</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2023-10-30T10:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create Regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12340217#M6761</link>
      <description>&lt;P&gt;&lt;EM&gt;Maybe you have a double in vertex ?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Or arc's where the Tangents do not match the other end.&lt;/P&gt;&lt;P&gt;Seen these errors a lot for imported DXF files where the tangents of the rounded corners of rectangles have small rounding error (e.q. 89.9999 degrees).&lt;/P&gt;&lt;P&gt;Solution: Move these open endpoints en then move them back to the closing point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 11:12:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-regions/m-p/12340217#M6761</guid>
      <dc:creator>SENL1362</dc:creator>
      <dc:date>2023-10-30T11:12:46Z</dc:date>
    </item>
  </channel>
</rss>

