<?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: Align buildings to streets in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509373#M6885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;looking good ! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2014 11:18:47 GMT</pubDate>
    <dc:creator>MatthiasBuehler1</dc:creator>
    <dc:date>2014-04-24T11:18:47Z</dc:date>
    <item>
      <title>Align buildings to streets</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509365#M6877</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;I'm very new to CityEngine, and I'm trying to write a CGA rule to create a basic house with a detached garage at the rear of the property.&amp;nbsp; I'm using real world lot and street network data which has been imported (separately) into CE.&amp;nbsp; Due to this, the lots don't naturally recognize the nearby streets. This is an issue as I would like the houses to be setback from the street, with the garage at the rear of the lot.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently my rule file looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;version "2010.3"&amp;nbsp; attr height = 10 attr blue = "#0066ff" attr angle = rand(35,45)&amp;nbsp; Lot--&amp;gt; &amp;nbsp;&amp;nbsp; setback(10) { street.front : NIL | street.back: Backyard | remainder : Building }&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;&amp;nbsp;&amp;nbsp; Building --&amp;gt;&amp;nbsp; s(10,height,10)&amp;nbsp; center(x)&amp;nbsp; extrude(height) comp(f) { side :&amp;nbsp; Facade | top(0):&amp;nbsp; Roof } &amp;nbsp;&amp;nbsp; Backyard --&amp;gt;&amp;nbsp; setback(2) { street.back: NIL | remainder : Garage } &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Garage --&amp;gt; &amp;nbsp; s(5,5,5) &amp;nbsp; center(x) &amp;nbsp; extrude(5) comp(f) { side :&amp;nbsp; Facade | top(0):&amp;nbsp; Roof } &amp;nbsp;&amp;nbsp;&amp;nbsp; Facade --&amp;gt;&amp;nbsp; color(blue)&amp;nbsp; Roof --&amp;gt; roofHip(angle) color(blue)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I discovered I am able to select and manually set one lot edge as the Street Front (shapes &amp;gt; Set Street Edges) and this mostly solves the problem. This is less than ideal when trying to apply a script to an entire city though!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wondering if someone could provide me with some tips on a more efficient way of achieving my goal?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached are images of what my code produces, as well as what I'm aiming for (although fancy facades are not a priority).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 22:53:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509365#M6877</guid>
      <dc:creator>ChrisRybski</dc:creator>
      <dc:date>2014-03-12T22:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Align buildings to streets</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509366#M6878</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;There's a tool for this in CE2013. Shape Menu: Compute First/Street Edges. ( But you need street data ( graph segments ) for this to work, of course ). Otherwise, you need to set them manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok ?&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, 17 Mar 2014 15:16:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509366#M6878</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-03-17T15:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Align buildings to streets</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509367#M6879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That seems to have done the trick! I didn't realize it was necessary to select the streets layer as well, as I was just trying to calculate the first edge with the Lots alone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 20:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509367#M6879</guid>
      <dc:creator>ChrisRybski</dc:creator>
      <dc:date>2014-03-20T20:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Align buildings to streets</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509368#M6880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matthias,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to set an option to allow the user to flip the buildings to generate based on the back edge of the Lot (so the 'house" is generated facing the rear of the property).&amp;nbsp; Could you please help me out with how to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 18:00:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509368#M6880</guid>
      <dc:creator>ChrisRybski</dc:creator>
      <dc:date>2014-04-03T18:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Align buildings to streets</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509369#M6881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you mean some sort of switch that places the building either in front or the back of the lot ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that you can do with a split() in CGA. just make 2 cases and in each case, write the split differently..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 08:06:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509369#M6881</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-04-08T08:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Align buildings to streets</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509370#M6882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matthias, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp; I don't want to simply switch the position of the two building, but rather reverse the orientation completely so that the rear of the lot is treating as the First Edge (but only if the user designates it, so I suppose this means it has to be an attribute).&amp;nbsp; I'm going to try using a pair of Cases to see if that works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 16:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509370#M6882</guid>
      <dc:creator>ChrisRybski</dc:creator>
      <dc:date>2014-04-09T16:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Align buildings to streets</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509371#M6883</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;Maybe do a little graphic so I get the picture .. &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;Ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509371#M6883</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-04-15T09:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Align buildings to streets</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509372#M6884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matthias,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got the orientation reversal working as I had hoped! I'm not sure if the method I used is the most efficient way, so I've attached an rpk in hopes that you can tell me if anything can be streamlined. EDIT: rpk is apparently too large, so I'm just pasting in the script...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

version "2010.3"

######################################################
# Imported Rules
#

#import Plant_Distributor:"rules/Plant_Distributor_with_LumenRT_Models.cga"

######################################################
# Control Attributes (user accessible)
#

##Lot Attributes
@Group("Lot Attributes") 
 #Flip buildings to face rear of the lot. 
 @Group("Lot Attributes") @Order(1) @Range("true","false")
 attr FlipFront = "false"
 #Front and rear setbacks (unit = meters)
 @Group("Lot Attributes") @Order(2) @Range(1, 20)
 attr FrontSetback = 5
 @Group("Lot Attributes") @Order(3) @Range(1, 20)
 attr GarageSetback = 2

##House Attributes:
@Group("House Attributes")
 #House Height:
 @Group("House Attributes") @Order(1) @Range(5,25)
 attr HouseHeight = 5
 #House size (percentage of lot)
 @Group("House Attributes") @Order(2) @Range(0.35,0.7)
 attr HouseLength = rand(0.50,0.55)
 @Group("House Attributes") @Order(3) @Range(0.5,0.95)
 attr HouseWidth = rand(0.7, 0.75)

##Garage Attributes:
@Group("Garage Attributes")
 @Group("Garage Attributes") @Order(1) @Range(5,10)
 attr GarageHeight = 5

## Landscaping:
@Group("Landscaping")
 @Group("Landscaping") @Order(1) @Range(1,5)
 attr NumTrees = 1
 @Group("Landscaping") @Order(2) @Range(10,20)
 attr treesize = rand(15, 20) 

######################################################
# Constants (Landscaping only, hidden from user)
#

const grass = "grass/grass.jpg"
const tree = ("Plants/White_Oak/White_Oak_Model_0.obj")
//make dropdown for tree species selector?


######################################################
# Begin Rule with Lot
#
# Designate a setback from the front and rear of the property.
# Assign the front setback area as the Yard, the back setback as the Backyard
# Area not within the setbacks will be where the House is generated.

@StartRule
Lot--&amp;gt;&amp;nbsp; 
 case FlipFront == "false":
 #Replicated grass across Lot 
 setupProjection(0, scope.xz, 5, 5) 
 projectUV(0)
 texture(grass) Ground. 
 setback(FrontSetback) { front: Yard | back: Backyard | remainder : House}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; 
 else: 
 #Flip the orientation to generate the buildings facing the rear
 mirrorScope(true, false, false)
 setupProjection(0, scope.xz, 5, 5) 
 projectUV(0)
 texture(grass) Ground. 
 setback(FrontSetback) { front: Backyard | back: Yard | remainder : House}



# Import the Plant distributor (2013 Vegegtation rule) and&amp;nbsp; 
# Place a tree of random size in the front yard&amp;nbsp; 
Yard --&amp;gt;
 offset(-2,inside)
 scatter(surface, NumTrees, gaussian) { Veg }
 
 Veg --&amp;gt;
 alignScopeToAxes(y)&amp;nbsp; s(0,treesize,0) i(tree)


House --&amp;gt;
 case FlipFront == "false":
 s('HouseWidth,HouseHeight,'HouseLength)
 center(xz)
 extrude(world.y, HouseHeight) comp(f) { front: FrontFacade | side : SideFacade | top:&amp;nbsp; Roof }
 
 else:
 rotateScope(180,0,180)
 s('HouseWidth,HouseHeight,'HouseLength)
 center(xz)
 extrude(world.y, HouseHeight) comp(f) { front: FrontFacade | side : SideFacade | top:&amp;nbsp; Roof }

Backyard --&amp;gt;
 case FlipFront == "false":
 setback(GarageSetback) { back: NIL | remainder : Garage } 
&amp;nbsp; 
 else:
 setback(GarageSetback) { front: NIL | remainder : Garage } 
 
 
#Construct the garage in the back of the Lot&amp;nbsp; 
Garage --&amp;gt;
 case FlipFront == "false":
 s(7,GarageHeight,5)
 center(xz)
 extrude(world.y, GarageHeight) comp(f) { back : GFront | front : SideFacade | side: Facade | top:&amp;nbsp; Roof }&amp;nbsp; 

 else:
 rotateScope(180,0,180)
 s(7,GarageHeight,5)
 center(xz)
 extrude(world.y, GarageHeight) comp(f) { back : GFront | side:&amp;nbsp; Facade | top:&amp;nbsp; Roof }&amp;nbsp; 




######################################################
# Building Facades
#

const minWallSizeAtCorner = 0.8

FrontFacade --&amp;gt;
 split(y) {4 : MainFloorFront | ~1 : Facade #UpperFloor?
&amp;nbsp; }
 
 HouseFront --&amp;gt;
&amp;nbsp; split(x) { minWallSizeAtCorner : Facade | ~1 : HouseFront | minWallSizeAtCorner : Facade }
 
 MainFloorFront --&amp;gt;
&amp;nbsp; split(x) { 3 : SideFacade | 1.2 : FrontDoorWall | 1 : Facade | ~1 : SideFacade }
 
 FrontDoorWall --&amp;gt; 
&amp;nbsp; split(y) { 2.2 : FrontDoor | ~1:&amp;nbsp; Facade }
 
 FrontDoor --&amp;gt;
&amp;nbsp; extrude(-0.15)
&amp;nbsp; setupProjection(0, scope.xy, scope.sx, scope.sy)
&amp;nbsp; projectUV(0)
&amp;nbsp; texture("textures/door.png")
// End of Front



#####################################################
# The Window mayhem
#
# ~A work in progress~

const Window_Width = 2.2
const SingleWindow = 1.2
const DoubleWindow = 3.4

SideFacade --&amp;gt;
 split(x) { minWallSizeAtCorner: Facade | ~1 : WindowArea | minWallSizeAtCorner: Facade}
 
WindowArea --&amp;gt;
 split(y) { 1 : Facade | 1.75 : WallSplitter | ~1 :&amp;nbsp; Facade }

# ^above is working




#####################################################
# Split walls into segments for window placement
#


WallSplitter--&amp;gt;
 case scope.sx &amp;gt; (DoubleWindow):
 split(x) {3.4 : WindowFrame2 | ~1: Facade }*
 
 case scope.sx &amp;gt; SingleWindow:
 split(x) { 1.2 : WindowFrame | ~1: Facade }*
 
 else:
 Facade
 
WindowFrame --&amp;gt;
 split(x) { ~1 : Facade | 1.2 : WindowActual | ~1: Facade }

WindowFrame2 --&amp;gt;
 split(x) { 0.5: Facade | 1.2 : WindowActual | 1.2 : WindowActual | 0.5 : Facade }
 
DoubleWindowFrame --&amp;gt;
 split(x) { 0.5: Facade | 1.2 : WindowActual | 1.2 : WindowActual | 0.5 : Facade }
 
# Drops in the window texture
DoubleWindowActual --&amp;gt;
&amp;nbsp; #extrude(-0.15)
&amp;nbsp; setupProjection(0, scope.xy, scope.sx, scope.sy)
&amp;nbsp; projectUV(0)&amp;nbsp; 
&amp;nbsp; texture("textures/window.png")

# Drops in the window texture
WindowActual --&amp;gt;
&amp;nbsp; #extrude(-0.15)
&amp;nbsp; setupProjection(0, scope.xy, scope.sx, scope.sy)
&amp;nbsp; projectUV(0)
&amp;nbsp; texture("textures/window.png")



#####################################################
# The Garage!
#
#
GFront --&amp;gt; 
 split(x) {0.67 : Facade | ~1 : GarageDoor | 0.67 : Facade}
 #split(y) {0 : Facade | ~1 : GarageDoor | 0.5 : Facade }
 
GarageDoor --&amp;gt;
 split(y) { ~1 : GarageDoorTx | 1 : Facade }

GarageDoorTx --&amp;gt;
 setupProjection(0, scope.xy, scope.sx, scope.sy)
 projectUV(0)
 texture("textures/DoubleGarage2.png")
 #texture("textures/garage.jpg")



#####################################################
# The main wall Facade
#
# Other textures to be added for Randomization

const FacadeRandTexture = "textures/wall_stones.png"

Facade --&amp;gt;
 setupProjection(0, scope.xy, 10, 10)
 projectUV(0)
 texture(FacadeRandTexture)



######################################################
# Roof Texturing
# Note: 50% chance of Hipped roof, else Gable roof.
#
# Other textures to be added for Randomization

#Roof Angle (house and garage)
const roofangle = rand(33,35)
const RoofRandTexture = "textures/roof.jpg"

Roof --&amp;gt; 
&amp;nbsp; case p(0.5) :
&amp;nbsp; roofHip(roofangle, 0.75)
&amp;nbsp; comp(f) {all: RoofTexture}
&amp;nbsp; 
&amp;nbsp; else:
&amp;nbsp; roofGable(30, 0.75)
&amp;nbsp; comp(f) {top: RoofTexture | side : Facade}
&amp;nbsp; 
 RoofTexture --&amp;gt;
&amp;nbsp; alignScopeToGeometry(yUp, any, world.lowest)
&amp;nbsp; setupProjection(0, scope.xz, 6, 6)
&amp;nbsp; projectUV(0)
&amp;nbsp; texture(RoofRandTexture)
&amp;nbsp; 
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently I'm trying to incorporate the CityEngine 2013 vegetation rule into my code, so that I can have some more natural looking trees in the front Yard of the property (for those interested in the veg rule, it can be found &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=0fd3bbe496c14844968011332f9f39b7" rel="nofollow noopener noreferrer" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt;). Unfortunately, it seems the area for tree placement appears to be too small unless I increase the initial setbacks (on the lot size I'm testing at least).&amp;nbsp; Wondering if you could provide any advice on which part of the vegetation rule could be modified to be more forgiving of small placement areas.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33307[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:19:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509372#M6884</guid>
      <dc:creator>ChrisRybski</dc:creator>
      <dc:date>2021-12-11T22:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Align buildings to streets</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509373#M6885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;looking good ! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 11:18:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/align-buildings-to-streets/m-p/509373#M6885</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2014-04-24T11:18:47Z</dc:date>
    </item>
  </channel>
</rss>

