<?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: Control of lot/building orientation in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514889#M6967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: lialia&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hi matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx for reply and I understand the complex "scope" a little more. But, I'm not quite sure if I get the points 'cause my problem hasn't been solved. I tried your suggestion but it's not ok for my objective (figure 1). And some different cases occur when directions(real world) of the longest edges are different from others, just as shown in figure 2, the circle part.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below I attached my text and images which would make that clear. Also I wonder if the mechanism of Cityengine's defining scopes of shapes can align my grey parts of buildings to the red line(shown in figure 2),as shown in figure 3 which is what I want but achieved by several CGA rules slightly changed by rotate degrees (for different locations of lots within a block lead to different front,back...,which are relative to the real world orientations). If there exist solutions? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Lot --&amp;gt; 
alignScopeToGeometry(yUp, any, world.lowest) sublot 
sublot--&amp;gt;setback(10) { all : setbacks | remainder : footprint }
setbacks --&amp;gt; color("#808080")
footprint --&amp;gt; split(z) { 12 : mass |\1: wing |20: mass2 } 
wing --&amp;gt; split(x) { 12 : mass |\1: inner }
mass --&amp;gt; extrude(world.y, 24) Shape
mass2 --&amp;gt; extrude(world.y, 50) grey
grey --&amp;gt; color("#E0E0E0")&amp;nbsp; 
inner --&amp;gt; color("#CAF497") &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33713[/ATTACH][ATTACH=CONFIG]33714[/ATTACH][ATTACH=CONFIG]33715[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 22:30:04 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-12-11T22:30:04Z</dc:date>
    <item>
      <title>Control of lot/building orientation</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514887#M6965</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;I've got a question about orientation, maybe it's a simple one but I need help badly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I briefly understand the concept of "scope". However, the lots divided by the tool of "block parameter" have different directions of FirstEdge, when I want all the wider wings exactly seated the rear of each lot, no matter how the block is divided, and no matter how the proportion of scope.sx and scope.sz of the lot is, I just cannot control that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The image is shown below(left: nothing to do with scope, right: add "alignScopeToGeometry(yUp, any, world.lowest)rotateScope(0,90, 0)" and a little close to objective, apparently)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33697[/ATTACH][ATTACH=CONFIG]33698[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again I need types of buildings in each lot are the same,&amp;nbsp; directions of open side of U-shape, wider wing, thinner wing and the connection, always the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 07:03:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514887#M6965</guid>
      <dc:creator>tealli</dc:creator>
      <dc:date>2014-05-09T07:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Control of lot/building orientation</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514888#M6966</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;then you did not understand the scope. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The FirstEdge DEFINES the orientation of the scope (x axis). 'Front' 'back', .. are all terms relative to the scope.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the FirstEdge DEFINES 'front', 'back', ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alignScopeToGeometry(yUp, any, longest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that you can either rotate the scope by 90 degrees ( as you did ) .. or just split differently in x/z.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ok ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 07:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514888#M6966</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-05-09T07:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Control of lot/building orientation</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514889#M6967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: lialia&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hi matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx for reply and I understand the complex "scope" a little more. But, I'm not quite sure if I get the points 'cause my problem hasn't been solved. I tried your suggestion but it's not ok for my objective (figure 1). And some different cases occur when directions(real world) of the longest edges are different from others, just as shown in figure 2, the circle part.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below I attached my text and images which would make that clear. Also I wonder if the mechanism of Cityengine's defining scopes of shapes can align my grey parts of buildings to the red line(shown in figure 2),as shown in figure 3 which is what I want but achieved by several CGA rules slightly changed by rotate degrees (for different locations of lots within a block lead to different front,back...,which are relative to the real world orientations). If there exist solutions? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Lot --&amp;gt; 
alignScopeToGeometry(yUp, any, world.lowest) sublot 
sublot--&amp;gt;setback(10) { all : setbacks | remainder : footprint }
setbacks --&amp;gt; color("#808080")
footprint --&amp;gt; split(z) { 12 : mass |\1: wing |20: mass2 } 
wing --&amp;gt; split(x) { 12 : mass |\1: inner }
mass --&amp;gt; extrude(world.y, 24) Shape
mass2 --&amp;gt; extrude(world.y, 50) grey
grey --&amp;gt; color("#E0E0E0")&amp;nbsp; 
inner --&amp;gt; color("#CAF497") &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33713[/ATTACH][ATTACH=CONFIG]33714[/ATTACH][ATTACH=CONFIG]33715[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:30:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514889#M6967</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T22:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Control of lot/building orientation</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514890#M6968</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;you still use&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;alignScopeToGeometry(yUp, any, world.lowest)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as posted before, try and use&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;alignScopeToGeometry(yUp, any, &lt;STRONG&gt;longest&lt;/STRONG&gt;)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;does this work ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 11:49:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514890#M6968</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-05-14T11:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Control of lot/building orientation</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514891#M6969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: lialia&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;awfully sorry, that not work.:( both "lowest" and "longest" show the similar patterns, and also the problems as i mentioned in my last thread. So I think it may need something special? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;figure left :lowest, right:longest, you can see the differences, but still not point to the problem.:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33828[/ATTACH][ATTACH=CONFIG]33829[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 04:27:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514891#M6969</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-05-15T04:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Control of lot/building orientation</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514892#M6970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sorry, I don't seem to follow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you make a very clear text of the rules of what part should be aligned where ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you say the 'grey part' must be aligned to the 'red line'. but all parts are grey ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;maybe use colors for each building wing .. and tell me how the red line is actually defined... ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sry .. matt .. &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>Thu, 15 May 2014 15:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514892#M6970</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-05-15T15:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Control of lot/building orientation</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514893#M6971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: lialia&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ok,matt. well, let's do it all again. thx for your patient.:o&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'll show you 4 figures, and you can see my way of thinking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i define three wings different colors(blue, magenta and orange) and different height(50,24,12), street setbacks light grey and inner block light green.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;figure 1: nothing to do with the "scope", so all directions of the opening which i don't expect at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33855[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Lot --&amp;gt; sublot 
sublot--&amp;gt;setback(10) { all : setbacks | remainder : footprint }
setbacks --&amp;gt; color("#C0C0C0")
footprint --&amp;gt; split(z) { 12 : mass |\1: midpart |20: mass2 } 
midpart --&amp;gt; split(x) { 12 : mass3 |\1: inner }
mass --&amp;gt; extrude(world.y, 24) mass1color 
mass2 --&amp;gt; extrude(world.y, 50) mass2color
mass1color --&amp;gt; color("#FF8000")
mass3 --&amp;gt; extrude(world.y, 12) mass3color
mass2color --&amp;gt; color("#0000FF") 
mass3color --&amp;gt; color("#FF0080") 
inner --&amp;gt; color("#CAF497")&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then figure 2, alignScopeToGeometry(yUp, any, world.lowset) which a big step in my right direction but not perfect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33856[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Lot --&amp;gt; 
alignScopeToGeometry(yUp, any, world.lowset) sublot 
sublot--&amp;gt;setback(10) { all : setbacks | remainder : footprint }
setbacks --&amp;gt; color("#C0C0C0")
footprint --&amp;gt; split(z) { 12 : mass |\1: midpart |20: mass2 } 
midpart --&amp;gt; split(x) { 12 : mass3 |\1: inner }
mass --&amp;gt; extrude(world.y, 24) mass1color 
mass2 --&amp;gt; extrude(world.y, 50) mass2color
mass1color --&amp;gt; color("#FF8000")
mass3 --&amp;gt; extrude(world.y, 12) mass3color
mass2color --&amp;gt; color("#0000FF") 
mass3color --&amp;gt; color("#FF0080") 
inner --&amp;gt; color("#CAF497")&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and figure 3 , as your suggestion, alignScopeToGeometry(yUp, any, longest), and the 3d image. it looks like the&amp;nbsp; "lowest" one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33857[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Lot --&amp;gt; .
alignScopeToGeometry(yUp, any, longest) sublot 
sublot--&amp;gt;setback(10) { all : setbacks | remainder : footprint }
setbacks --&amp;gt; color("#C0C0C0")
footprint --&amp;gt; split(z) { 12 : mass |\1: midpart |20: mass2 } 
midpart --&amp;gt; split(x) { 12 : mass3 |\1: inner }
mass --&amp;gt; extrude(world.y, 24) mass1color 
mass2 --&amp;gt; extrude(world.y, 50) mass2color
mass1color --&amp;gt; color("#FF8000")
mass3 --&amp;gt; extrude(world.y, 12) mass3color
mass2color --&amp;gt; color("#0000FF") 
mass3color --&amp;gt; color("#FF0080") 
inner --&amp;gt; color("#CAF497")&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;last, figure 4 illustrates my target pattern. the red line is defined as the rear of each lot or the same direction(i cannot define that in cityengine so i draw the red lines in photoshop...). I want all the blue wings of building align to the red lines, just as the right figure(achieved by several rules slightly changed by degrees of rotatescope).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33858[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A long thread and hope to make that clear. thanku:)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;sorry, I don't seem to follow.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can you make a very clear text of the rules of what part should be aligned where ?&lt;BR /&gt;&lt;BR /&gt;you say the 'grey part' must be aligned to the 'red line'. but all parts are grey ..&lt;BR /&gt;&lt;BR /&gt;maybe use colors for each building wing .. and tell me how the red line is actually defined... ok ?&lt;BR /&gt;&lt;BR /&gt;sry .. matt .. &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:30:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514893#M6971</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T22:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Control of lot/building orientation</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514894#M6972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;like so ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33863[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;attr streetSetbackDistance&amp;nbsp;&amp;nbsp; = 5&amp;nbsp; attr wing_1_width&amp;nbsp;&amp;nbsp;&amp;nbsp; = 50 attr wing_2_width&amp;nbsp;&amp;nbsp;&amp;nbsp; = 24 attr wing_3_width&amp;nbsp;&amp;nbsp;&amp;nbsp; = 12&amp;nbsp; @StartRule Lot --&amp;gt;&amp;nbsp; StreetSetbacks&amp;nbsp;&amp;nbsp; StreetSetbacks --&amp;gt;&amp;nbsp; setback(streetSetbackDistance) { all : ParcelBorder | remainder : ParcelInner }&amp;nbsp;&amp;nbsp; ParcelInner --&amp;gt;&amp;nbsp; alignScopeToAxes()&amp;nbsp; # align to grid ( north, south, west, east )&amp;nbsp; setback(wing_1_width) { back : Wing1 | remainder : # setback relative to now oriented scope. namely, back, front, right. &amp;nbsp; setback(wing_2_width) { front : Wing2 | remainder :&amp;nbsp; &amp;nbsp;&amp;nbsp; setback(wing_3_width) { right : Wing3 | remainder : Yard &amp;nbsp;&amp;nbsp; } &amp;nbsp; }&amp;nbsp;&amp;nbsp; }&amp;nbsp; ParcelBorder --&amp;gt;&amp;nbsp; color(.7,.7,.7)&amp;nbsp;&amp;nbsp; Wing1 --&amp;gt;&amp;nbsp; color(.2,.2,.9)&amp;nbsp;&amp;nbsp; Wing2 --&amp;gt;&amp;nbsp; color(.9,.6,.2)&amp;nbsp; Wing3 --&amp;gt;&amp;nbsp; color(.9,.2,.2)&amp;nbsp; Yard --&amp;gt;&amp;nbsp; color(.7,.9,.7)&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 08:24:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514894#M6972</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-05-16T08:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Control of lot/building orientation</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514895#M6973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: lialia&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes! it works! thank you matt. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; that is exactly what i want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, maybe another question arises, that is how I fully study cityengine. I just learn it from the tutorials and forum which is just small part of the whole things I think. And I cannot solve some problems like the above one by myself. So would you give some good suggestions or tell me how you know the answers? thank you again.:o&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 May 2014 06:24:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514895#M6973</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-05-18T06:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Control of lot/building orientation</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514896#M6974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;well, we're all learning in life.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm here to help, so: sure I'll try to help in future.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How I know this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, I work here in the CityEngine development team since 2009, about 4.5 years now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 14:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/control-of-lot-building-orientation/m-p/514896#M6974</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-05-19T14:16:26Z</dc:date>
    </item>
  </channel>
</rss>

