<?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: Intersect 3d line with a raster surface in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525892#M3129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Though this is a very old post, I was wondering if there was a way to do this in ArcEditor 9.3.2. I've got the visualization working well enough but I'd really like to be able to get the intersection points for my 3D lines and my surface. Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2011 18:54:47 GMT</pubDate>
    <dc:creator>TeriAnderson</dc:creator>
    <dc:date>2011-10-26T18:54:47Z</dc:date>
    <item>
      <title>Intersect 3d line with a raster surface</title>
      <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525887#M3124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created a raster surface that is made up of elevation (z) values.&amp;nbsp; I also have pts&amp;nbsp; with z values that fall above and below this 3d surface.&amp;nbsp; These are consecutive pts that in certain instances pt 1 may be below the raster surface and pt 2 may be above.&amp;nbsp; What I need to do is connect these pts (and many others) with a line and find out where that line intersects the raster surface and extract that raster value for that cell.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 03:52:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525887#M3124</guid>
      <dc:creator>JustinFischer</dc:creator>
      <dc:date>2011-05-19T03:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect 3d line with a raster surface</title>
      <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525888#M3125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a couple of approaches you can consider. Line of Sight analysis (LOS), or Intersect 3D Line with Multipatch tool.&amp;nbsp; I think LOS is easier but doesn't work well with vertical lines.&amp;nbsp; If you connect your points and the resulting line is vertical, consider option 2.&amp;nbsp; Both workflows are outlined below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LOS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Run Construct Sight Lines tool to create lines from your points.&amp;nbsp; You'll probably need a join field to ensure the right points get connected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Run Line of Sight tool with raster surface and newly created lines.&amp;nbsp; Be sure to fill in the parameter for Output Obstruction Point Feature Class as this will be where the line actually hits the surface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Take the obstruction points and run Add Z Information tool using the elevation raster as the surface.&amp;nbsp; You'll get an attribute of Z containing the surface height at that location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Intersect 3D Line with Multipatch&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Construct your sight lines as per above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Convert your raster to a TIN.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Create a polygon that is big enough to contain all your points.&amp;nbsp; Hopefully this polygon won't have to cover the full extent of the raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Run Interpolate Polygon to Multipatch.&amp;nbsp; This tool requires a TIN surface (Hence step 2).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Intersect your sight lines with the multipatch using Intersect 3D Line with Multipatch tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. With resulting points, run Add Z Information tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the screenshots below, note that what appears to be a raster or TIN surface is actually the multipatch feature class I created.&amp;nbsp; Because I used a small example I was able to make my entire surface a multipatch.&amp;nbsp; I recommend minimizing your polygon to just the extent of the points if you have a large raster in terms of its extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 17:40:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525888#M3125</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-05-20T17:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect 3d line with a raster surface</title>
      <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525889#M3126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for the response.&amp;nbsp; Unfortunately, it has taken me this long to get back to this project.&amp;nbsp; It seems that I am stuck at the 'Construct Sight Lines' process, which is needed for each of the workflows you state below.&amp;nbsp; I have gotten it to work for only 2 points, the observer point and then the target point.&amp;nbsp; But the way my point files are set up is that I may have 100-200 pts per file.&amp;nbsp; The point files are sorted ascending based on date/time.&amp;nbsp; So what I need is to see if the newly created line connecting points 1 and 2 crosses my elevational surface.&amp;nbsp; Next I need to see if the newly created line connecting points 2 and 3 crosses my elevational surface, and so forth.&amp;nbsp; Is this possible?&amp;nbsp; And FYI, pretty sure that none of the points will result in vertical line files.&amp;nbsp;&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 19:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525889#M3126</guid>
      <dc:creator>JustinFischer</dc:creator>
      <dc:date>2011-09-01T19:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect 3d line with a raster surface</title>
      <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525890#M3127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will get to how to manage the points, but I want to first suggest you download and install &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/dev/blogs/arcgisdesktop/archive/2011/07/29/arcgis-desktop-10.1-beta-1.aspx"&gt;10.1 Beta&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; There is a new tool called Intersect 3D Line with Surface that greatly enhances the workflow I previously outlined.&amp;nbsp; Mainly you don't have to do steps 2 - 6 in the previous directions listed under "Intersect 3D Line with Multipatch". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You obviously don't have to do this, but you'd get to see some of the other new stuff and we always appreciate an opportunity to get feedback on new tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the points...&amp;nbsp; Are your input features and target features in Construct Site Lines the same?&amp;nbsp; It sounds like they are.&amp;nbsp; It seems like you want to connect record 1 to record 2 and record 2 to record 3 recursivley until all connections have been made.&amp;nbsp; Is this correct?&amp;nbsp; Is the data sorted by date/time because you opened the table and told it to sort on your date/time field, or is that how the data entry was actually done?&amp;nbsp; In other words, is FID/OID of 1, the record at the top when going by date/time?&amp;nbsp; If you could send a small subset of the&amp;nbsp; data (just 5 records)that would be easiest for me to understand the structure and get on the same page as you.&amp;nbsp; Also, it might help to know your license level, since some of the tricks up my sleave often require an ArcInfo license.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the data is in a single feature class and you need to 2 point lines from one record to the next I think we can accomplish that with the Points to Line tool and follow it up with Split Line at Vertices so that each line segment becomes its own record.&amp;nbsp; I'll know more when you get back to me.&amp;nbsp; If you can't send a subset, could you take some screenshots and send responses to my inquiries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 19:28:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525890#M3127</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-09-07T19:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect 3d line with a raster surface</title>
      <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525891#M3128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry again for the delay.&amp;nbsp; I haven't had time to experiment with 10.1, but will try to get it installed later this week.&amp;nbsp; You are correct in that the input features and target features in Construct Lines are the same and yes I need to connect pts 1 to 2, 2 to 3, 3 to 4, etc.&amp;nbsp; The data was sorted in the original Excel file (raw data table).&amp;nbsp; I&amp;nbsp; also added a 'sort_ID' field to this table so I can always make sure it is sorted correctly.&amp;nbsp; Attached is an Excel file with 5 consectutive points. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And my license type is ArcInfo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 17:04:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525891#M3128</guid>
      <dc:creator>JustinFischer</dc:creator>
      <dc:date>2011-10-24T17:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect 3d line with a raster surface</title>
      <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525892#M3129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Though this is a very old post, I was wondering if there was a way to do this in ArcEditor 9.3.2. I've got the visualization working well enough but I'd really like to be able to get the intersection points for my 3D lines and my surface. Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 18:54:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525892#M3129</guid>
      <dc:creator>TeriAnderson</dc:creator>
      <dc:date>2011-10-26T18:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect 3d line with a raster surface</title>
      <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525893#M3130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Forget the Construct Site Lines tool.&amp;nbsp; All we need to do is run Points to Line (using your Sort ID field as the Sort Field parameter), and Splite Line at Vertices.&amp;nbsp; I do want to point out your original points are in geographic coordinates, and the z value (altitude?) is definitely not in units of DD.&amp;nbsp; So what I did was make an assumption that altitude was meters, and projected the points to UTM meters so that x,y,z were all the same units.&amp;nbsp; Then I created the lines and split them so each would be a unique record. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The attached zip file has the lines for you to check.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 17:41:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525893#M3130</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-10-28T17:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect 3d line with a raster surface</title>
      <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525894#M3131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Though this is a very old post, I was wondering if there was a way to do this in ArcEditor 9.3.2. I've got the visualization working well enough but I'd really like to be able to get the intersection points for my 3D lines and my surface. Thank you.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See the LOS workflow above.&amp;nbsp; Intersecting 3d lines with multipatches is new at 10.0, and intersecting 3d lines directly to surfaces is coming in 10.1.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 18:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525894#M3131</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-10-28T18:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect 3d line with a raster surface</title>
      <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525895#M3132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried your method and the output from the Intersect 3D line with Multipatch Tool has no pts (or lines if I select this option), just an empty attribute table.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As per your earlier instructions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*I created lines using the pts to lines tool (with the Sort ID field and projected all data to UTM and then split the lines at the vertices&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*I converted my raster grid file to a tin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*Created a polygon that encompassed all my pts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* And finally ran the Interpolate Polygon to Multipatch tool using the new tin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully this is just user error.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also can't seem to diplay your attached shapefile.&amp;nbsp; I get an 'Error opening feature class'.&amp;nbsp; I am also working on getting 10.0 beta installed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&amp;nbsp; Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Justin &lt;BR /&gt;&lt;BR /&gt;Forget the Construct Site Lines tool.&amp;nbsp; All we need to do is run Points to Line (using your Sort ID field as the Sort Field parameter), and Splite Line at Vertices.&amp;nbsp; I do want to point out your original points are in geographic coordinates, and the z value (altitude?) is definitely not in units of DD.&amp;nbsp; So what I did was make an assumption that altitude was meters, and projected the points to UTM meters so that x,y,z were all the same units.&amp;nbsp; Then I created the lines and split them so each would be a unique record. &lt;BR /&gt;&lt;BR /&gt;The attached zip file has the lines for you to check.&lt;BR /&gt;&lt;BR /&gt;Eric&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 03:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525895#M3132</guid>
      <dc:creator>JustinFischer</dc:creator>
      <dc:date>2011-11-02T03:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect 3d line with a raster surface</title>
      <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525896#M3133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I forgot the .shx part of the shapefile.&amp;nbsp; I reposted a fixed zip back in that old post.&amp;nbsp; It should work now.&amp;nbsp; Sorry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you created the points did you specify the Z value so the resulting points were PointZ?&amp;nbsp; The lines will then be PolylineZ.&amp;nbsp; If you didn't start with 3d points, then the lines would just be 2d also, and will not intersect the surface (multipatch). When you display the lines in ArcScene are they 3d? Do they visually intersect the surface? Can you send screenshots?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have a maintenance contract with us so you can call Esri Support?&amp;nbsp; All of the analyst are familiar with doing this type of intersection.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 15:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/525896#M3133</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-11-02T15:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect 3d line with a raster surface</title>
      <link>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/1270696#M4849</link>
      <description>&lt;P&gt;Kudos! Over a decade later and this solution was still exactly what I was looking for! I had tried with raster but per your suggestion, tried multipatch and it worked perfectly.&lt;/P&gt;&lt;P&gt;Thanks, Eric!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 01:05:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/intersect-3d-line-with-a-raster-surface/m-p/1270696#M4849</guid>
      <dc:creator>KateDoughty1</dc:creator>
      <dc:date>2023-03-23T01:05:34Z</dc:date>
    </item>
  </channel>
</rss>

