<?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 can I intersect a surface (raster or tin) with 3D points? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-intersect-a-surface-raster-or-tin-with/m-p/1138124#M50658</link>
    <description>&lt;P&gt;I understand that Intersect 3D Line With Surface will do the intersection for lines and surfaces, but would like to intersect the points (that is the 3D spheres in real world units mentioned in the post).&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jan 2022 21:22:40 GMT</pubDate>
    <dc:creator>WilliamHarbert</dc:creator>
    <dc:date>2022-01-27T21:22:40Z</dc:date>
    <item>
      <title>How can I intersect a surface (raster or tin) with 3D points?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-intersect-a-surface-raster-or-tin-with/m-p/1138102#M50654</link>
      <description>&lt;P&gt;Dear Community, I have you are having a fantastic day.&lt;/P&gt;&lt;P&gt;I am trying to intersect subsurface layers (they are several formats, such as contours, RASTERs, and TINs) and all have the correct Z values) with 3D spheres that represent earthquake hypocenters (the X/Y/Z locations of an earthquake). The 3D spheres were created with standard dimensions and have Z values in the same coordinate system as the layers.&amp;nbsp; All data is in one Cartesian system&amp;nbsp; (state plane / HARN). &amp;nbsp;&lt;/P&gt;&lt;P&gt;The idea is that I would like to for a particular geological or subsurface layer (I have a bunch of them), intersect the events that are spatially associated with that layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have hit a rough spot trying to do this because the surface itself isn't used by the Intersect 3D tool.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 20:50:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-intersect-a-surface-raster-or-tin-with/m-p/1138102#M50654</guid>
      <dc:creator>WilliamHarbert</dc:creator>
      <dc:date>2022-01-27T20:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I intersect a surface (raster or tin) with 3D points?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-intersect-a-surface-raster-or-tin-with/m-p/1138124#M50658</link>
      <description>&lt;P&gt;I understand that Intersect 3D Line With Surface will do the intersection for lines and surfaces, but would like to intersect the points (that is the 3D spheres in real world units mentioned in the post).&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 21:22:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-intersect-a-surface-raster-or-tin-with/m-p/1138124#M50658</guid>
      <dc:creator>WilliamHarbert</dc:creator>
      <dc:date>2022-01-27T21:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I intersect a surface (raster or tin) with 3D points?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-intersect-a-surface-raster-or-tin-with/m-p/1138403#M50682</link>
      <description>&lt;P&gt;I have also been looking at "Add Surface Information", but no joy yet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 16:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-intersect-a-surface-raster-or-tin-with/m-p/1138403#M50682</guid>
      <dc:creator>WilliamHarbert</dc:creator>
      <dc:date>2022-01-28T16:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I intersect a surface (raster or tin) with 3D points?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-intersect-a-surface-raster-or-tin-with/m-p/1140410#M50956</link>
      <description>&lt;P&gt;Summary of 3D analyst toolbox abilities.&amp;nbsp; Still no joy.&amp;nbsp; &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/an-overview-of-the-3d-analyst-toolbox.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/an-overview-of-the-3d-analyst-toolbox.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 17:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-intersect-a-surface-raster-or-tin-with/m-p/1140410#M50956</guid>
      <dc:creator>WilliamHarbert</dc:creator>
      <dc:date>2022-02-03T17:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I intersect a surface (raster or tin) with 3D points?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-intersect-a-surface-raster-or-tin-with/m-p/1150375#M52316</link>
      <description>&lt;P&gt;OK, I figured out how to do this.&amp;nbsp; Not elegant but it works.&amp;nbsp; The goal is to write out an X/Y + attribute files and determine the elevation of these points with respect to the target surface.&amp;nbsp; You can capture that using the &lt;STRONG&gt;Add Surface Information&lt;/STRONG&gt; geoprocessing function.&amp;nbsp; QED.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 20:38:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-intersect-a-surface-raster-or-tin-with/m-p/1150375#M52316</guid>
      <dc:creator>WilliamHarbert</dc:creator>
      <dc:date>2022-03-03T20:38:44Z</dc:date>
    </item>
  </channel>
</rss>

