<?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 City Engine Setback understanding in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/city-engine-setback-understanding/m-p/269240#M3792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone point me to complete documentation on how setback operation relates to a network, beyond CityEngine help documentation? &amp;nbsp;Specifically, we're having difficulty getting correct setbacks on corner lots where road network surrounds two sides of a lot within a block.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Aug 2017 22:46:22 GMT</pubDate>
    <dc:creator>deleted-user-yVEGXT4oxIIB</dc:creator>
    <dc:date>2017-08-23T22:46:22Z</dc:date>
    <item>
      <title>City Engine Setback understanding</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/city-engine-setback-understanding/m-p/269240#M3792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone point me to complete documentation on how setback operation relates to a network, beyond CityEngine help documentation? &amp;nbsp;Specifically, we're having difficulty getting correct setbacks on corner lots where road network surrounds two sides of a lot within a block.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 22:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/city-engine-setback-understanding/m-p/269240#M3792</guid>
      <dc:creator>deleted-user-yVEGXT4oxIIB</dc:creator>
      <dc:date>2017-08-23T22:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: City Engine Setback understanding</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/city-engine-setback-understanding/m-p/269241#M3793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Emily,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you having a first edge problem? You might need to manually set the first edge on some shapes if the set first edge tool does not do what you want shapes. You also will want to make sure your streets have a streetWidth attribute for some types of setbacks.&amp;nbsp;&lt;BR /&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/manual/is/manually/manipulating.html" title="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/manual/is/manually/manipulating.html"&gt;Help -&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;From the docs:&amp;nbsp;&lt;/P&gt;&lt;P class="" style="color: #000000; background-color: #ffffff; font-size: 14.4px; margin: 10px 0px 5px;"&gt;&lt;SPAN class=""&gt;Set First Edge&lt;/SPAN&gt;. This operation sets the first edge of a face to the currently selected edge. This step is often needed to orient a face's "zero" edge towards a street (e.g. for placing the buildings front correctly). If a face is selected, the highlighted gradient line indicates the first edge (with gradient from vertex 0 to vertex 1).&lt;/P&gt;&lt;P class="" style="color: #000000; background-color: #ffffff; font-size: 14.4px; margin: 10px 0px 5px;"&gt;&lt;SPAN class=""&gt;Set Street Edges&lt;/SPAN&gt;. This operation marks selected edges as street edges. More specifically, it sets the street width object attribute array to 1 for selected edge indices. When mapped to a CGA rule, the streetWidth() attribute can be used to identify edges or faces that are facing a street. (see also&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_comp.html" style="color: #007c00; text-decoration: underline;"&gt;comp()&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in CGA reference)&lt;/P&gt;&lt;P class="" style="color: #000000; background-color: #ffffff; font-size: 14.4px; margin: 10px 0px 5px;"&gt;&lt;SPAN class=""&gt;Compute First/Street Edges&lt;/SPAN&gt;. This operation automatically calculates the first and street width attributes of the selected shapes. It works as follows: First it finds the nearest street (within 100m) for every edge of a shape. The corresponding street width attribute is set to the width of the nearest street. The edge closest to a street is set as the first edge (edge 0).&lt;BR /&gt;Related docs on Setback:&lt;/P&gt;&lt;P class="" style="color: #000000; background-color: #ffffff; font-size: 14.4px; margin: 10px 0px 5px;"&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/cgareference/op_setback.html" title="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/cgareference/op_setback.html"&gt;Help -&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="" style="color: #000000; background-color: #ffffff; font-size: 14.4px; margin: 10px 0px 5px;"&gt;Related Docs on Block Parameters:&lt;/P&gt;&lt;P class="" style="color: #000000; background-color: #ffffff; font-size: 14.4px; margin: 10px 0px 5px;"&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/manual/is/create/block_params.html" title="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/manual/is/create/block_params.html"&gt;Help -&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do any of these seem related?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 01:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/city-engine-setback-understanding/m-p/269241#M3793</guid>
      <dc:creator>DavidWasserman</dc:creator>
      <dc:date>2017-08-24T01:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: City Engine Setback understanding</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/city-engine-setback-understanding/m-p/269242#M3794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain a little more about what the problem is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setback using street.front as the selector should work on corner lots.&amp;nbsp; All edges that are labeled as front should be part of the setback.&amp;nbsp; See the first example (Setback on Street Front) in the setback help doc for an image and code.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_setback.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_setback.html"&gt;setback Operation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 16:22:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/city-engine-setback-understanding/m-p/269242#M3794</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2017-09-29T16:22:45Z</dc:date>
    </item>
  </channel>
</rss>

