<?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 How can I perform Floor Level Planning? in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-perform-floor-level-planning/m-p/602309#M8086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please tell if it is possible to subdivide building floors into different areas(like making different number of rooms and rooms can be of&amp;nbsp;different dimensions, on each floor)?I have the requirement to perform such action on large number of buildings and each building has more than 3 floors.&lt;/P&gt;&lt;P&gt;Please help!!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2017 11:26:10 GMT</pubDate>
    <dc:creator>mansimittal1</dc:creator>
    <dc:date>2017-05-22T11:26:10Z</dc:date>
    <item>
      <title>How can I perform Floor Level Planning?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-perform-floor-level-planning/m-p/602309#M8086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please tell if it is possible to subdivide building floors into different areas(like making different number of rooms and rooms can be of&amp;nbsp;different dimensions, on each floor)?I have the requirement to perform such action on large number of buildings and each building has more than 3 floors.&lt;/P&gt;&lt;P&gt;Please help!!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 11:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-perform-floor-level-planning/m-p/602309#M8086</guid>
      <dc:creator>mansimittal1</dc:creator>
      <dc:date>2017-05-22T11:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I perform Floor Level Planning?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-perform-floor-level-planning/m-p/602310#M8087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/Dan_Patterson"&gt;Dan_Patterson&lt;/A&gt;‌ &amp;nbsp;Sir, Can you help me regarding this question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 12:20:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-perform-floor-level-planning/m-p/602310#M8087</guid>
      <dc:creator>mansimittal1</dc:creator>
      <dc:date>2017-05-23T12:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I perform Floor Level Planning?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-perform-floor-level-planning/m-p/602311#M8088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is possible to split floors into rooms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just like you divide a mass into floors using a split in the y direction, you can divide a floor into rooms using splits in the x and z directions. &amp;nbsp;With these splits, you can specify dimensions in the x and z directions.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_split.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_split.html"&gt;split Operation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to divide the floors into spaces with equal areas or into spaces with defined areas (i.e. one room with 70% of the area and another with 30% of the area), then you can use the splitArea() function.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_splitArea.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_splitArea.html"&gt;splitArea Operation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a 2D footprint of the floor (instead of 3D - from 3D just use a comp to get the bottom 2D face), shapeO, shapeL, and shapeU, offset, setback, and innerRectangle operations may also be useful. &amp;nbsp;These can help you divide the space into spaces with a particular shape.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_shapeLUO.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_shapeLUO.html"&gt;shapeL, shapeU, shapeO operations&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_offset.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_offset.html"&gt;offset Operation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" 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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_innerRectangle.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_innerRectangle.html"&gt;innerRectangle Operation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 15:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-perform-floor-level-planning/m-p/602311#M8088</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2017-05-23T15:55:51Z</dc:date>
    </item>
  </channel>
</rss>

