<?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 Hatch Boundary in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/hatch-boundary/m-p/9572281#M19374</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not sure if this is the right place to ask but i would give it a try, i'm trying to get hatch boundary from dxf file&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; List&amp;lt;netDxf.Entities.Hatch&amp;gt; hatches = new List&amp;lt;Hatch&amp;gt;();

                DxfDocument dxfLoad = DxfDocument.Load(filename);
                foreach(netDxf.Blocks.Block b in dxfLoad.Blocks)
                {
                    foreach(var x in b.Entities)
                    {
                        if (x.Type == EntityType.Hatch)
                        {
                            hatches.Add(x as Hatch);
                        }
                    }                
                }&lt;/LI-CODE&gt;&lt;P&gt;so i was able to get the hatches as shown above but i don't know how to convert those boundary as Polyline or Curves.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; foreach(Hatch hatch in hatches)
                {
                                   
                    foreach (var x in hatch.BoundaryPaths.ToList())
                    {
                        x.Edges.ToList();
                   
                    }                
                }&lt;/LI-CODE&gt;&lt;P&gt;There's a property called edges but im not sure how to start with that., Anyone has an idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jun 2020 15:31:16 GMT</pubDate>
    <dc:creator>jmyr</dc:creator>
    <dc:date>2020-06-10T15:31:16Z</dc:date>
    <item>
      <title>Hatch Boundary</title>
      <link>https://forums.autodesk.com/t5/net-forum/hatch-boundary/m-p/9572281#M19374</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not sure if this is the right place to ask but i would give it a try, i'm trying to get hatch boundary from dxf file&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; List&amp;lt;netDxf.Entities.Hatch&amp;gt; hatches = new List&amp;lt;Hatch&amp;gt;();

                DxfDocument dxfLoad = DxfDocument.Load(filename);
                foreach(netDxf.Blocks.Block b in dxfLoad.Blocks)
                {
                    foreach(var x in b.Entities)
                    {
                        if (x.Type == EntityType.Hatch)
                        {
                            hatches.Add(x as Hatch);
                        }
                    }                
                }&lt;/LI-CODE&gt;&lt;P&gt;so i was able to get the hatches as shown above but i don't know how to convert those boundary as Polyline or Curves.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; foreach(Hatch hatch in hatches)
                {
                                   
                    foreach (var x in hatch.BoundaryPaths.ToList())
                    {
                        x.Edges.ToList();
                   
                    }                
                }&lt;/LI-CODE&gt;&lt;P&gt;There's a property called edges but im not sure how to start with that., Anyone has an idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 15:31:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/hatch-boundary/m-p/9572281#M19374</guid>
      <dc:creator>jmyr</dc:creator>
      <dc:date>2020-06-10T15:31:16Z</dc:date>
    </item>
  </channel>
</rss>

