<?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 Draw arc line Offset problem in Arcgis pro sdk in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/draw-arc-line-offset-problem-in-arcgis-pro-sdk/m-p/860692#M4726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem with offset method. I create a polyline(I use arc segment like&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;photo 1&lt;/STRONG&gt;) with construction tool and I use offset methods like picture.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I set offset type as round, there are a lot of vertex in offset line. (&lt;STRONG&gt;photo 2&lt;/STRONG&gt;)&lt;BR /&gt;If I set offset type as miter, there are a lot of segments in offset line.&lt;SPAN&gt;(&lt;STRONG&gt;photo 2&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Normaly drawn arc line&amp;nbsp; has 3 vartex but offset arc line has lot of vartex. How can we solve this important problem in sdk side ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;photo1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG __jive_id="385420" alt="photo 1" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/385420_elliptic.jpg" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;photo2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG __jive_id="385424" alt="photo2" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/385424_offset.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Dec 2017 11:02:19 GMT</pubDate>
    <dc:creator>tanerkoka</dc:creator>
    <dc:date>2017-12-01T11:02:19Z</dc:date>
    <item>
      <title>Draw arc line Offset problem in Arcgis pro sdk</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/draw-arc-line-offset-problem-in-arcgis-pro-sdk/m-p/860692#M4726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem with offset method. I create a polyline(I use arc segment like&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;photo 1&lt;/STRONG&gt;) with construction tool and I use offset methods like picture.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I set offset type as round, there are a lot of vertex in offset line. (&lt;STRONG&gt;photo 2&lt;/STRONG&gt;)&lt;BR /&gt;If I set offset type as miter, there are a lot of segments in offset line.&lt;SPAN&gt;(&lt;STRONG&gt;photo 2&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Normaly drawn arc line&amp;nbsp; has 3 vartex but offset arc line has lot of vartex. How can we solve this important problem in sdk side ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;photo1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG __jive_id="385420" alt="photo 1" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/385420_elliptic.jpg" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;photo2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG __jive_id="385424" alt="photo2" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/385424_offset.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 11:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/draw-arc-line-offset-problem-in-arcgis-pro-sdk/m-p/860692#M4726</guid>
      <dc:creator>tanerkoka</dc:creator>
      <dc:date>2017-12-01T11:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Draw arc line Offset problem in Arcgis pro sdk</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/draw-arc-line-offset-problem-in-arcgis-pro-sdk/m-p/860693#M4727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The output geometry is a linear approximation when the input geometry has curves, so that is why you see the extra vertices. However, the case you present with OffsetType.Miter shouldn't have those extra segments. This will be fixed in the next release.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for pointing out the issue. Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Annette&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 19:49:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/draw-arc-line-offset-problem-in-arcgis-pro-sdk/m-p/860693#M4727</guid>
      <dc:creator>AnnetteLocke</dc:creator>
      <dc:date>2017-12-06T19:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Draw arc line Offset problem in Arcgis pro sdk</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/draw-arc-line-offset-problem-in-arcgis-pro-sdk/m-p/860694#M4728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Annete,&lt;/P&gt;&lt;P&gt;Thanks for answering. How can we solve this problem until the release new version,or are there any alternative way to offset&amp;nbsp; up to the number of vartex&amp;nbsp;like imput arc line .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Taner&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 11:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/draw-arc-line-offset-problem-in-arcgis-pro-sdk/m-p/860694#M4728</guid>
      <dc:creator>tanerkoka</dc:creator>
      <dc:date>2017-12-07T11:25:24Z</dc:date>
    </item>
  </channel>
</rss>

