<?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: GIS Data Mini Tutorial : Building Height and Floor Splits in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421374#M5793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: sjones&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for the sample Matthias, it really is a good start to modelling user-defined types with CE. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Susan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2012 01:29:20 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2012-07-13T01:29:20Z</dc:date>
    <item>
      <title>GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421368#M5787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: matthiasbuehler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been asked the following and decided to make a quick mini tutorial of this :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;How can I import and use my GIS data [ Building Height, Ground Floor Height, Upper Floor Height ] in CityEngine ?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's a zipped folder attached to this post containing a GDB and a CGA rule file. The GDB contains 3 shapes with specific attributes :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BuildingHeight&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UpperFloorHeight&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GroundFloorHeight&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once downloaded and unzipped, just copy the GDB folder, then paste it in the 'data' folder of a CityEngine project. From there, you can drag-n-drop the GDB directly into the viewport to import the data (CE 2011.2 or newer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The FGDB Import dialog will fire up and show you there's one shape layer contained, using the an UTM projection. Click Finish.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the scene is empty and no SCS (Scene Coordinate System) has been set, an other window pops up which asks to select the SCS, click okay to accept the proposed WGS84 UTM projection. You'll see 3 shapes in your scene.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Select one shape and check the Inspector : There's a tab called Object Attributes. You'll note there's the 3 attributes with the values from ArcGIS ! (yay !)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Copy-paste the CGA rule provided into the 'rules' folder of your project. Double click it to open it and check the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Select all 3 shapes in the viewport, then drag-n-drop the CGA rule file from the Navigator directly into the viewport onto the shapes. You'll notice that automatically, the buildings are extruded, then split properly into GroundFloor and as many Upperfloors as possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you follow the steps above, you'll notice that :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Nevertheless that in the CGA rules, all attributes have a value of zero to initialize the attribte in the rules, the buildings are extruded correctly to the height which is defined in the Object Attibutes !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- When there's a '@StartRule' Decoration set at a specific rule name (usually 'Lot'), the CityEngine automatically checks all attributes available &lt;/SPAN&gt;&lt;STRONG&gt;when a rule file is assigned &lt;/STRONG&gt;&lt;SPAN&gt;to a shape (e.g. via drag-n-drop) and points to the correct source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- In our specific example, the CityEngine thus automatically connected the attribute value to the Object Attributes as the source, not the rule value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Explanations and things to know (Note down !) :&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We learn from this that if the CityEngine does not use the attribute values from the GIS data (Object Attributes), but use the value in the rules (in our case, nothing would be extruded since the value was defined as 0), the &lt;/SPAN&gt;&lt;STRONG&gt;attribute source&lt;/STRONG&gt;&lt;SPAN&gt; is not set correctly. To fix this, just use the attribute connection editor by clicking on the little icon with the black triangle next to the attribute value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using this workflow, you can define attributes directly in ArcGIS and then have the CityEngine use those values to drive the building generation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use this to colorize buildings, define tree species, roof types, ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 10:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421368#M5787</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-03-15T10:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421369#M5788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the tutorial!&amp;nbsp; I've been searching for rules about assigning the building facade.&amp;nbsp; What are the different ways to set/assign a particular side of a building as a facade? When I extrude some of my imported building footprint shape files, the facade shows up at different places.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 18:08:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421369#M5788</guid>
      <dc:creator>MaryKodama</dc:creator>
      <dc:date>2012-04-10T18:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421370#M5789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: matthiasbuehler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hi ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this depends on the selector of the comp(f) after you have extruded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;depending on how you split off the facades, you can assign different facade rules to each specific building side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;comp(f) {front : FrontFacade. | side : SideFacade.}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;comp(f) {front : FrontFacade. | back : BackFacade. | side : SideFacade.}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[[ when playing with this, please note how the side selector selects all sides which have not previously been split off by front or back. ]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know if this helps !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 15:12:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421370#M5789</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-04-17T15:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421371#M5790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&amp;nbsp; I've been delving into the CGA rules for the last few weeks.&amp;nbsp; It has been a steep learning curve for a casual ArcGIS user like me who has never done any programming and is also not familiar with the syntax.&amp;nbsp;&amp;nbsp;&amp;nbsp; Its especially difficult when you go to the on-line manual for the definition of a particular rule and it still doesn't make any sense.&amp;nbsp; But every day I am figuring it out a bit more and more!&amp;nbsp; Anyway...thanks for all your answers on the CGA forum.&amp;nbsp; Mary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 17:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421371#M5790</guid>
      <dc:creator>MaryKodama</dc:creator>
      <dc:date>2012-04-24T17:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421372#M5791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: matthiasbuehler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey Mary !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm here to help, just post any question you have and I'll try to answer as soon as possible. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It may be of interest for you to hear that I am currently working together with Esri Training Services to set up official training courses !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 12:30:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421372#M5791</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-04-25T12:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421373#M5792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, this tutorial helped me a lot! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 14:39:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421373#M5792</guid>
      <dc:creator>KathrinSchulte-Braucks</dc:creator>
      <dc:date>2012-06-28T14:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421374#M5793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: sjones&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for the sample Matthias, it really is a good start to modelling user-defined types with CE. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Susan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 01:29:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421374#M5793</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-07-13T01:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421375#M5794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I appreciate the tutorial, it was very helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do have a question though. I would like to set values for color and height based on an extracted GIS layer attribute value for land use. For instance, if the GIS layers PROPERTY_USE attribute indicates the land use is "C-3" then I want to set the color to red and the building height to rand(0,23). There are numerous values for PROPERTY_USE so I would want to define this in a case statement, do I do the case statement before the start rule and what exactly would the syntax be. I experimented with the code below but was unsuccessful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# land use types&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;attr landuseTypeHeight = 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;attr landuseTypeColor = ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# color declarations&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;red = "#ffaaaa"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;green = "#aaffaa"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;blue = "#aaaaff"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;turquoise = "#ooebeb"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;white = "#ffffff"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yellow = "#ffff73"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grey = "#9c9c9c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# land use types ( this will be extracted from the GIS layer attribute)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;attr PROPERTY_USE = ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// Functions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;landuseTypeColor(PROPERTY_USE) --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "C-2" : red&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "C-3" : red&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "C-3(23)" : red&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "CC-COR" : red &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "CC-MH" : red &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "C-COR1" : red &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "CC-X" : red&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "CM-1" : red&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "CM-2" : red&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "I-2" : red&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "RM-7" : yellow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "S-CS" : red&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "Other" : turquoise&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; else : white&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// calc height with variation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;landuseTypeHeight(PROPERTY_USE) --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "C-2" : rand(0,23)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "C-3" : rand(0,46) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "C-3(23)" : rand(0,23) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "CC-COR" : rand(0,80) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "CC-MH" : rand(0,80) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "C-COR1" : rand(0,23) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "CC-X" : HEIGHT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "CM-1" : rand(0,45.8)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "CM-2" : rand(0,45.8)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "I-2" : rand(0,12)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "RM-7" : rand(0,46)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "S-CS" : rand(0,12)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case PROPERTY_USE == "Other" : rand(0,12)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; else: 0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 14:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421375#M5794</guid>
      <dc:creator>LoringTupper</dc:creator>
      <dc:date>2013-02-14T14:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421376#M5795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: matthiasbuehler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hi !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if the code parses correct and you have no errors, but still all is 0 high and white, then there's most probably just 1 issue :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the attr source is set to 'rule' in the Inspector instead of the correct source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the black/white (little triangle on a rectangle ) Connection Editor button in the Inspector to set that source correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;lemme know if this works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 16:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421376#M5795</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-14T16:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421377#M5796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Matt, that was the problem, the rule now executes properly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 14:57:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421377#M5796</guid>
      <dc:creator>LoringTupper</dc:creator>
      <dc:date>2013-02-28T14:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits - CRASHES</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421378#M5797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: townofbanffgis&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm dragging the GDB into CityEngine, and it gets to the point where it asks to verify the coordinate system, I click Finish and it constantly crashes CityEngine.&amp;nbsp; I'd really like to try this tutorial but can't - any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Installed CityEngine build 120913 release win32-64bit.&amp;nbsp; I'm running ArcGIS 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 16:09:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421378#M5797</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-07-29T16:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421379#M5798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you try to import the GDB via RMB click &amp;gt; Import &amp;gt; GDB (instead of drag-n-drop)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 06:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421379#M5798</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2013-07-31T06:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421380#M5799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: vasso_k&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a problem with the generation of the model in CE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually I want to use the attributes of the GIS data (that I have imported in the CE) for making cases and extrude the parts of the building. As the example of the Redlands that you have provided. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it only extrudes the doors from the base floor and the underground. The rest in these 2 floors get error color.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And the most weird that I can't find why, is that the 3 floors above are stay as they are in the beginning. Nothing changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try to change the attr source from the button in the inspector I cannot because is unabled for some attributes that are important in my rule (e.g. the floor). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I suppose to do to solve this problem? Your help is very important! Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2014 16:46:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421380#M5799</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-04-27T16:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: GIS Data Mini Tutorial : Building Height and Floor Splits</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421381#M5800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try breaking the problem down to the simplest cases:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use just 1 shape of each type ( e.g. door, floor slab, wall, .. ) and assign the rule. If this works, add more shapes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need a preciser description of your issues, e.g. screenshots, but first, try to track it down more systematically..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 09:46:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/gis-data-mini-tutorial-building-height-and-floor/m-p/421381#M5800</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-04-29T09:46:06Z</dc:date>
    </item>
  </channel>
</rss>

