<?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: Capturing Model View Options in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214920#M13524</link>
    <description>Tom:&lt;BR /&gt;
&lt;BR /&gt;
These depend on how the GDL was written (they are based on parameter names), rather than Global Variables, so are not in the GDL Reference Guide. One way to find the parameter names is to open the Libraries &lt;FONT color="blue"&gt;LibraryGlobal&lt;/FONT&gt; file, and check the parameter names. In the USA version, it is at ArchiCAD Library 17 &amp;gt; Object Library 17 &amp;gt; MACROS 17 &amp;gt; Base Macros 17 &amp;gt; Library Globals 17 &amp;gt; &lt;FONT color="blue"&gt;LibraryGlobals13.gsm&lt;/FONT&gt;, your version may be a different location with a different name. You can also create your own LibraryGlobal file with your own parameter names and Model View Options interface. In the GDL Reference Guide see &lt;FONT color="blue"&gt;LibraryGlobal&lt;/FONT&gt;.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Tue, 26 Nov 2013 14:14:13 GMT</pubDate>
    <dc:creator>David Maudlin</dc:creator>
    <dc:date>2013-11-26T14:14:13Z</dc:date>
    <item>
      <title>Capturing Model View Options</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214919#M13523</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
I just want to know how to link my objects to the model view options.&lt;BR /&gt;
&lt;BR /&gt;
I used this in my master script to determine whether objects are 'Realistic', 'Electric' or 'Reflected Ceiling Plan'&lt;BR /&gt;
MVreq = LIBRARYGLOBAL ("LibraryGlobals13", "iLSymbol", modelview)&lt;BR /&gt;
&lt;BR /&gt;
This worked brilliantly, so I want to explore what else I can do with my objects.&lt;BR /&gt;
I would like to know the following options, or at least where to find them. I could not find it in the Reference Guide&lt;BR /&gt;
&lt;BR /&gt;
- Show Minimal Space of Furnishings and Doors&lt;BR /&gt;
- Show Mark-Up Items&lt;BR /&gt;
- Show Opening Lines in 3D Projections&lt;BR /&gt;
- Door Opening Line in 2D Symbolic Display&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 08:51:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214919#M13523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T08:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Model View Options</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214920#M13524</link>
      <description>Tom:&lt;BR /&gt;
&lt;BR /&gt;
These depend on how the GDL was written (they are based on parameter names), rather than Global Variables, so are not in the GDL Reference Guide. One way to find the parameter names is to open the Libraries &lt;FONT color="blue"&gt;LibraryGlobal&lt;/FONT&gt; file, and check the parameter names. In the USA version, it is at ArchiCAD Library 17 &amp;gt; Object Library 17 &amp;gt; MACROS 17 &amp;gt; Base Macros 17 &amp;gt; Library Globals 17 &amp;gt; &lt;FONT color="blue"&gt;LibraryGlobals13.gsm&lt;/FONT&gt;, your version may be a different location with a different name. You can also create your own LibraryGlobal file with your own parameter names and Model View Options interface. In the GDL Reference Guide see &lt;FONT color="blue"&gt;LibraryGlobal&lt;/FONT&gt;.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Tue, 26 Nov 2013 14:14:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214920#M13524</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2013-11-26T14:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Model View Options</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214921#M13525</link>
      <description>Thanks David,&lt;BR /&gt;
Create own model view options - mind blown! That would be great once I get my head around that.&lt;BR /&gt;
I may be wrong, but it seems this file you are talking about is combined in a lcf file in the Australian version. Is there a way of extracting files out of a lcf.&lt;BR /&gt;
&lt;BR /&gt;
I also noticed when I added a object to my project library it added a new model view options tab, so can the model view options be also modified in multiple object files?</description>
      <pubDate>Wed, 27 Nov 2013 04:55:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214921#M13525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T04:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Model View Options</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214922#M13526</link>
      <description>Tom&lt;BR /&gt;
&lt;BR /&gt;
Extracting that lcf is done through File&amp;gt;Libraries and Objects &amp;gt; Extract a  Container.&lt;BR /&gt;
Follow the prompts and then remember to unload the Aus lib .lcf and load in the extracted file.&lt;BR /&gt;
Custom MVO's are brilliant mate! Definite have a play with them when you can!</description>
      <pubDate>Wed, 27 Nov 2013 05:06:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214922#M13526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T05:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Model View Options</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214923#M13527</link>
      <description>OK, thanks will do that.&lt;BR /&gt;
I would prefer if there was a way I could avoiding touching the default Archicad library folder, as then I would have to update everyone in the office.&lt;BR /&gt;
&lt;BR /&gt;
Do you know if I can create an additional object that also manipulates the model view options?</description>
      <pubDate>Wed, 27 Nov 2013 05:10:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214923#M13527</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T05:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Model View Options</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214924#M13528</link>
      <description>&lt;BLOCKQUOTE&gt;Tom wrote:&lt;BR /&gt;Do you know if I can create an additional object that also manipulates the model view options?&lt;/BLOCKQUOTE&gt;

Sure, just create a new 'Library Global' script and save it with a different name i.e. 'My_Library_Globals'&lt;BR /&gt;
Make sure it has the 'Library Global Settings' subtype or it won't work though.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 27 Nov 2013 05:29:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214924#M13528</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2013-11-27T05:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Model View Options</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214925#M13529</link>
      <description>Great, thanks everyone. Looking forward to having a play with this</description>
      <pubDate>Wed, 27 Nov 2013 05:33:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214925#M13529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T05:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Model View Options</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214926#M13530</link>
      <description>I couldn't believe how easy this is to code.  Why haven't I been doing this for years</description>
      <pubDate>Wed, 27 Nov 2013 06:31:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Capturing-Model-View-Options/m-p/214926#M13530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T06:31:16Z</dc:date>
    </item>
  </channel>
</rss>

