<?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: Floors with unique base levels in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/floors-with-unique-base-levels/m-p/317023#M4363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Ben.&lt;/P&gt;&lt;P&gt;I really appreciate because it has given me quite some issiues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 10:41:32 GMT</pubDate>
    <dc:creator>johne</dc:creator>
    <dc:date>2014-09-26T10:41:32Z</dc:date>
    <item>
      <title>Floors with unique base levels</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/floors-with-unique-base-levels/m-p/317019#M4359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have feature classes of a building floors each with a base level value as an attribute and floor number in order to model each floor differently. After import to city engine they are all stacked on top of each other so i do a tedious job of identifying each floor and using the move tool to lift it up from the others and get a realistic base. what in would like to know is if there is a way i can make the floors get the Z value and be imported in city engine with their bases separated depending on the base level value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 07:41:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/floors-with-unique-base-levels/m-p/317019#M4359</guid>
      <dc:creator>johne</dc:creator>
      <dc:date>2014-09-26T07:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Floors with unique base levels</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/floors-with-unique-base-levels/m-p/317020#M4360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I misunderstand the problem....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why not write it into a rule file using the t() operation to translate your floor vertically by the z value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 10:02:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/floors-with-unique-base-levels/m-p/317020#M4360</guid>
      <dc:creator>BenLeslie1</dc:creator>
      <dc:date>2014-09-26T10:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Floors with unique base levels</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/floors-with-unique-base-levels/m-p/317021#M4361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never used the t() function. Could you&amp;nbsp; please maybe give me a link on how it works? I will highly appreciate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 10:11:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/floors-with-unique-base-levels/m-p/317021#M4361</guid>
      <dc:creator>johne</dc:creator>
      <dc:date>2014-09-26T10:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Floors with unique base levels</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/floors-with-unique-base-levels/m-p/317022#M4362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's CE help&lt;/P&gt;&lt;P&gt;&lt;A href="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/toc.html" title="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/toc.html"&gt;Help -&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The relevant section is CGA Shape Grammar Reference --&amp;gt; Shape Operations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically, assuming you have an attribute in your shapefile for Z_Value you'll need to define it in the rule file then you can use it with the translate function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14117268929713220 jive_text_macro" jivemacro_uid="_14117268929713220"&gt;
&lt;P&gt;attr Z_Value = 0&lt;/P&gt;
&lt;P&gt;Lot--&amp;gt;&lt;/P&gt;
&lt;P&gt;t(0, 0, Z_Value)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I think it depends on how you have your workspace set up as to whether CE uses y or z as up.... I can never remember)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 10:22:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/floors-with-unique-base-levels/m-p/317022#M4362</guid>
      <dc:creator>BenLeslie1</dc:creator>
      <dc:date>2014-09-26T10:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Floors with unique base levels</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/floors-with-unique-base-levels/m-p/317023#M4363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Ben.&lt;/P&gt;&lt;P&gt;I really appreciate because it has given me quite some issiues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 10:41:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/floors-with-unique-base-levels/m-p/317023#M4363</guid>
      <dc:creator>johne</dc:creator>
      <dc:date>2014-09-26T10:41:32Z</dc:date>
    </item>
  </channel>
</rss>

