<?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: set a colored line between floors in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/set-a-colored-line-between-floors/m-p/302333#M4186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Tank YOU,&lt;/P&gt;&lt;P&gt;You did my morning a lot better:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 06:40:10 GMT</pubDate>
    <dc:creator>aTomasaLooström</dc:creator>
    <dc:date>2015-02-05T06:40:10Z</dc:date>
    <item>
      <title>set a colored line between floors</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/set-a-colored-line-between-floors/m-p/302331#M4184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to set a "colored line" or some thing like that between floors to mark the different floors. Just when the wireframe is turned on i CE.&lt;/P&gt;&lt;P&gt;I am still learning and have looked at different tutorials and videos, but not figure out how to do it...&lt;/P&gt;&lt;P&gt;I would be happy if some one could post a code:-)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 20:33:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/set-a-colored-line-between-floors/m-p/302331#M4184</guid>
      <dc:creator>aTomasaLooström</dc:creator>
      <dc:date>2015-02-04T20:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: set a colored line between floors</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/set-a-colored-line-between-floors/m-p/302332#M4185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.. keep in mind that the "line" is actually part of the building, not just drawn on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;version "2014.0"


attr FloorCount = 10
attr FloorHeight = 2.9
attr FloorLine = 0.1
attr FloorPlusLine = FloorHeight+FloorLine


Lot --&amp;gt;
&amp;nbsp; extrude(FloorCount*FloorPlusLine)
&amp;nbsp; split(y){
&amp;nbsp; {FloorHeight: Floors | FloorLine: FloorLines}* |
&amp;nbsp; FloorPlusLine: Floors # "roof"
&amp;nbsp; }

Floors --&amp;gt;
&amp;nbsp; color (0, rand, rand)

FloorLines --&amp;gt;
&amp;nbsp; color(1,0,0)&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:30:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/set-a-colored-line-between-floors/m-p/302332#M4185</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2021-12-11T14:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: set a colored line between floors</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/set-a-colored-line-between-floors/m-p/302333#M4186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Tank YOU,&lt;/P&gt;&lt;P&gt;You did my morning a lot better:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 06:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/set-a-colored-line-between-floors/m-p/302333#M4186</guid>
      <dc:creator>aTomasaLooström</dc:creator>
      <dc:date>2015-02-05T06:40:10Z</dc:date>
    </item>
  </channel>
</rss>

