<?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 to 'Interpolate' features to a surface without creating a seperate file?  in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553026#M3310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed as Dan states, it is most unlikely that you can if the featureclass has not yet the Z values enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you have a Polyline featureclass (Shapefield will contain "Polyline" not "Polyline Z"). When you create the featureclass, you specify if Z (and M) values are enabled. If Z is not enabled, you can set the Z values of the vertices, but they will not be stored. If the featureclass has Z values enabled on creation but you do not set them initially, you can update the Z values without creating a new output (although this would require some scripting).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2016 01:33:40 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2016-07-27T01:33:40Z</dc:date>
    <item>
      <title>How to 'Interpolate' features to a surface without creating a seperate file?</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553024#M3308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there way to do what the 'Interpolate Shape' tool does but calculates the z values into the Shape field of the input feature instead of making a new output? As far as I can tell the only other way is by using the 3D Analyst toolbar and selecting the 'Interpolate' tool based on the geometry I need but I'd rather not have to click that every time I digitize something but would prefer to do it after all my features at once after they're created. 'Interpolate Shape' does that but makes a separate file, which does not fit into my workflow. Is there another way? Perhaps using the Field Calculator?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 20:16:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553024#M3308</guid>
      <dc:creator>ChrisStephens1</dc:creator>
      <dc:date>2016-07-26T20:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to 'Interpolate' features to a surface without creating a seperate file?</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553025#M3309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None exist.&amp;nbsp; You could experiment witth scriptting the process, generating the output in memory, deleting the original (if possible) and replacing it.&amp;nbsp; Whether this could be done in one step... I am not sure.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/3d-analyst-toolbox/interpolate-shape.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/3d-analyst-toolbox/interpolate-shape.htm"&gt;Interpolate Shape—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 01:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553025#M3309</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-07-27T01:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to 'Interpolate' features to a surface without creating a seperate file?</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553026#M3310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed as Dan states, it is most unlikely that you can if the featureclass has not yet the Z values enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you have a Polyline featureclass (Shapefield will contain "Polyline" not "Polyline Z"). When you create the featureclass, you specify if Z (and M) values are enabled. If Z is not enabled, you can set the Z values of the vertices, but they will not be stored. If the featureclass has Z values enabled on creation but you do not set them initially, you can update the Z values without creating a new output (although this would require some scripting).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 01:33:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553026#M3310</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-07-27T01:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to 'Interpolate' features to a surface without creating a seperate file?</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553027#M3311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; it is most unlikely that you can if the featureclass has not yet the Z values enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Z Values are enabled for my feature classes! Shape field has a value of 'Polyline Z'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;If the featureclass has Z values enabled on creation but you do not set them initially, you can update the Z values without creating a new output (although this would require some scripting).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I need to do. Is there any more information on this method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 13:24:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553027#M3311</guid>
      <dc:creator>ChrisStephens1</dc:creator>
      <dc:date>2016-07-27T13:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to 'Interpolate' features to a surface without creating a seperate file?</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553028#M3312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's disappointing! Thanks for the reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 13:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553028#M3312</guid>
      <dc:creator>ChrisStephens1</dc:creator>
      <dc:date>2016-07-27T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to 'Interpolate' features to a surface without creating a seperate file?</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553029#M3313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, you have polylines with Z enabled, yet Z has no value assigned yet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would do in this case is create a tmp point featureclass with the vertices of the polygons and information on original OID of the polyline, part number and point number (to be able to link the vertice after Z has been defined back to same vertice in the polyline). Next, assuming you have spatial analyst available, is use the tool extract values to points to extract the Z value for each point into a new tmp featureclass (you could do this using the IN_MEM workspace, but it depends on the amount of points, if this will work in memory). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next step would be to create a search cursor and fill a dictionary from the points with the Z values as attribute (use OriginalOID_PartNumber_PointNumber as key and the Z as value) and use this when you create the update cursor to update the Z value if the individual vertices. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find detailed information on working with 3D geometries in arcpy in my blog post here: &lt;A href="https://community.esri.com/migration-blogpost/56101"&gt;Working with 3D and M-aware geometries in Arcpy&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 14:31:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553029#M3313</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-07-27T14:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to 'Interpolate' features to a surface without creating a seperate file?</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553030#M3314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply. That sounds like it would work, but again I just want the z values calculated in the existing dataset, no temp files or output files. I guess it's impossible, save for using the 3D Analyst Toolbar 'Interpolate' for every feature I create. I'm trying to streamline a very large data collection workflow. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 16:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553030#M3314</guid>
      <dc:creator>ChrisStephens1</dc:creator>
      <dc:date>2016-07-27T16:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to 'Interpolate' features to a surface without creating a seperate file?</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553031#M3315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are always solutions... See an alternative method pointed out in this document: &lt;A href="https://community.esri.com/docs/DOC-2954"&gt;Extract Raster Values using Numpy&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 16:53:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-interpolate-features-to-a-surface-without/m-p/553031#M3315</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-07-27T16:53:38Z</dc:date>
    </item>
  </channel>
</rss>

