<?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 Create concave line between to points? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/create-concave-line-between-to-points/m-p/420583#M23992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create a concave line (beziel or multiple straight-line segments) between two points. I have used the "Point to Line" tool successfully to get a straight line (red in graphic), and also buffered around a point and turned that into a polyline (purple in graphic). However, for my purposes I need a line that bends inward between the two points, not straight or outward (green in graphic). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each of this lines is being created at the intersection of lines, and there is an intersection point, if that helps. Essentially I want to bend&amp;nbsp; the straight line inward, if only a small amount.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am hoping that a tool or series of tools will do this, as the dataset that I am working with is much too large to do by hand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;eric[ATTACH=CONFIG]22178[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 17:12:10 GMT</pubDate>
    <dc:creator>EricStipe</dc:creator>
    <dc:date>2013-02-26T17:12:10Z</dc:date>
    <item>
      <title>Create concave line between to points?</title>
      <link>https://community.esri.com/t5/data-management-questions/create-concave-line-between-to-points/m-p/420583#M23992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create a concave line (beziel or multiple straight-line segments) between two points. I have used the "Point to Line" tool successfully to get a straight line (red in graphic), and also buffered around a point and turned that into a polyline (purple in graphic). However, for my purposes I need a line that bends inward between the two points, not straight or outward (green in graphic). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each of this lines is being created at the intersection of lines, and there is an intersection point, if that helps. Essentially I want to bend&amp;nbsp; the straight line inward, if only a small amount.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am hoping that a tool or series of tools will do this, as the dataset that I am working with is much too large to do by hand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;eric[ATTACH=CONFIG]22178[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 17:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-concave-line-between-to-points/m-p/420583#M23992</guid>
      <dc:creator>EricStipe</dc:creator>
      <dc:date>2013-02-26T17:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create concave line between to points?</title>
      <link>https://community.esri.com/t5/data-management-questions/create-concave-line-between-to-points/m-p/420584#M23993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is an idea:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. run Feature Vertices To Points tool to get thr MID point of the straight line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. run Buffer tool on the midpoint with a distance that is slightly smaller than the offset of the curve/arc you wish to create from the line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. run Feature Envelope To Polygon on the buffer. You get a square polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. run Feature Vertices To Points on the square poly with START option to get the point (normally lower-left).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. run Append tool to add the startpoint to the original points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. run Minimum Bounding Geometry with ALL option to create a CIRCLE around the 3 points. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7. run Split Line At Points to split the circle by the original two points; the shorter arc could be what you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course if you can script and know the math, you can follow the logic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- from the midpoint of the line, find a point along the line connecting the midpoint and the intersection of the seemingly x-axis and y-axis. The distance between this point and the midpoint sould be the desired offset of the arc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- then create the shorter arc passing this point and the two input points.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Mar 2013 15:47:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-concave-line-between-to-points/m-p/420584#M23993</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-03-10T15:47:50Z</dc:date>
    </item>
  </channel>
</rss>

