<?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: Need help creating 3D subsurface features in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/need-help-creating-3d-subsurface-features/m-p/1095744#M45269</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/63136"&gt;@GriffinJohnson&lt;/a&gt;, first off, it's great that you're getting to grips with this, and it really isn't an easy topic, that I don't feel is properly addressed in the main ESRI documentation. However, i will try my best to answer your questions.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;- Created a z-aware feature class but it doesn't reflect accurate height values when given a height/depth field with a range of whole numbers. Making those numbers negative doesn't set the features below the surface.&amp;nbsp;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;First off, when you say you're setting numbers to negative, what is it you're updating? &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;The Z values from an attribute table aren't linked dynamically to the geometry of your points/lines. In order to set vector data to 3D space based on your Z values, you need to run the geoprocess&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/feature-to-3d-by-attribute.htm" target="_blank" rel="noopener"&gt;FeatureTo3DByAttribute&lt;/A&gt;&amp;nbsp;and declare your Z field&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;to&amp;nbsp;be t&lt;SPAN&gt;he field whose values will define the height of the resulting 3D features. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Running this tool with a single Z value per feature will create flat lines (if making polylines) based on the single Z value you inputted. If you want to create a polyline with a variable Z geomtry along each feature, then you have 2 options:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;1. After creating 3D points, use them as vertices in the tool &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/points-to-line.htm" target="_blank" rel="noopener"&gt;Points to Line&lt;/A&gt; which will make the line segments between each vertex slope up/down.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;2. If you want a poyline who's geometry flows along a surface, then you can use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/interpolate-shape.htm" target="_blank" rel="noopener"&gt;Interpolate Shape&lt;/A&gt; to float your feature along your terrain surface, and then offset this line above or below the surface using &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/adjust-3d-z.htm" target="_blank" rel="noopener"&gt;Adjust 3D Z&lt;/A&gt; where you can drop your line 2-3, below your surface and would propably look a lot smarter, and better reflect how the utility would be installed.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;- The points and lines features move around when panning around or above/below ground. In those links above, the features are static. What setting do I need to change?&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;If you have points and lines that are moving around drastically as you pan and tilt, it's probably becuase they are some distance below the terrain surface and you haven't enabled underground navigation in your settings:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Brooks_SummitGeo_0-1630938921692.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22460iF9A02FF29A87E837/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Brooks_SummitGeo_0-1630938921692.png" alt="Brooks_SummitGeo_0-1630938921692.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;a) highlight the Ground group later of your elevation surface, and then select Navigate Underground in the ribbon menu.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;- Points can have values in the attribute table to represent the z value, but lines cannot, otherwise they would be flat, no? So, how does one share z aware lines to others without losing that z value? Should the geometry be saved? It hasn't in my experience.&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;As mentioned above, you need to run a geoprocess to convert your geometry to 3D from an attribute. You could also just have a Polyine with Z enabled and then digitise over your surface in a 3D scene, which would also interpolate 3D properties into your polyline geometry.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;- Is there a better way to bring in lines with z awareness? At the moment, it seems I can only attempt to set my points on the ground, force them underground, then slowly draw lines from point to point.&amp;nbsp;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;As above, you can use&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/interpolate-shape.htm" target="_blank" rel="noopener"&gt;Interpolate Shape&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;I think that should set you on the right path, and happy to help further if you get stuck &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Sep 2021 14:39:57 GMT</pubDate>
    <dc:creator>David_Brooks</dc:creator>
    <dc:date>2021-09-06T14:39:57Z</dc:date>
    <item>
      <title>Need help creating 3D subsurface features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/need-help-creating-3d-subsurface-features/m-p/1090875#M44695</link>
      <description>&lt;P&gt;ArcGIS Pro 2.8&lt;/P&gt;&lt;P&gt;Hello everyone, I have been working at learning 3D for almost a week straight trying to figure out how to properly map subsurface features like the following links:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=1e63a7a244b04f90993ab2474059f745" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=1e63a7a244b04f90993ab2474059f745&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/about/newsroom/arcnews/subsurface-utility-data-modeled-in-3d/" target="_blank"&gt;https://www.esri.com/about/newsroom/arcnews/subsurface-utility-data-modeled-in-3d/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Some of the issues I'm running into: (Preface: I'm using esri 3D testing data so Proj is NAD 1927 UTM Zone 10N and Vertical is NGVD 1929)&lt;/P&gt;&lt;P&gt;- Created a z-aware feature class but it doesn't reflect accurate height values when given a height/depth field with a range of whole numbers. Making those numbers negative doesn't set the features below the surface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- The points and lines features move around when panning around or above/below ground. In those links above, the features are static. What setting do I need to change?&lt;/P&gt;&lt;P&gt;- Points can have values in the attribute table to represent the z value, but lines cannot, otherwise they would be flat, no? So, how does one share z aware lines to others without losing that z value? Should the geometry be saved? It hasn't in my experience.&lt;/P&gt;&lt;P&gt;- Is there a better way to bring in lines with z awareness? At the moment, it seems I can only attempt to set my points on the ground, force them underground, then slowly draw lines from point to point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my very sad attempt with a small collection of utility lines:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 968px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21265i4D8778545F018178/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Please help my poor self. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 17:33:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/need-help-creating-3d-subsurface-features/m-p/1090875#M44695</guid>
      <dc:creator>GriffinJohnson</dc:creator>
      <dc:date>2021-08-20T17:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help creating 3D subsurface features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/need-help-creating-3d-subsurface-features/m-p/1095744#M45269</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/63136"&gt;@GriffinJohnson&lt;/a&gt;, first off, it's great that you're getting to grips with this, and it really isn't an easy topic, that I don't feel is properly addressed in the main ESRI documentation. However, i will try my best to answer your questions.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;- Created a z-aware feature class but it doesn't reflect accurate height values when given a height/depth field with a range of whole numbers. Making those numbers negative doesn't set the features below the surface.&amp;nbsp;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;First off, when you say you're setting numbers to negative, what is it you're updating? &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;The Z values from an attribute table aren't linked dynamically to the geometry of your points/lines. In order to set vector data to 3D space based on your Z values, you need to run the geoprocess&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/feature-to-3d-by-attribute.htm" target="_blank" rel="noopener"&gt;FeatureTo3DByAttribute&lt;/A&gt;&amp;nbsp;and declare your Z field&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;to&amp;nbsp;be t&lt;SPAN&gt;he field whose values will define the height of the resulting 3D features. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Running this tool with a single Z value per feature will create flat lines (if making polylines) based on the single Z value you inputted. If you want to create a polyline with a variable Z geomtry along each feature, then you have 2 options:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;1. After creating 3D points, use them as vertices in the tool &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/points-to-line.htm" target="_blank" rel="noopener"&gt;Points to Line&lt;/A&gt; which will make the line segments between each vertex slope up/down.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;2. If you want a poyline who's geometry flows along a surface, then you can use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/interpolate-shape.htm" target="_blank" rel="noopener"&gt;Interpolate Shape&lt;/A&gt; to float your feature along your terrain surface, and then offset this line above or below the surface using &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/adjust-3d-z.htm" target="_blank" rel="noopener"&gt;Adjust 3D Z&lt;/A&gt; where you can drop your line 2-3, below your surface and would propably look a lot smarter, and better reflect how the utility would be installed.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;- The points and lines features move around when panning around or above/below ground. In those links above, the features are static. What setting do I need to change?&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;If you have points and lines that are moving around drastically as you pan and tilt, it's probably becuase they are some distance below the terrain surface and you haven't enabled underground navigation in your settings:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Brooks_SummitGeo_0-1630938921692.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22460iF9A02FF29A87E837/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Brooks_SummitGeo_0-1630938921692.png" alt="Brooks_SummitGeo_0-1630938921692.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;a) highlight the Ground group later of your elevation surface, and then select Navigate Underground in the ribbon menu.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;- Points can have values in the attribute table to represent the z value, but lines cannot, otherwise they would be flat, no? So, how does one share z aware lines to others without losing that z value? Should the geometry be saved? It hasn't in my experience.&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;As mentioned above, you need to run a geoprocess to convert your geometry to 3D from an attribute. You could also just have a Polyine with Z enabled and then digitise over your surface in a 3D scene, which would also interpolate 3D properties into your polyline geometry.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;- Is there a better way to bring in lines with z awareness? At the moment, it seems I can only attempt to set my points on the ground, force them underground, then slowly draw lines from point to point.&amp;nbsp;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;As above, you can use&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/interpolate-shape.htm" target="_blank" rel="noopener"&gt;Interpolate Shape&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;I think that should set you on the right path, and happy to help further if you get stuck &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 14:39:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/need-help-creating-3d-subsurface-features/m-p/1095744#M45269</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2021-09-06T14:39:57Z</dc:date>
    </item>
  </channel>
</rss>

