<?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 Adding Color To Graph Networks in CityEngine in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/adding-color-to-graph-networks-in-cityengine/m-p/461882#M6282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have multiple shapefiles representing different transportation systems(roads, rail, waterways, etc.).&amp;nbsp; These files have no attribute fields other than FID, Shape, ID.&amp;nbsp; I want to color these layers in CityEngine by the transportation type to help with the visualization.&amp;nbsp; I am curious if one rule file could be built to color each layer differently, or if I have to pre-process first in Arc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;-- S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 20:07:33 GMT</pubDate>
    <dc:creator>Stephanie_Dockstader</dc:creator>
    <dc:date>2015-04-09T20:07:33Z</dc:date>
    <item>
      <title>Adding Color To Graph Networks in CityEngine</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/adding-color-to-graph-networks-in-cityengine/m-p/461882#M6282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have multiple shapefiles representing different transportation systems(roads, rail, waterways, etc.).&amp;nbsp; These files have no attribute fields other than FID, Shape, ID.&amp;nbsp; I want to color these layers in CityEngine by the transportation type to help with the visualization.&amp;nbsp; I am curious if one rule file could be built to color each layer differently, or if I have to pre-process first in Arc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;-- S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 20:07:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/adding-color-to-graph-networks-in-cityengine/m-p/461882#M6282</guid>
      <dc:creator>Stephanie_Dockstader</dc:creator>
      <dc:date>2015-04-09T20:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Color To Graph Networks in CityEngine</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/adding-color-to-graph-networks-in-cityengine/m-p/461883#M6283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephanie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not quite sure if it fits your task but have a look at CityEngine 2015 option to assign colour to a layer. Have a look at this post. &lt;A href="http://t.co/AYRsDEIn5F" title="http://t.co/AYRsDEIn5F"&gt;Zerg's rumble: What's new in CityEngine 2015&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 20:25:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/adding-color-to-graph-networks-in-cityengine/m-p/461883#M6283</guid>
      <dc:creator>ZorkoSostaric1</dc:creator>
      <dc:date>2015-04-09T20:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Color To Graph Networks in CityEngine</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/adding-color-to-graph-networks-in-cityengine/m-p/461884#M6284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like the new layer colors, but they color the shapes, not the models. For coloring the models, bring the networks in, one per layer, and write a single rule to run on the street shapes created by CityEngine when the networks are imported. Or if these are polygons and not network lines, then the same applies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;attr myColor = "#FF0000"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@StartRule&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;StreetShape --&amp;gt; color(myColor)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apply that rule to the shapes on each of your transit layers, and change the myColor attribute per each layer of shapes. No ArcGIS needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 20:38:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/adding-color-to-graph-networks-in-cityengine/m-p/461884#M6284</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-04-09T20:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Color To Graph Networks in CityEngine</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/adding-color-to-graph-networks-in-cityengine/m-p/461885#M6285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, guys for your help!&amp;nbsp; &lt;/P&gt;&lt;P&gt;--Stephanie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 13:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/adding-color-to-graph-networks-in-cityengine/m-p/461885#M6285</guid>
      <dc:creator>Stephanie_Dockstader</dc:creator>
      <dc:date>2015-04-13T13:30:47Z</dc:date>
    </item>
  </channel>
</rss>

