<?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: Control for Podium and Tower in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689768#M9086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I was busy with other projects for a while.&lt;/P&gt;&lt;P&gt;I am very happy to share the cga rule I did sometime back and please share any improvements with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me have your email.&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dulini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Aug 2019 18:27:55 GMT</pubDate>
    <dc:creator>DuliniRatnayake1</dc:creator>
    <dc:date>2019-08-09T18:27:55Z</dc:date>
    <item>
      <title>Control for Podium and Tower</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689761#M9079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I trying to Build a rule where I have a Podium and a Tower over, for which I am trying to split a plot based on FAR and ground cover. But my building is splitting in two rather that coming one above each other.&lt;IMG alt="Podium and Tower" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/347564_Podium.JPG" style="width: 620px; height: 427px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: rgba(248, 248, 248, 0.6);"&gt;My Code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Tower(h)--&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;extrude (world.y,h) &lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;split(y){TowerFloorHt:Colorize}*&lt;/P&gt;&lt;P&gt;Podium(h)--&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;extrude (world.y,h)&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;split(y){PodiumFloorHt:Colorize}*&lt;BR /&gt; &lt;BR /&gt;Colorize --&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;color ("#ffffff")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DevelopLot --&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;case Zoning == "HRCommercial" : HRCommercialLot&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else : OpenSpace &lt;BR /&gt;Lot --&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;split(x)&amp;nbsp;{'(0.6*GCover): Tower (((floor((SiteArea * MaxFAR)/(0.6*GCover* SiteArea))+(PodiumFloors))*TowerFloorHt))|'(1-(0.6*GCover)) : Podium (PodiumFloors*PodiumFloorHt)}&lt;/P&gt;&lt;P&gt;OpenSpace --&amp;gt; color("#77ff77")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have enough control to be able to place the tower any place over the podium(eg. corner or center), which I am unable to do. Is there a way for me to have this kind of control over the placement of the tower and also controlling the FAR for tower and podium differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689761#M9079</guid>
      <dc:creator>AbhishekSobbana</dc:creator>
      <dc:date>2017-04-21T09:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Control for Podium and Tower</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689762#M9080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems to me that you are splitting your LOT in tower and podium. If you want your tower on top of your Podium you have to split your podium in podium and tower.&lt;/P&gt;&lt;P&gt;perhaps you can also do this as people make a chimney and use the t operation. Like this&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #600060;"&gt;Lot&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; --&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #600060;"&gt;Podium&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #600060;"&gt;Tower&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #600060;"&gt;Podium&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; --&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #600060;"&gt;color&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;(0,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #600060;"&gt;extrude&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;(10)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #600060;"&gt;Tower&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; --&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #600060;"&gt;color&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;(1,0,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #600060;"&gt;extrude&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #600060;"&gt;s&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;(11,20,11)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #600060;"&gt;t&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;(4,0,4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/347605_tower.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;greetings Peter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Apr 2017 08:33:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689762#M9080</guid>
      <dc:creator>PeterVersteeg</dc:creator>
      <dc:date>2017-04-22T08:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Control for Podium and Tower</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689763#M9081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;How do you add two towers on podium control by tower separation distance?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Dulini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 14:41:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689763#M9081</guid>
      <dc:creator>DuliniRatnayake</dc:creator>
      <dc:date>2017-04-25T14:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Control for Podium and Tower</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689764#M9082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many ways to achieve this. &amp;nbsp;Peter's method is&amp;nbsp;one way, but with this method be careful about calculating floor area values because I think the Tower actually penetrates/overlaps the Podium in this rule&amp;nbsp;and may lead to double counting floor area. &amp;nbsp;If you don't care about floor area calculations, then this method will work for you. &amp;nbsp;If you need floor area calculations to be exact, then you might want to translate the Tower upwards (in the y direction) to the height of the Podium so that it does not overlap the Podium.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, (just to illustrate that there are multiple ways to create similar geometry) another way to create a tower on top of a podium is to create the podium, comp out the roof the podium, use the podium roof as a base to create your tower(s). &amp;nbsp;For example, if you want a tower centered on top of a podium, here's how you could do it.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Lot --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;extrude(podium_height)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Podium
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Podium --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;comp(f) { top: PodiumRoof. Tower | all: PodiumFace. }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Tower --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;extrude(tower_height)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;s(tower_width, '1, tower_width)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;center(xz)
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want two towers centered on top of the podium separated by a distance, here's how you could do it.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Podium --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;comp(f) { top: PodiumRoof. Towers | all: PodiumFace. }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Towers --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;extrude(tower_height)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;s(2*tower_width + towerSeparation_distance, '1, tower_width)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;center(xz)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;split(x) { ~1: Tower.
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | towerSeparation_distance: NIL
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | ~1: Tower. }
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, there are many ways you can create this geometry, and the above code just shows one way. &amp;nbsp;You can also combine translate, scale, and split operations to achieve the same results, and you might want to do this in order to create attribute values for the characteristics that you want to be able to control and change. &amp;nbsp;For example, if you decide that you would rather control the tower position by xz coordinates, you can create attributes for these xz coordinates and then use translate operations to put the tower in the right place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:01:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689764#M9082</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2021-12-12T05:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Control for Podium and Tower</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689765#M9083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to create a rule which has control of adding 0 to 4 tower on a base podium.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/349767_pastedImage_1.png" style="width: 620px; height: 308px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Cheryl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 14:20:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689765#M9083</guid>
      <dc:creator>DuliniRatnayake</dc:creator>
      <dc:date>2017-05-05T14:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Control for Podium and Tower</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689766#M9084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, is this a cga rule that could potentially be shared? &lt;A href="https://community.esri.com/migrated-users/179557"&gt;Dulini Ratnayake&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2019 05:30:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689766#M9084</guid>
      <dc:creator>AndrewTanos</dc:creator>
      <dc:date>2019-04-12T05:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Control for Podium and Tower</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689767#M9085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dulini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your CGA code for Tower and Podium is brilliant. May I get a copy of the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paolo Mazza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 15:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689767#M9085</guid>
      <dc:creator>PaoloMazza1</dc:creator>
      <dc:date>2019-07-10T15:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Control for Podium and Tower</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689768#M9086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I was busy with other projects for a while.&lt;/P&gt;&lt;P&gt;I am very happy to share the cga rule I did sometime back and please share any improvements with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me have your email.&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dulini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Aug 2019 18:27:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-for-podium-and-tower/m-p/689768#M9086</guid>
      <dc:creator>DuliniRatnayake1</dc:creator>
      <dc:date>2019-08-09T18:27:55Z</dc:date>
    </item>
  </channel>
</rss>

