<?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: GDL command to hide one small part in some plan view while other plan view shows all parts? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/332324#M2635</link>
    <description>&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;GLOB_CUTPLANES_INFO[1] + GLOB_CSTORY_ELEV - GLOB_HSTORY_ELEV &amp;gt;= 0&lt;/EM&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cutplane height, elevation of current story, elevation of home story. You could just used these variables? Though it does not seem to work if you set the object to&amp;nbsp;&lt;EM&gt;All Relative Stories&lt;/EM&gt;....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ling.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2022 08:31:09 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2022-03-15T08:31:09Z</dc:date>
    <item>
      <title>GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331090#M2625</link>
      <description>&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;I have a question. Is there a way or GDL command , can hide one small part of a GDL object in some plan views (say floor 1) while other plan views (say floor 2 and 3) shows all parts of the GDL object?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 16:54:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331090#M2625</guid>
      <dc:creator>William Yan</dc:creator>
      <dc:date>2022-02-26T16:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331095#M2626</link>
      <description>&lt;P&gt;There are a number of Global Variables listed in the GDL guide that would enable such behaviour. Story Information has several globals to interrogate and apply e.g. GLOB_HSTORY_ELEV. You might also find GLOB_CUTPLANES_INFO of interest.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 21:01:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331095#M2626</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2022-02-26T21:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331101#M2627</link>
      <description>&lt;P&gt;Thank you. Is there any tutorials I can follow? As English is not my language I find hard to follow GDL manual to do real job.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 01:31:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331101#M2627</guid>
      <dc:creator>William Yan</dc:creator>
      <dc:date>2022-02-27T01:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331107#M2628</link>
      <description>&lt;P&gt;I don’t think there are any tutorials available covering this area. Try creating a simple object and then play with the global values to see what happens e.g if home story is greater than 3.00m then draw shape A else draw shape B. If you are new to GDL it may be take a while to work out what you need to do.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 07:26:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331107#M2628</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2022-02-27T07:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331111#M2629</link>
      <description>&lt;P&gt;You could try looking at the scripts for the elevator object to see how that works across storeys.&lt;/P&gt;
&lt;P&gt;I am not saying that will be easy to understand though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 07:37:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331111#M2629</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-02-27T07:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331114#M2630</link>
      <description>&lt;P&gt;Thank&amp;nbsp; you guys,&amp;nbsp; I will try my best to write something. But I opened some gs gdl objects, I am shocked, seeing so many "call" and "if endif", too hard for me.&amp;nbsp; I'd rather write my gdls for blank.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 09:27:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331114#M2630</guid>
      <dc:creator>William Yan</dc:creator>
      <dc:date>2022-02-27T09:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331119#M2631</link>
      <description>&lt;P&gt;I created a very simple object.&lt;/P&gt;&lt;P&gt;In the floor set in the "hidefloor" parameter (array), the elements from "Hide" to "Hide end" will not be displayed.&lt;/P&gt;&lt;P&gt;I hope this is as you intended it to be.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 14:32:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331119#M2631</guid>
      <dc:creator>Kotetsu</dc:creator>
      <dc:date>2022-02-27T14:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331203#M2632</link>
      <description>&lt;P&gt;Thank you! I will try to understand it.&lt;span class="lia-unicode-emoji" title=":hot_beverage:"&gt;☕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 12:40:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331203#M2632</guid>
      <dc:creator>William Yan</dc:creator>
      <dc:date>2022-03-01T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331277#M2633</link>
      <description>&lt;P&gt;The &lt;A href="https://archicadapi.graphisoft.com/downloads/library-developer-kit" target="_self"&gt;Library Developer Kit&lt;/A&gt; has an Example Library, the "Floor Plan Cut Plane Example" object might help you how to use these globals.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 09:35:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/331277#M2633</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2022-03-02T09:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/332244#M2634</link>
      <description>&lt;P&gt;Your example helped me as well, I'm having a similar issue. And, I think he'll need to get which is the "Home Story" of the object inserted, to be able to know if the current story above or below it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to REQUEST the home story index?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using this:&lt;/P&gt;&lt;P&gt;n = REQUEST ("Home_Story", "", index, story_name)&lt;/P&gt;&lt;P&gt;Gave me no luck.. Seems like it also returns the "current story" instead of the object's home story index.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 16:24:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/332244#M2634</guid>
      <dc:creator>pedrocollares</dc:creator>
      <dc:date>2022-03-14T16:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/332324#M2635</link>
      <description>&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;GLOB_CUTPLANES_INFO[1] + GLOB_CSTORY_ELEV - GLOB_HSTORY_ELEV &amp;gt;= 0&lt;/EM&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cutplane height, elevation of current story, elevation of home story. You could just used these variables? Though it does not seem to work if you set the object to&amp;nbsp;&lt;EM&gt;All Relative Stories&lt;/EM&gt;....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ling.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 08:31:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/332324#M2635</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2022-03-15T08:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: GDL command to hide one small part in some plan view while other plan view shows all parts?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/333670#M2636</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;n = REQUEST ("Home_Story", "", index, story_name)&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You should now be able to get home story index.&lt;/P&gt;&lt;P&gt;I created another simple object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This object is displayed as "Higher floor" if it is above the homestory, "Lower floor" if it is below the homestory, and "This floor" if it is the same story.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 13:33:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-command-to-hide-one-small-part-in-some-plan-view-while-other/m-p/333670#M2636</guid>
      <dc:creator>Kotetsu</dc:creator>
      <dc:date>2022-03-27T13:33:32Z</dc:date>
    </item>
  </channel>
</rss>

