<?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: Parking lot and private street in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/parking-lot-and-private-street/m-p/470831#M6394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I reckon you should be using the Sidewalk geometry as the parking spots.&amp;nbsp; Here's something very simple I knocked up in 2 mins - loads of potential to improve it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;attr valency = 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;attr type = "unknown"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;attr spotWidth = 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Sidewalk--&amp;gt;split(x){spotWidth:SplitGeom}*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;SplitGeom--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;case valency &amp;lt; 3 || type == "unknown": NIL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;else: ParkingSpot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Make sure you change valency and type to object defined attributes - have a look at these attributes in the objects hopefully you'll see what I'm getting at (I'm trying to exclude the bits of geometry that are too small/ too curved to be a parking spot) and be able to make improvements.&amp;nbsp; Also have a look as the 'Repeat Split' section in the help guide - you'll be able to make other improvements with that info.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 08:48:04 GMT</pubDate>
    <dc:creator>BenLeslie1</dc:creator>
    <dc:date>2015-06-19T08:48:04Z</dc:date>
    <item>
      <title>Parking lot and private street</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/parking-lot-and-private-street/m-p/470829#M6392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I new to city engine so I apologize if this is an "easy question". I what to create a complex parking area that has private streets running throughout. Are there any rules that can acomplish this? Any help would be greatly appreciated, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 20:23:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/parking-lot-and-private-street/m-p/470829#M6392</guid>
      <dc:creator>BrianLomas</dc:creator>
      <dc:date>2015-06-05T20:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Parking lot and private street</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/parking-lot-and-private-street/m-p/470830#M6393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's going to a bit tricky but here is what i did quickly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a road network and turn off block generation. Apply your road rule.&lt;/P&gt;&lt;P&gt;2. Create/import polygons for the car parks. Apply a rule to texture them.&lt;/P&gt;&lt;P&gt;3. Then create/import polygons for the dividers and areas between the car parks and the road.&lt;SPAN style="line-height: 1.5;"&gt;Then apply a rule to them to extrude them and texture them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/111328_Capture.PNG" style="width: 620px; height: 430px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 02:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/parking-lot-and-private-street/m-p/470830#M6393</guid>
      <dc:creator>BlakeHarcourt</dc:creator>
      <dc:date>2015-06-19T02:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Parking lot and private street</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/parking-lot-and-private-street/m-p/470831#M6394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I reckon you should be using the Sidewalk geometry as the parking spots.&amp;nbsp; Here's something very simple I knocked up in 2 mins - loads of potential to improve it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;attr valency = 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;attr type = "unknown"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;attr spotWidth = 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Sidewalk--&amp;gt;split(x){spotWidth:SplitGeom}*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;SplitGeom--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;case valency &amp;lt; 3 || type == "unknown": NIL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;else: ParkingSpot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Make sure you change valency and type to object defined attributes - have a look at these attributes in the objects hopefully you'll see what I'm getting at (I'm trying to exclude the bits of geometry that are too small/ too curved to be a parking spot) and be able to make improvements.&amp;nbsp; Also have a look as the 'Repeat Split' section in the help guide - you'll be able to make other improvements with that info.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 08:48:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/parking-lot-and-private-street/m-p/470831#M6394</guid>
      <dc:creator>BenLeslie1</dc:creator>
      <dc:date>2015-06-19T08:48:04Z</dc:date>
    </item>
  </channel>
</rss>

