<?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: splitting components of a facade in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/splitting-components-of-a-facade/m-p/23208#M298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No worries, was a tad confused there, I've uploaded a few images for you to check out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2012 19:56:33 GMT</pubDate>
    <dc:creator>JoanneO_Brien</dc:creator>
    <dc:date>2012-07-11T19:56:33Z</dc:date>
    <item>
      <title>splitting components of a facade</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/splitting-components-of-a-facade/m-p/23204#M294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I'm trying to create a front facade on one of my building walls. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've managed to split it up into all the seperate components to link to different texture files I'm using, but I'm having a little difficulties with one part.&amp;nbsp; I want to create a facade shown in the image attached using the code below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; case myIndex == 12 :
&amp;nbsp; split(x) { 0.2 : SolidWall 
&amp;nbsp; | ~4 : split(y) { 3 : Window2 
&amp;nbsp; | ~1 : Board }
&amp;nbsp; | 1 : split(y) { 2 : Door1 
&amp;nbsp; | ~1 : Window3
&amp;nbsp; | ~1 : Board } 
&amp;nbsp; | 0.2 : SolidWall }
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's just one issue, the image and code show's I've had to input the "board" texture twice to get it in one solid line, but it doesn't quite match up. How do I write the code to use one image here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope the explination etc makes sense!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Joanne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 23:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/splitting-components-of-a-facade/m-p/23204#M294</guid>
      <dc:creator>JoanneO_Brien</dc:creator>
      <dc:date>2012-07-05T23:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: splitting components of a facade</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/splitting-components-of-a-facade/m-p/23205#M295</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;BR /&gt;&lt;SPAN&gt;can I recommend an other way to work with image files ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;try the facade wizard. the facade wizard lets you create CGA code directly based on facade images and a series of clicks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've seen some of the code creation produces a few buggy lines of code, but that can be fixed after the rule was created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you send me the full facade image file, then I can maybe create a little tutorial based on that image. it's been asked in an other thread too, but I was not yet able to answer there. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 16:30:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/splitting-components-of-a-facade/m-p/23205#M295</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2012-07-09T16:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: splitting components of a facade</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/splitting-components-of-a-facade/m-p/23206#M296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've attached the images of the facade,&amp;nbsp; and attached the coding as a text file, although please excuse the repetative length of it as I haven't worked out how to compress it more neatly yet. Was this what you were wanting?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 01:38:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/splitting-components-of-a-facade/m-p/23206#M296</guid>
      <dc:creator>JoanneO_Brien</dc:creator>
      <dc:date>2012-07-10T01:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: splitting components of a facade</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/splitting-components-of-a-facade/m-p/23207#M297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ah, sorry... I meant the actual original picture you are using to create that facade. not screenshots of the model ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know .. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 15:52:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/splitting-components-of-a-facade/m-p/23207#M297</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2012-07-11T15:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: splitting components of a facade</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/splitting-components-of-a-facade/m-p/23208#M298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No worries, was a tad confused there, I've uploaded a few images for you to check out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 19:56:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/splitting-components-of-a-facade/m-p/23208#M298</guid>
      <dc:creator>JoanneO_Brien</dc:creator>
      <dc:date>2012-07-11T19:56:33Z</dc:date>
    </item>
  </channel>
</rss>

