<?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: Layer Combinations Global Variable? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237282#M6866</link>
    <description>&lt;BLOCKQUOTE&gt;Raoul wrote:&lt;BR /&gt;Is there a way to achieve what I'm looking for using a different solution?&lt;/BLOCKQUOTE&gt;
Another option is to connect the 2D display of the Object to a &lt;FONT color="blue"&gt;Model View Option&lt;/FONT&gt; (MVO) setting (for example MVO &amp;gt; Miscellaneous Settings for Library Parts &amp;gt; Lamps &amp;amp; HVAC Floor Plan Symbols: Realistic/Electrical/Reflected Ceiling Plan). You could look at the AC objects that use this feature for examples of how they work.&lt;BR /&gt;
&lt;BR /&gt;
You should add a Signature to your Profile (click the Profile button near the top of this page) with your ArchiCAD version and operating system (see mine for an example) for more accurate help in this forum.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Tue, 18 Oct 2016 12:56:51 GMT</pubDate>
    <dc:creator>David Maudlin</dc:creator>
    <dc:date>2016-10-18T12:56:51Z</dc:date>
    <item>
      <title>Layer Combinations Global Variable?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237280#M6864</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I'd like to create an object that changes automatically its 2D projection in plan in function of the ArchiCAD's layer combinations or of the height of the floor cut plane that is used in the plan view. It's an object that has two elements: one that should be visible in plan and one that should be visible in the reflected ceiling plan.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to request in GDL script the actual Layer Combinations or the height of the floor cut plane used by ArchiCAD? Is there a global variable for each of these two parameters? I looked for such variable in the GDL reference guide and I found nothing in this respect.&lt;BR /&gt;
&lt;BR /&gt;
Or,&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to achieve what I'm looking for using a different solution?&lt;BR /&gt;
&lt;BR /&gt;
Does someone has an idea? &lt;BR /&gt;
&lt;BR /&gt;
Thank you.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Oct 2016 19:57:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237280#M6864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-17T19:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combinations Global Variable?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237281#M6865</link>
      <description>Look for the stories part of the master script of the elevator object.  thats how i got that kind of stuff figured out.</description>
      <pubDate>Mon, 17 Oct 2016 23:02:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237281#M6865</guid>
      <dc:creator>SenecaDesignLLC</dc:creator>
      <dc:date>2016-10-17T23:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combinations Global Variable?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237282#M6866</link>
      <description>&lt;BLOCKQUOTE&gt;Raoul wrote:&lt;BR /&gt;Is there a way to achieve what I'm looking for using a different solution?&lt;/BLOCKQUOTE&gt;
Another option is to connect the 2D display of the Object to a &lt;FONT color="blue"&gt;Model View Option&lt;/FONT&gt; (MVO) setting (for example MVO &amp;gt; Miscellaneous Settings for Library Parts &amp;gt; Lamps &amp;amp; HVAC Floor Plan Symbols: Realistic/Electrical/Reflected Ceiling Plan). You could look at the AC objects that use this feature for examples of how they work.&lt;BR /&gt;
&lt;BR /&gt;
You should add a Signature to your Profile (click the Profile button near the top of this page) with your ArchiCAD version and operating system (see mine for an example) for more accurate help in this forum.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Tue, 18 Oct 2016 12:56:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237282#M6866</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2016-10-18T12:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combinations Global Variable?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237283#M6867</link>
      <description>From what I can tell, they set up a parameter called &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;gs_symbtype_2d_m&lt;E&gt;&lt;/E&gt; in the parameter script using
&lt;PRE&gt;call "GetPlanViewGlobals" parameters all returned_parameters gs_symbtype_2D_m&lt;/PRE&gt;

The returned value of 3 is the RCP settings from MVO.&lt;BR /&gt;
&lt;BR /&gt;
1 is realistic symbol.&lt;BR /&gt;
&lt;BR /&gt;
2 is electric symbol.</description>
      <pubDate>Tue, 18 Oct 2016 13:14:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237283#M6867</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2016-10-18T13:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combinations Global Variable?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237284#M6868</link>
      <description>Great! Thank you all for your quick replies!</description>
      <pubDate>Tue, 18 Oct 2016 19:30:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237284#M6868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-18T19:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combinations Global Variable?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237285#M6869</link>
      <description>Hi.&lt;BR /&gt;
You can also use the story info requests to find what you need about story height and the glob_cutplanes_info global variable to get Floor Plan Cut Plane information.&lt;BR /&gt;
Best regards.</description>
      <pubDate>Tue, 18 Oct 2016 19:59:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237285#M6869</guid>
      <dc:creator>sinceV6</dc:creator>
      <dc:date>2016-10-18T19:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combinations Global Variable?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237286#M6870</link>
      <description>Thank you sinceV6 for your suggestion!&lt;BR /&gt;
&lt;BR /&gt;
Best regards.</description>
      <pubDate>Thu, 20 Oct 2016 17:37:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237286#M6870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-20T17:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combinations Global Variable?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237287#M6871</link>
      <description>For the cutplane implementing - analyze the roofmaker objects (AC19 and up) - it is pretty clear how it is made there.&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Piotr</description>
      <pubDate>Thu, 20 Oct 2016 20:04:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layer-Combinations-Global-Variable/m-p/237287#M6871</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2016-10-20T20:04:45Z</dc:date>
    </item>
  </channel>
</rss>

