<?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 create a line that go through to point and stop at the board of a Polygon, using toolbox in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-create-a-line-that-go-through-to-point-and/m-p/1609601#M95338</link>
    <description>&lt;P&gt;If the polygon exists,&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/editing/snap.htm" target="_blank"&gt;Snap (Editing)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;snap to edge perhaps&lt;/P&gt;</description>
    <pubDate>Mon, 28 Apr 2025 09:48:28 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2025-04-28T09:48:28Z</dc:date>
    <item>
      <title>How create a line that go through to point and stop at the board of a Polygon, using toolbox</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-create-a-line-that-go-through-to-point-and/m-p/1609580#M95337</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I hope I can find here a solution. It seems a pretty simple issue, but with Toolboxes it's becoming difficult.&lt;/P&gt;&lt;P&gt;I'm working with a Model Builder and one of the first steps is to&amp;nbsp;create a line that goes from two fixed points and extends to the boundary of the polygon in which it is contained.&amp;nbsp; Pretty much like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DonatellaMarino1_0-1745826965055.png" style="width: 195px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131023i09CC93853B509EF8/image-dimensions/195x291?v=v2" width="195" height="291" role="button" title="DonatellaMarino1_0-1745826965055.png" alt="DonatellaMarino1_0-1745826965055.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I already used the Toolbox "Points to Line" to create automatically the Line, but the extention to the Polygon it' still difficult and the Tollbox "Extend Line" doesn't work. Do you have any suggestion? I'm running out of ideas.&lt;/P&gt;&lt;P&gt;Thanks for any Tipps.&lt;/P&gt;&lt;P&gt;Donatella&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 08:11:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-create-a-line-that-go-through-to-point-and/m-p/1609580#M95337</guid>
      <dc:creator>DonatellaMarino1</dc:creator>
      <dc:date>2025-04-28T08:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: How create a line that go through to point and stop at the board of a Polygon, using toolbox</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-create-a-line-that-go-through-to-point-and/m-p/1609601#M95338</link>
      <description>&lt;P&gt;If the polygon exists,&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/editing/snap.htm" target="_blank"&gt;Snap (Editing)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;snap to edge perhaps&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 09:48:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-create-a-line-that-go-through-to-point-and/m-p/1609601#M95338</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-04-28T09:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: How create a line that go through to point and stop at the board of a Polygon, using toolbox</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-create-a-line-that-go-through-to-point-and/m-p/1609609#M95340</link>
      <description>&lt;P&gt;if snap doesn't work in the link could be a python solution?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/python-questions/extend-line-up-to-polygon-feature/td-p/705806" target="_blank"&gt;https://community.esri.com/t5/python-questions/extend-line-up-to-polygon-feature/td-p/705806&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 10:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-create-a-line-that-go-through-to-point-and/m-p/1609609#M95340</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2025-04-28T10:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: How create a line that go through to point and stop at the board of a Polygon, using toolbox</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-create-a-line-that-go-through-to-point-and/m-p/1609670#M95349</link>
      <description>&lt;P&gt;Hi Donatella,&lt;/P&gt;&lt;P&gt;I have tried to follow the procedure to create line from inside the polygon.&lt;/P&gt;&lt;P&gt;1. Point to Line Tool&lt;/P&gt;&lt;P&gt;2. Extend or Trim Tool in Editing Tools&lt;/P&gt;&lt;P&gt;Use these steps to create that.&lt;/P&gt;&lt;P&gt;To automate this use python&lt;/P&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;</description>
      <pubDate>Mon, 28 Apr 2025 14:54:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-create-a-line-that-go-through-to-point-and/m-p/1609670#M95349</guid>
      <dc:creator>PandiyanKesavan</dc:creator>
      <dc:date>2025-04-28T14:54:23Z</dc:date>
    </item>
  </channel>
</rss>

