<?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 Balcony placement and turn on/off attribute in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/balcony-placement-and-turn-on-off-attribute/m-p/282202#M3883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have two simple cga questions.&lt;/P&gt;&lt;P&gt;how i can place more balconies directly under the 1floor windows and add a enabled/diabled attribute for them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="414211" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/414211_01.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Jul 2018 13:36:04 GMT</pubDate>
    <dc:creator>DarioCvitkusic</dc:creator>
    <dc:date>2018-07-15T13:36:04Z</dc:date>
    <item>
      <title>Balcony placement and turn on/off attribute</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/balcony-placement-and-turn-on-off-attribute/m-p/282202#M3883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have two simple cga questions.&lt;/P&gt;&lt;P&gt;how i can place more balconies directly under the 1floor windows and add a enabled/diabled attribute for them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="414211" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/414211_01.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2018 13:36:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/balcony-placement-and-turn-on-off-attribute/m-p/282202#M3883</guid>
      <dc:creator>DarioCvitkusic</dc:creator>
      <dc:date>2018-07-15T13:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Balcony placement and turn on/off attribute</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/balcony-placement-and-turn-on-off-attribute/m-p/282203#M3884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You add a reference to a balcony rule in the same&amp;nbsp;bit that references the window generation and use a case to control its generation, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;attr BalconyEnabled &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; true

Lot &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; Window
&amp;nbsp;&amp;nbsp; Balcony

Window &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;

Balcony &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; case BalconyEnabled &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; true&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; RuleForBalconyCreation
&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; NIL‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

RuleForBalconyCreation &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&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;/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:40:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/balcony-placement-and-turn-on-off-attribute/m-p/282203#M3884</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2021-12-11T13:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Balcony placement and turn on/off attribute</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/balcony-placement-and-turn-on-off-attribute/m-p/282204#M3885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, for the balcony the switch works fine but fot the details such as the red top ornament it wont. it just disapeared with this rule..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attr OrnamentTopEnabled = true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WindowOrnamentTop --&amp;gt;&lt;BR /&gt;case OrnamentTopEnabled == true: WindowOrnamentTop&lt;/P&gt;&lt;P&gt;s('1.2, 0.4, 0.3) center(x) &lt;BR /&gt;i(ornament1) &lt;BR /&gt;color("#ff0000")&lt;/P&gt;&lt;P&gt;else: NIL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 17:17:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/balcony-placement-and-turn-on-off-attribute/m-p/282204#M3885</guid>
      <dc:creator>DarioCvitkusic</dc:creator>
      <dc:date>2018-07-17T17:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Balcony placement and turn on/off attribute</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/balcony-placement-and-turn-on-off-attribute/m-p/282205#M3886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That rule calls itself when the case is true,&amp;nbsp;infinitely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 08:39:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/balcony-placement-and-turn-on-off-attribute/m-p/282205#M3886</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2018-07-18T08:39:57Z</dc:date>
    </item>
  </channel>
</rss>

