<?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: Lot Setbacks in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/lot-setbacks/m-p/747720#M9831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey there !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're new to CE, first watch my tutorials which you can find here :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/64843-CityEngine-Collection-RESOURCES-FAQ-HELP"&gt;http://forums.arcgis.com/threads/64843-CityEngine-Collection-RESOURCES-FAQ-HELP&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Especially 1,2 and 6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After those, it may get a little clearer how to use setback() and the other operations..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you need more help, ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2012 10:41:54 GMT</pubDate>
    <dc:creator>MatthiasBuehler1</dc:creator>
    <dc:date>2012-12-04T10:41:54Z</dc:date>
    <item>
      <title>Lot Setbacks</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/lot-setbacks/m-p/747719#M9830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create an interactive model where the user can adjust the required setbacks of a lot. I want to create four attributes, front, back, left and right. After multiple trial and error attempts, I am reverting to the forum for help. This is the code I have created thinking it would get me close to my goal. If anyone has any suggestions, I would greatly appreciate the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;attr left = 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;attr right = 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;attr front = 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;attr back = 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@StartRule&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lot --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case shapeType == "LotInner" :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Lot. setback(1) { front : Lot | back : Lot | right : Lot | left : Lot}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; else :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; extrude(height) comp(f) { side :&amp;nbsp; Facade | top(0):&amp;nbsp;&amp;nbsp; Roof }&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 20:13:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/lot-setbacks/m-p/747719#M9830</guid>
      <dc:creator>KatieJanssen</dc:creator>
      <dc:date>2012-12-03T20:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lot Setbacks</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/lot-setbacks/m-p/747720#M9831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey there !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're new to CE, first watch my tutorials which you can find here :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/64843-CityEngine-Collection-RESOURCES-FAQ-HELP"&gt;http://forums.arcgis.com/threads/64843-CityEngine-Collection-RESOURCES-FAQ-HELP&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Especially 1,2 and 6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After those, it may get a little clearer how to use setback() and the other operations..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you need more help, ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 10:41:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/lot-setbacks/m-p/747720#M9831</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2012-12-04T10:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lot Setbacks</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/lot-setbacks/m-p/747721#M9832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;did you find a solution?&lt;/P&gt;&lt;P&gt;I am doing this already for a few days and I cannot solve it.&lt;/P&gt;&lt;P&gt;This where I am.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;####Attributes###&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;attr height = &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;rand(20, 50)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;attr distanceStreet = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&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;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;####Start###&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Lot --&amp;gt; Parcel&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Parcel --&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&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;/P&gt;&lt;P style="margin-bottom: .0001pt;"&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;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&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;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Parking --&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Backside --&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Rightside--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;Leftside--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you help?&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 07:41:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/lot-setbacks/m-p/747721#M9832</guid>
      <dc:creator>PmssS</dc:creator>
      <dc:date>2016-03-01T07:41:35Z</dc:date>
    </item>
  </channel>
</rss>

