<?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: Modelling buildings based on Building Coverage Ratio (BCR) and FAR values in CE in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/modelling-buildings-based-on-building-coverage/m-p/208010#M2734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the link @Abhishek, I am familiar with that tutorial and it has helped me to write my rule to extrude my buildings based on FAR.&amp;nbsp; But like I mentioned in my thread, my main issue here is &lt;EM&gt;restricting the &lt;STRONG&gt;Building Coverage Area&lt;/STRONG&gt;&lt;/EM&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I want my footprint area to cover only 50% of the whole parcel and then extrude my building from that footprint. Hope I was able to explain what I want to do (:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2017 07:15:37 GMT</pubDate>
    <dc:creator>JafarNajafli</dc:creator>
    <dc:date>2017-12-12T07:15:37Z</dc:date>
    <item>
      <title>Modelling buildings based on Building Coverage Ratio (BCR) and FAR values in CE</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/modelling-buildings-based-on-building-coverage/m-p/208008#M2732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm aware that similar questions have been asked before but none of the solutions have worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I have to model my buildings based on the target&amp;nbsp;Building Coverage Ratio, Setback Distances and FAR values given by the client. To do this I start with defining my setback distances which leaves me the&amp;nbsp;&lt;EM&gt;footprint&lt;/EM&gt; area. After this point I was able to figure out how to extrude my buildings based on FAR values although I cannot find a way of how to restrict the footprint area to a certain percentage of the&amp;nbsp;parcel and also interconnect both the BCR and FAR values.&lt;/P&gt;&lt;P&gt;I attached a screenshot too that can be helpful to understand what I want to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any input will be appreciated (:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #222222; background-color: #ffffff; border-left: 1px solid #cccccc; font-size: 12.8px; margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"&gt;&lt;SPAN style="color: #999999; font-family: monospace, monospace;"&gt;/**&lt;BR /&gt;&amp;nbsp;* File:&amp;nbsp; &amp;nbsp; rule1.cga&lt;BR /&gt;&amp;nbsp;* Created: 30 Oct 2017 11:36:07 GMT&lt;BR /&gt;&amp;nbsp;* Author:&amp;nbsp; Jafar Najafli&lt;BR /&gt;&amp;nbsp;*/&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #222222; background-color: #ffffff; border-left: 1px solid #cccccc; font-size: 12.8px; margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"&gt;&lt;SPAN style="color: #999999; font-family: monospace, monospace;"&gt;@StartRule&lt;BR /&gt;&lt;BR /&gt;attr Layer="PL_KONUT"&lt;BR /&gt;attr frontSetback = 3.5&lt;BR /&gt;attr backSetback = 3&lt;BR /&gt;attr sideSetback = 3&lt;BR /&gt;attr floorheight= 3&lt;BR /&gt;const parcelarea = geometry.area()&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #222222; background-color: #ffffff; border-left: 1px solid #cccccc; font-size: 12.8px; margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"&gt;&lt;SPAN style="color: #999999; font-family: monospace, monospace;"&gt;&lt;BR /&gt;attr&amp;nbsp;FAR = 1&lt;BR /&gt;attr&amp;nbsp;BCR = 0.2&lt;BR /&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #222222; background-color: #ffffff; border-left: 1px solid #cccccc; font-size: 12.8px; margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #222222; background-color: #ffffff; border-left: 1px solid #cccccc; font-size: 12.8px; margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"&gt;&lt;SPAN style="color: #999999; font-family: monospace, monospace;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #222222; background-color: #ffffff; border-left: 1px solid #cccccc; font-size: 12.8px; margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"&gt;&lt;SPAN style="color: #999999; font-family: monospace, monospace;"&gt;Parcel--&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;case parcelarea &amp;gt; 1000:&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;NIL&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;else:&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;setback(frontSetback) {street.front: NIL | remainder :&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;setback (backSetback) {street.back: NIL | remainder:&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;setback (sideSetback) {street.side: NIL | remainder: footprint&lt;BR /&gt;&lt;SPAN&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;}&lt;BR /&gt;&lt;SPAN&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;}&lt;BR /&gt;&lt;SPAN&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;}&lt;BR /&gt;&lt;SPAN&gt; &lt;BR /&gt;&lt;/SPAN&gt;footprint--&amp;gt;&lt;BR /&gt;extrude(world.up.flatTop, floorheight*(parcelarea/geometry.area()*FAR)) Building &lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #222222; background-color: #ffffff; border-left: 1px solid #cccccc; font-size: 12.8px; margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"&gt;&lt;SPAN style="color: #999999; font-family: monospace, monospace;"&gt;report ("Height",&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A data-saferedirecturl="https://www.google.com/url?hl=de&amp;amp;q=http://scope.sy&amp;amp;source=gmail&amp;amp;ust=1512462303413000&amp;amp;usg=AFQjCNEAEmWgBzQPqzFurqEszaqA7BdZPA" href="http://scope.sy/" style="color: #1155cc;" target="_blank"&gt;scope.sy&lt;/A&gt;)&lt;BR /&gt;&lt;SPAN&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;Building --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;report ("floorarea", geometry.area(bottom))&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;report ("FAR", geometry.area()/parcelarea)&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;report ("BCR", geometry.area(bottom) / parcelarea)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;## this reports an accurate calculation of building coverage ratio, although it does not work as a modeling function&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;split(y){floorheight:zemin|{floorheight:arakat}*|floorheight:catikat}&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;comp(f){side:cephe}&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 08:42:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/modelling-buildings-based-on-building-coverage/m-p/208008#M2732</guid>
      <dc:creator>JafarNajafli</dc:creator>
      <dc:date>2017-12-04T08:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling buildings based on Building Coverage Ratio (BCR) and FAR values in CE</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/modelling-buildings-based-on-building-coverage/m-p/208009#M2733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.youtube.com/watch?v=gnefAyqUQVE" title="https://www.youtube.com/watch?v=gnefAyqUQVE"&gt;GFA &amp;amp; FAR Calculations with CityEngine - YouTube&lt;/A&gt;, I hope this tutorial will help you to figure out FAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 07:15:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/modelling-buildings-based-on-building-coverage/m-p/208009#M2733</guid>
      <dc:creator>AbhishekSobbana1</dc:creator>
      <dc:date>2017-12-11T07:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling buildings based on Building Coverage Ratio (BCR) and FAR values in CE</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/modelling-buildings-based-on-building-coverage/m-p/208010#M2734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the link @Abhishek, I am familiar with that tutorial and it has helped me to write my rule to extrude my buildings based on FAR.&amp;nbsp; But like I mentioned in my thread, my main issue here is &lt;EM&gt;restricting the &lt;STRONG&gt;Building Coverage Area&lt;/STRONG&gt;&lt;/EM&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I want my footprint area to cover only 50% of the whole parcel and then extrude my building from that footprint. Hope I was able to explain what I want to do (:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 07:15:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/modelling-buildings-based-on-building-coverage/m-p/208010#M2734</guid>
      <dc:creator>JafarNajafli</dc:creator>
      <dc:date>2017-12-12T07:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling buildings based on Building Coverage Ratio (BCR) and FAR values in CE</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/modelling-buildings-based-on-building-coverage/m-p/208011#M2735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My&amp;nbsp;best guess is, you can try SplitArea function, lets say BCA is 0.5 (50% of ground cover)&lt;/P&gt;&lt;P&gt;splitArea(x) {(geometry.area*(1-BCA)) : GreenSpace | ~1 : Extrude_Building}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 09:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/modelling-buildings-based-on-building-coverage/m-p/208011#M2735</guid>
      <dc:creator>AbhishekSobbana1</dc:creator>
      <dc:date>2017-12-12T09:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling buildings based on Building Coverage Ratio (BCR) and FAR values in CE</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/modelling-buildings-based-on-building-coverage/m-p/1012382#M10077</link>
      <description>&lt;P&gt;Hi Jafar,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you find a solution for your problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a similar project which I want to show possible 3D building with given FAR, BCR and setbacks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, is it possible to share it.&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Dec 2020 12:57:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/modelling-buildings-based-on-building-coverage/m-p/1012382#M10077</guid>
      <dc:creator>AzemKURU</dc:creator>
      <dc:date>2020-12-27T12:57:51Z</dc:date>
    </item>
  </channel>
</rss>

