<?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: 3D extrusion Issue - ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/3d-extrusion-issue-arcgis-pro/m-p/559530#M24609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Gavin,&lt;/P&gt;&lt;P&gt;the height in the shapefile is based on the max. level of the building basis? otherwise the building shouldn't 'fly'.&lt;/P&gt;&lt;P&gt;try to minimize the z-value in the shape file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, klemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 06:22:40 GMT</pubDate>
    <dc:creator>KlemensPürmayr</dc:creator>
    <dc:date>2017-08-10T06:22:40Z</dc:date>
    <item>
      <title>3D extrusion Issue - ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/3d-extrusion-issue-arcgis-pro/m-p/559527#M24606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a simple 3D scene in ArcGIS Pro 2.0 using the "Features from CityEngine Rules" tool and a cga rule file I&amp;nbsp;created in CityEngine. Whilst it mostly works (the colours, heights and roofs are all correct), the features created don't start at ground level. As shown in the image below, the 3D features are extruded based on the red 2D features underneath. Despite the fact the 2D features are at ground level, the 3D features&amp;nbsp;aren't and you can see there are gaps between the base of the feature and ground level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/362060_pastedImage_1.png" style="width: 620px; height: 337px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CityEngine code for extrusion is as follows:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;extrude(world.up.flatTop,Height)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Where "Height" is the attribute from the shapefile from which the extrusion height is taken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also ensured in the layer properties that the elevation is set to "on the ground". however this doesn't appear to have any impact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help anyone can offer would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gavin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 08:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/3d-extrusion-issue-arcgis-pro/m-p/559527#M24606</guid>
      <dc:creator>GThomson</dc:creator>
      <dc:date>2017-07-12T08:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: 3D extrusion Issue - ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/3d-extrusion-issue-arcgis-pro/m-p/559528#M24607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gavin,&lt;/P&gt;&lt;P&gt;I suppose that the ground Level ist not a flat area. Normally for the ground height of the building the mean z-value of the building is used. That's why the building is partly above the ground.&lt;/P&gt;&lt;P&gt;Lingg Andreas created a routine in '3D-Gebäudevisualisierung in ArcGIS Pro' available via &lt;A class="link-titled" href="https://www.geoinformation.hsr.ch/fileadmin/user_upload/geoinformation.hsr.ch/pdf/veranstaltungen/casgis/2017/AndreasLingg.pdf" title="https://www.geoinformation.hsr.ch/fileadmin/user_upload/geoinformation.hsr.ch/pdf/veranstaltungen/casgis/2017/AndreasLingg.pdf"&gt;https://www.geoinformation.hsr.ch/fileadmin/user_upload/geoinformation.hsr.ch/pdf/veranstaltungen/casgis/2017/AndreasLin…&lt;/A&gt; so the minimal z-value of the building is used as minimal height of the building.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards, klemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 08:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/3d-extrusion-issue-arcgis-pro/m-p/559528#M24607</guid>
      <dc:creator>KlemensPürmayr</dc:creator>
      <dc:date>2017-08-04T08:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: 3D extrusion Issue - ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/3d-extrusion-issue-arcgis-pro/m-p/559529#M24608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that,, I must admit though whilst I understand the concept, I don't quite know what I add into my rule file to achieve this effect...? How do you tell the building to sit at the minimum z value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it probably says in the article, however my German isnt&amp;nbsp;up to much...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 11:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/3d-extrusion-issue-arcgis-pro/m-p/559529#M24608</guid>
      <dc:creator>GThomson</dc:creator>
      <dc:date>2017-08-07T11:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: 3D extrusion Issue - ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/3d-extrusion-issue-arcgis-pro/m-p/559530#M24609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Gavin,&lt;/P&gt;&lt;P&gt;the height in the shapefile is based on the max. level of the building basis? otherwise the building shouldn't 'fly'.&lt;/P&gt;&lt;P&gt;try to minimize the z-value in the shape file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, klemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 06:22:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/3d-extrusion-issue-arcgis-pro/m-p/559530#M24609</guid>
      <dc:creator>KlemensPürmayr</dc:creator>
      <dc:date>2017-08-10T06:22:40Z</dc:date>
    </item>
  </channel>
</rss>

