<?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: Station/Elevation on 3D line (incremented elevations) in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/station-elevation-on-3d-line-incremented/m-p/581823#M3513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jakub,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply! That is not quite what I am looking for. In the end I want to get cross-sectional area and perimeter for several different elevations (I know using GeoRAS and HEC-RAS will get this, but I want my program to run independently). That is why I was trying to get distances to specific elevation intervals instead of specific distance intervals. Thanks again, though!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2011 14:27:49 GMT</pubDate>
    <dc:creator>BondHarper</dc:creator>
    <dc:date>2011-10-10T14:27:49Z</dc:date>
    <item>
      <title>Station/Elevation on 3D line (incremented elevations)</title>
      <link>https://community.esri.com/t5/3d-questions/station-elevation-on-3d-line-incremented/m-p/581821#M3511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to create a station, elevation file for a 3D line at incremented elevations? For example at every tenth of a foot change:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;station, elevation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0, 750.6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;43.67, 750.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;59.34, 750.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;76.55, 750.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;101.97, 750.6&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right now I can use Feature Class Z to ASCII (with Profile as the output) and get a station, elevation file at random elevations (presumably where the line intersects a new triangle in the TIN).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas? Thank you!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 03:04:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/station-elevation-on-3d-line-incremented/m-p/581821#M3511</guid>
      <dc:creator>BondHarper</dc:creator>
      <dc:date>2011-10-05T03:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Station/Elevation on 3D line (incremented elevations)</title>
      <link>https://community.esri.com/t5/3d-questions/station-elevation-on-3d-line-incremented/m-p/581822#M3512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By creating stations you mean points along the line at specific intervals?&amp;nbsp; You could divide the 3D line at intervals then convert the line to points but you will get all the vertices that way not just the divisions.&amp;nbsp; To convert the 3D line to 3D points you will need either ArcInfo or basic knowledge of ArcObjects, programming and the Add-on framework.&amp;nbsp; The only way I can think of to filter out the "station" points without much manual work would have to be programatically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 01:38:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/station-elevation-on-3d-line-incremented/m-p/581822#M3512</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2011-10-06T01:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Station/Elevation on 3D line (incremented elevations)</title>
      <link>https://community.esri.com/t5/3d-questions/station-elevation-on-3d-line-incremented/m-p/581823#M3513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jakub,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply! That is not quite what I am looking for. In the end I want to get cross-sectional area and perimeter for several different elevations (I know using GeoRAS and HEC-RAS will get this, but I want my program to run independently). That is why I was trying to get distances to specific elevation intervals instead of specific distance intervals. Thanks again, though!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 14:27:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/station-elevation-on-3d-line-incremented/m-p/581823#M3513</guid>
      <dc:creator>BondHarper</dc:creator>
      <dc:date>2011-10-10T14:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Station/Elevation on 3D line (incremented elevations)</title>
      <link>https://community.esri.com/t5/3d-questions/station-elevation-on-3d-line-incremented/m-p/581824#M3514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could densify verticies, then convert the 3d line to 3d points. Then calculate the z value of the points into the table. Then use these values to create m values in the 3d line. Then you could use the line to create stations as route events.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking back at this 3d lines to 3d points seems to be a problem to you. I just use the GeoWizards tool. This is a free function. Pretty sure you could do this a few ways without an Editor/Info licence as long as you had 3D or Spatial extension if you need to script it or something.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 05:08:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/station-elevation-on-3d-line-incremented/m-p/581824#M3514</guid>
      <dc:creator>MichaelStead</dc:creator>
      <dc:date>2011-10-11T05:08:43Z</dc:date>
    </item>
  </channel>
</rss>

