<?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: block with one building in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503183#M6819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the answer!!! well more or less&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lot--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setback (9) {street.front : NIL | remainder : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setback (3.9) {street.back: NIL | remainder:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setback (4.46) {street.side: NIL | remainder:&lt;/P&gt;&lt;P&gt;&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; Grow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Grow--&amp;gt;&lt;/P&gt;&lt;P&gt;extrude(rand(6,8))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2016 08:29:13 GMT</pubDate>
    <dc:creator>PmssS</dc:creator>
    <dc:date>2016-03-01T08:29:13Z</dc:date>
    <item>
      <title>block with one building</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503177#M6813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the goal in the end is to replicate the lot in several areas to estimate the number of accommodation buildings and consequently the number of people that can stay in this places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several measures for the typical block, such as: the road width, the parking between the road and the front of building, the building width and length, and the distance between the lot limit and building in both sides and back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The examples that I have seen divide the block in parcels in a random way. I prefer with those measures, is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if so could I run some report that projects the number of people that could stay if those buildings are built?&lt;/P&gt;&lt;P&gt;I start to write this rule file.... but I am novice, and maybe this is not the path for what I want... any suggestion is welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Start Rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Block--&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Building&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outer--&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extrude(0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; comp(f) {front : Bld_front | back : Bld_back | left : Bld_sides | right : Bld_sides | top : roof}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sides--&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Offset (-6.5) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bld_front--&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Offset (-11.6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bld_back&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; offset (-4.3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Building&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:31:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503177#M6813</guid>
      <dc:creator>PmssS</dc:creator>
      <dc:date>2016-02-12T11:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: block with one building</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503178#M6814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To turn off the automatic block partitioning, select the block, and in the Inspector under Shape Parameters -&amp;gt; Block Parameters, set type to "No Subdivision".&amp;nbsp; Now, you can write a rule for custom partitioning of the block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use setback() to create a building with a parking lot in front of it and space on the sides or back of the parcel.&amp;nbsp; See the section called "Adapt the parcel with setbacks" in this tutorial:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-8-mass-modeling.htm" title="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-8-mass-modeling.htm"&gt;Tutorial 8: Mass modeling—CityEngine Tutorials | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that if you only have one building on a full block (where the block is surrounded by streets), all sides will qualify as "street.front".&amp;nbsp; In this case, you'll probably want to use a different selector such as "front".&amp;nbsp; See the help page for setback() for more details on what selectors are available:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_setback.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_setback.html"&gt;setback Operation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503178#M6814</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2016-02-15T11:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: block with one building</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503179#M6815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Could you tell me if after building it I can use the report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 12:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503179#M6815</guid>
      <dc:creator>PmssS</dc:creator>
      <dc:date>2016-02-15T12:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: block with one building</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503180#M6816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, reports would be great for this task!&amp;nbsp; Check out this tutorial for how to use reports:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-11-reporting.htm" title="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-11-reporting.htm"&gt;Tutorial 11: Reporting—CityEngine Tutorials | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, dashboards would be a great way to visualize your reports:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/manual/dashboard/dashboard.html?resultof=%22%64%61%73%68%62%6f%61%72%64%22%20" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/manual/dashboard/dashboard.html?resultof=%22%64%61%73%68%62%6f%61%72%64%22%20"&gt;Dashboards&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 13:46:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503180#M6816</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2016-02-15T13:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: block with one building</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503181#M6817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on the use of the setback. but it seems impossible to define different distances for the four sides of a Lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what am I doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 15:06:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503181#M6817</guid>
      <dc:creator>PmssS</dc:creator>
      <dc:date>2016-02-19T15:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: block with one building</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503182#M6818</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 been trying for a while with the resources available in CE help.&lt;/P&gt;&lt;P&gt;I got to a point that there is no error on the rule file... but nothing happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in copy i put my rule (notepad) it seems I can't copy the rule file here without strange behavior of the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;####Attributes###&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;attr height = &lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;rand(20, 50)&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt; &lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;attr distanceStreet = 0&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt; &lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;####Start###&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Lot --&amp;gt; Parcel&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt; &lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Parcel --&amp;gt; &lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; setback(distanceStreet)&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { street.front: Parking | street.back : Backside | street.right : Rightside | street.left : Leftside | remainder: Footprint }&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt; &lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Footprint --&amp;gt; extrude(height)&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt; &lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Parking --&amp;gt; &lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; offset (8)&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Backside --&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; offset (3.9)&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Rightside--&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; offset (5)&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Leftside--&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Offset (4.46)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;any suggestion would be great!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;Pedro&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:04:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503182#M6818</guid>
      <dc:creator>PmssS</dc:creator>
      <dc:date>2021-12-11T22:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: block with one building</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503183#M6819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the answer!!! well more or less&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lot--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setback (9) {street.front : NIL | remainder : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setback (3.9) {street.back: NIL | remainder:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setback (4.46) {street.side: NIL | remainder:&lt;/P&gt;&lt;P&gt;&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; Grow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Grow--&amp;gt;&lt;/P&gt;&lt;P&gt;extrude(rand(6,8))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 08:29:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/block-with-one-building/m-p/503183#M6819</guid>
      <dc:creator>PmssS</dc:creator>
      <dc:date>2016-03-01T08:29:13Z</dc:date>
    </item>
  </channel>
</rss>

