<?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: Unequal offset in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334015#M4622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help. The code is doing very well on making all the sides' widths very easy to adjust&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and I can also control the border by changing object.front from NIL to Garten kind of (like in helpfile)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But looking at the code I suspect it is meant to do a lot more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; What is "envelope" meant to do ? It gives a warning there and I supressed it by "dot" but then what is the building volume and all functions doings ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your help till now&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Priyanka&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Apr 2013 01:12:51 GMT</pubDate>
    <dc:creator>PriyankaMehta</dc:creator>
    <dc:date>2013-04-12T01:12:51Z</dc:date>
    <item>
      <title>Unequal offset</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334008#M4615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I am quite new to City Engine CGA rules.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to understand the offset and split rules.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using this simple script from the help file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;attr red&amp;nbsp;&amp;nbsp; = "#FF0000" attr green = "#008000" attr offsetval = -5 attr extrudeval = 20&amp;nbsp;&amp;nbsp; Lot --&amp;gt; offset(offsetval) A&amp;nbsp; A&amp;nbsp;&amp;nbsp; --&amp;gt; comp(f) { inside: I | border: O } I&amp;nbsp;&amp;nbsp; --&amp;gt; color(red) #I --&amp;gt; extrude(extrudeval) O&amp;nbsp;&amp;nbsp; --&amp;gt; color(green)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My original lot shape is a rectangle. Please see attached image.[ATTACH=CONFIG]22866[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically I don't want equal offset on all 4 sides. I want to control the amount of offset on each side and also treat each of that side with a different attribute. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For eg. Front&amp;nbsp; --&amp;gt; color (blue) offset (-4)&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;&amp;nbsp; Back -- &amp;gt; color(red) offset (-1)&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;&amp;nbsp; Left&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp; and so on...&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;&amp;nbsp; Right&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Priyanka&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 02:51:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334008#M4615</guid>
      <dc:creator>PriyankaMehta</dc:creator>
      <dc:date>2013-03-22T02:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal offset</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334009#M4616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check the CGA reference about the ther operations. In your case, check especially setback() and shapeL(), shapeO() and shapeU().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's some example code :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
@Group("Ground Level Setbacks",1)
attr Front_Yard_Depth = 5
@Group("Ground Level Setbacks")
attr Rear_Yard_Depth = 5
@Group("Ground Level Setbacks")
attr Side_Yard_Width = 5

@Group("Buildable Volume",2) @Order(1)
attr Max_Height = 15
@Group("Buildable Volume") @Order(2)
attr Setback_Angle = 60
@Group("Buildable Volume") @Order(3)
attr Front_Baseheight = 10
@Group("Buildable Volume") @Order(4)
attr Rear_Baseheight = Max_Height+0.1
@Group("Buildable Volume") @Order(5)
attr Side_Baseheight = Max_Height+0.1
@Group("Buildable Volume") @Order(6)
attr Color = "#ffff00"

@Group("Options") @Hidden
attr Opacity = 0.5
@Group("Options") @Hidden
attr Show_Shell = true
@Group("Options") @Hidden
attr Floor_Height = 3.7

@Hidden
attr lotArea = 0
@Hidden
attr bldgArea = 0

Lot --&amp;gt;
 case !Show_Shell: NIL else:
&amp;nbsp; set(lotArea,geometry.area())
&amp;nbsp; setback(Front_Yard_Depth) { street.front: NIL | remainder: 
&amp;nbsp;&amp;nbsp; setback(Rear_Yard_Depth) { street.back: NIL | remainder: 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setback(Side_Yard_Width) { street.side: NIL | remainder: 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BuildableArea 
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; }
&amp;nbsp; }
&amp;nbsp; 
BuildableArea --&amp;gt;
 set(bldgArea,geometry.area())
 envelope(Max_Height, Front_Baseheight, Setback_Angle, Rear_Baseheight, Setback_Angle, Side_Baseheight, Setback_Angle)
&amp;nbsp; BuildableVolume
&amp;nbsp; 
BuildableVolume --&amp;gt;
&amp;nbsp; color(Color)
&amp;nbsp; set(material.opacity,Opacity)
&amp;nbsp; report("Lot Area (m2)",lotArea)
&amp;nbsp; report("Max Building Area (m2)",bldgArea)
&amp;nbsp; report("GFA Potential (m2)",geometry.volume/Floor_Height)
&amp;nbsp; report("FAR Potential",geometry.volume/Floor_Height/lotArea)
&amp;nbsp; 
&amp;nbsp; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334009#M4616</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2021-12-11T15:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal offset</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334010#M4617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Thanks for the reply Matthias,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying the sample code that you replied. It gives an error for "no function for street.front" and since I am quite new to CGA, its difficult for me to debug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am checking on setback examples in help contents and they seem useful. Thanks for the guidance. It will be a great help if you can resend me the example code with street.front/back function also included in the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I saw your thread for tutorial helps for city engine. Are there any more tutorials especially CGA rule related that have been updated recently especially with more examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Priyank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 08:42:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334010#M4617</guid>
      <dc:creator>PriyankaMehta</dc:creator>
      <dc:date>2013-03-27T08:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal offset</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334011#M4618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Priyanka !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which version of CityEngine are you using ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Those 'selectors' street.front and so have changed a bit, so I think you may have an older version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To make this work, check your CGA reference (setback) and see which selectors you have available. Code is not missing, just the synatax may have changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know, ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 09:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334011#M4618</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2013-03-27T09:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal offset</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334012#M4619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using CityEngine 2011 and I modified the selectors. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am almost getting what I was expecting although, the code gives warning on envelope saying "undefined rule". How should I handle envelope rule ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Lot --&amp;gt;
 case !Show_Shell: NIL else:
&amp;nbsp; set(lotArea,geometry.area())
&amp;nbsp; setback(Front_Yard_Depth) {object.front: NIL | remainder: 
&amp;nbsp;&amp;nbsp; setback(Rear_Yard_Depth) { object.back: NIL | remainder: 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setback(Side_Yard_Width) { object.left: NIL | remainder:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #setback (Right_Yard_Width) {object.right:NIL | remainder:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BuildableArea 
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; }
&amp;nbsp; }

&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Priyanka&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:49:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334012#M4619</guid>
      <dc:creator>PriyankaMehta</dc:creator>
      <dc:date>2021-12-11T15:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal offset</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334013#M4620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A yellow warning is just a notification. Then you can generate a model. If you have a red error, you can not generate the model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2 such warnings exist :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1] undefined rule&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2] unused rule&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example for 1]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Lot --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppress this warning with a dot (.) :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Lot --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; A.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dots also stop from further execution, so by using a dot, you can stop CGA at any point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example for 2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Lot --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; A.

B --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; C.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's say you have the rule assigned to a shape with Start Rule 'Lot'. B is nowhere calles, so it's unused.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;M.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:49:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334013#M4620</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2021-12-11T15:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal offset</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334014#M4621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply Matt.&amp;nbsp; I&amp;nbsp; havent had the time to check it but I think I got it and will be able to get it going.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Priyanka&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 07:21:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334014#M4621</guid>
      <dc:creator>PriyankaMehta</dc:creator>
      <dc:date>2013-04-10T07:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal offset</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334015#M4622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help. The code is doing very well on making all the sides' widths very easy to adjust&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and I can also control the border by changing object.front from NIL to Garten kind of (like in helpfile)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But looking at the code I suspect it is meant to do a lot more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; What is "envelope" meant to do ? It gives a warning there and I supressed it by "dot" but then what is the building volume and all functions doings ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your help till now&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Priyanka&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 01:12:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334015#M4622</guid>
      <dc:creator>PriyankaMehta</dc:creator>
      <dc:date>2013-04-12T01:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal offset</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334016#M4623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help. The code is doing very well on making all the sides' widths very easy to adjust&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and I can also control the border by changing object.front from NIL to Garten kind of thing(like in helpfile)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But looking at the code I suspect it is meant to do a lot more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is "envelope" meant to do ? It gives a warning there and I supressed it by "dot".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I suspect that its because of the envelope function that I am not being able to see what is building volume and building area &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;function doing&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your help till now&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Priyanka&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 04:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334016#M4623</guid>
      <dc:creator>PriyankaMehta</dc:creator>
      <dc:date>2013-04-12T04:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unequal offset</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334017#M4624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check this video, it shows the envelope CGA operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The rule used in the vid is exactly what you're working on ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://video.arcgis.com/watch/1760/3d-land-use-zoning"&gt;http://video.arcgis.com/watch/1760/3d-land-use-zoning&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if this helps !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 11:58:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/unequal-offset/m-p/334017#M4624</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2013-04-12T11:58:02Z</dc:date>
    </item>
  </channel>
</rss>

