<?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: Can I call a rule, then return to the previous one and continue it? Or call a cga within a cga? in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389900#M5395</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;no, there's no other syntax in CGA to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wished for this also a loooong time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attr number = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shape --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; eval("Rule" + str(number))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rule1 --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN-US"&gt;Matthias Buehler&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="EN-US"&gt;Head of 3D Technologies&lt;/SPAN&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #999999; font-size: 10pt;"&gt;&lt;SPAN lang="EN-US"&gt;twitter: @MattB3D&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;--------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;Garsdale Design Limited &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:matthias.buehler@garsdaledesign.co.uk"&gt;matthias.buehler@garsdaledesign.co.uk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.garsdaledesign.co.uk/" rel="nofollow" target="_blank"&gt;www.garsdaledesign.co.uk&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 08:28:51 GMT</pubDate>
    <dc:creator>MatthiasBuehler</dc:creator>
    <dc:date>2014-10-22T08:28:51Z</dc:date>
    <item>
      <title>Can I call a rule, then return to the previous one and continue it? Or call a cga within a cga?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389893#M5388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example like this, to produce a red 10m tall block. The script is very simplified, just to show the general idea.. I can't just pack the function into Lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="css" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_141347269306430 jive_text_macro" jivemacro_uid="_141347269306430"&gt;
&lt;P&gt;Lot --&amp;gt;&lt;/P&gt;
&lt;P&gt;ColorScript&lt;/P&gt;
&lt;P&gt;extrude(10)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ColorScript --&amp;gt;&lt;/P&gt;
&lt;P&gt;color(1,0,0)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also is it somehow possible to call another cga within a cga file? For example, I have one function (coloring) I need to execute on every building and that function doesn't change. It's also rather big and gets in the way because I can't collapse it. Another case would be the roof construction parts, or texturing parts. So what I basically want to do is something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="css" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14134728523183755" jivemacro_uid="_14134728523183755"&gt;
&lt;P&gt;Lot --&amp;gt;&lt;/P&gt;
&lt;P&gt;extrude (10)&lt;/P&gt;
&lt;P&gt;ColorScript.cga&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that possible somehow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 15:23:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389893#M5388</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2014-10-16T15:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I call a rule, then return to the previous one and continue it? Or call a cga within a cga?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389894#M5389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Add this line to your first CGA rule:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import ColorScript: "rules/ColorScript.cga" #(Or whatever the path to the imported cga file is)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Then your code will work as in your second example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;Lot --&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;extrude (&lt;SPAN class="value" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;10&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;ColorScript.colorMe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sends the extruded mass into a rule called "colorMe" in your rule ColorScript.cga.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This importing can go more than one level deep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 19:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389894#M5389</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-10-16T19:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can I call a rule, then return to the previous one and continue it? Or call a cga within a cga?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389895#M5390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However there's one problem, I can't get the loading to work dynamically. What I'm trying to do is create a base script that calls other scripts based on their gid for each building. It works manually, but when I try to create the path with variables, it doesn't (mismatched token). The same method works for textures, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured if this works, I could use the same method to "switch back" from the second script to the first..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="css" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14137458547742935 jive_text_macro" jivemacro_uid="_14137458547742935"&gt;
&lt;P&gt;version "2014.0"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;attr gid = 0&lt;/P&gt;
&lt;P&gt;attr gidpath = "rules/"+gid+".cga"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;import gid_switch: "rules/628071.cga"&amp;nbsp; //works, gid of shape&lt;/P&gt;
&lt;P&gt;import gid_switch2 : gidpath // doesn't work&lt;/P&gt;
&lt;P&gt;import gid_switch2 : "rules/"+gid+".cga" // doesn't work&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//test for constructed path for textures, works&lt;/P&gt;
&lt;P&gt;attr path = "images/"+gid+"/"&lt;/P&gt;
&lt;P&gt;attr end = ".jpg"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Lot --&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; texture(path+"chickens"+end)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; alignScopeToGeometry(zUp, 0, world.lowest)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; setupProjection(0, scope.xy, 0.3, 0.3)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; projectUV(0)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;gid_switch.Lot //just a color command&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 19:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389895#M5390</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2014-10-19T19:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can I call a rule, then return to the previous one and continue it? Or call a cga within a cga?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389896#M5391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can't be done this way... No dynamic CGA importing.&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389896#M5391</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-10-20T15:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can I call a rule, then return to the previous one and continue it? Or call a cga within a cga?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389897#M5392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the only way of getting 'back' to the first rule:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rule1.cga:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import rule2: "rule2.cga"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shape --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rule2.DoExtrude&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rule2.Mass --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; color(1,0,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rule2.cga:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DoExtrude --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; extrude(10)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mass // notice this is an UNUSED RULE with a yellow warning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should result in a red extruded shape.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN-US"&gt;Matthias Buehler&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="EN-US"&gt;Head of 3D Technologies&lt;/SPAN&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #999999; font-size: 10pt;"&gt;&lt;SPAN lang="EN-US"&gt;twitter: @MattB3D&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;--------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;Garsdale Design Limited &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:matthias.buehler@garsdaledesign.co.uk" target="_blank"&gt;matthias.buehler@garsdaledesign.co.uk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.garsdaledesign.co.uk/" target="_blank"&gt;www.garsdaledesign.co.uk&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:59:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389897#M5392</guid>
      <dc:creator>MatthiasBuehler</dc:creator>
      <dc:date>2014-10-20T15:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can I call a rule, then return to the previous one and continue it? Or call a cga within a cga?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389898#M5393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt, he'd like to build the string for the name of the imported CGA file dynamically... see his 2nd question. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 16:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389898#M5393</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-10-20T16:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can I call a rule, then return to the previous one and continue it? Or call a cga within a cga?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389899#M5394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, otherwise it wouldn't be very useful in my situation. So could it be done in another way? With Python maybe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even something like this would be ok, creating the list wouldn't be too hard with Excel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14139296886457407" jivemacro_uid="_14139296886457407"&gt;
&lt;P&gt;ThisDoesntWork--&amp;gt;&lt;/P&gt;
&lt;P&gt;case gid == 628071: import gid_switch: "rules/628071.cga"&lt;/P&gt;
&lt;P&gt;case gid == 628072: import gid_switch: "rules/628072.cga"&lt;/P&gt;
&lt;P&gt;case gid == 999: color(0,1,0)&lt;/P&gt;
&lt;P&gt;else: color (1,0,1)&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 22:15:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389899#M5394</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2014-10-21T22:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can I call a rule, then return to the previous one and continue it? Or call a cga within a cga?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389900#M5395</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;no, there's no other syntax in CGA to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wished for this also a loooong time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attr number = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shape --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; eval("Rule" + str(number))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rule1 --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN-US"&gt;Matthias Buehler&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="EN-US"&gt;Head of 3D Technologies&lt;/SPAN&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #999999; font-size: 10pt;"&gt;&lt;SPAN lang="EN-US"&gt;twitter: @MattB3D&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;--------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;Garsdale Design Limited &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:matthias.buehler@garsdaledesign.co.uk"&gt;matthias.buehler@garsdaledesign.co.uk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.garsdaledesign.co.uk/" rel="nofollow" target="_blank"&gt;www.garsdaledesign.co.uk&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 08:28:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/can-i-call-a-rule-then-return-to-the-previous-one/m-p/389900#M5395</guid>
      <dc:creator>MatthiasBuehler</dc:creator>
      <dc:date>2014-10-22T08:28:51Z</dc:date>
    </item>
  </channel>
</rss>

