<?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 do i find out the angles between the segments of a polygon? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/finding-the-angles-of-a-polygon/m-p/156385#M4091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sean.&lt;/P&gt;&lt;P&gt;This really did the Job for me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2016 05:16:08 GMT</pubDate>
    <dc:creator>NigelDsouza</dc:creator>
    <dc:date>2016-03-21T05:16:08Z</dc:date>
    <item>
      <title>Finding the angles of a polygon?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/finding-the-angles-of-a-polygon/m-p/156383#M4089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish to identify any polygon within a featureclass that have an angle less than 10 Deg similar to the data reviewer's polyline data check tool called "Cutbacks check" Regards, Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 07:04:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/finding-the-angles-of-a-polygon/m-p/156383#M4089</guid>
      <dc:creator>NigelDsouza</dc:creator>
      <dc:date>2016-03-17T07:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do i find out the angles between the segments of a polygon?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/finding-the-angles-of-a-polygon/m-p/156384#M4090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's probably a few ways to do this.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//002m000000qs000000"&gt;IConstructAngle&lt;/A&gt; can give you the angle between three points. These can be the from and to points of each segment in your polygon. So id start by casting the polygon to a segmentcollection, then while carefully iterating each segment, get the three points from the appropriate from and to points, then feed them into the method to get the angle.&lt;/P&gt;&lt;P&gt;You can probably also do this in python with a bit more math.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 18:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/finding-the-angles-of-a-polygon/m-p/156384#M4090</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-03-18T18:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do i find out the angles between the segments of a polygon?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/finding-the-angles-of-a-polygon/m-p/156385#M4091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sean.&lt;/P&gt;&lt;P&gt;This really did the Job for me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 05:16:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/finding-the-angles-of-a-polygon/m-p/156385#M4091</guid>
      <dc:creator>NigelDsouza</dc:creator>
      <dc:date>2016-03-21T05:16:08Z</dc:date>
    </item>
  </channel>
</rss>

