<?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: Vertical extrusion on non-horizontal lot in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/vertical-extrusion-on-non-horizontal-lot/m-p/675838#M8901</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;well, you have different possibilities and strategies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please see the following examples .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2011 13:10:06 GMT</pubDate>
    <dc:creator>MatthiasBuehler1</dc:creator>
    <dc:date>2011-10-27T13:10:06Z</dc:date>
    <item>
      <title>Vertical Extrusion on Non-Horizontal Lot</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/vertical-extrusion-on-non-horizontal-lot/m-p/675834#M8897</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;SPAN&gt;How can I extrude a building on a non-horizontal, non-planar lot with resulting horizontal, planar floors?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://i.imgur.com/95Dnz.png"&gt;&lt;IMG src="http://i.imgur.com/95Dnz.png" /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 14:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/vertical-extrusion-on-non-horizontal-lot/m-p/675834#M8897</guid>
      <dc:creator>NoemiNeuenschwander1</dc:creator>
      <dc:date>2011-10-17T14:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical extrusion on non-horizontal lot</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/vertical-extrusion-on-non-horizontal-lot/m-p/675835#M8898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi Noemi !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can do something like this :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;attr buildingHeight = 15&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Lot --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; extrude ( world.y, buildingHeight )
&amp;nbsp;&amp;nbsp;&amp;nbsp; Building.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after the extrusion, you need to decide if you split the volume into (again volumetric) floors or first do a comp(f) to split off each facade side, which you then can split into floors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there are different possible strategies, so I'd first play around a little.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/vertical-extrusion-on-non-horizontal-lot/m-p/675835#M8898</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2021-12-12T04:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical extrusion on non-horizontal lot</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/vertical-extrusion-on-non-horizontal-lot/m-p/675836#M8899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matthias&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Normally I do it this way, but this time I dont work with the building footprints but with the parcels and I perceived the following problem of non-horizontal extrusion (I need horizontal roofs)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="http://i.imgur.com/aXMGy.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried lots of things (like the following code and different combinations of its components) without satisfying solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scope --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rot(scope.rx, scope.ry, scope.rz)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// Rot(origX, origY, origZ)--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// rotate(abs, world, scope.rx, scope.ry, scope.rz)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// extrude(world.y, 30) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; extrude(30)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// set(scope.rx, origX)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// set(scope.ry, origY)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// set(scope.rz, origZ)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; comp(f){front: Front | back:Back | top:Roof | side:Side}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 08:32:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/vertical-extrusion-on-non-horizontal-lot/m-p/675836#M8899</guid>
      <dc:creator>NoemiNeuenschwander1</dc:creator>
      <dc:date>2011-10-26T08:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical extrusion on non-horizontal lot</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/vertical-extrusion-on-non-horizontal-lot/m-p/675837#M8900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;IMG src="http://i.imgur.com/aXMGy.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 08:33:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/vertical-extrusion-on-non-horizontal-lot/m-p/675837#M8900</guid>
      <dc:creator>NoemiNeuenschwander1</dc:creator>
      <dc:date>2011-10-26T08:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical extrusion on non-horizontal lot</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/vertical-extrusion-on-non-horizontal-lot/m-p/675838#M8901</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;well, you have different possibilities and strategies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please see the following examples .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 13:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/vertical-extrusion-on-non-horizontal-lot/m-p/675838#M8901</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2011-10-27T13:10:06Z</dc:date>
    </item>
  </channel>
</rss>

