<?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 LIBRARYGLOBAL for Door Minimum Spaces in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151811#M13722</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Does anybody out there know how to get values from the default GS library globals?&lt;BR /&gt;
&lt;BR /&gt;
I've been trying to scratch this out for over an hour. I just need to find out the value of the Model View Option for door minimum space.&lt;BR /&gt;
&lt;BR /&gt;
Is there any decent documentation on this? The GDL Reference Manual and GDL Technical Standards are a bit too vague and cryptic for my tired mind at the moment.&lt;BR /&gt;
&lt;BR /&gt;
ETA: This is for the US library. I don't know if it would be different for others (though I certainly hope not).&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 May 2023 08:52:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-24T08:52:00Z</dc:date>
    <item>
      <title>LIBRARYGLOBAL for Door Minimum Spaces</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151811#M13722</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Does anybody out there know how to get values from the default GS library globals?&lt;BR /&gt;
&lt;BR /&gt;
I've been trying to scratch this out for over an hour. I just need to find out the value of the Model View Option for door minimum space.&lt;BR /&gt;
&lt;BR /&gt;
Is there any decent documentation on this? The GDL Reference Manual and GDL Technical Standards are a bit too vague and cryptic for my tired mind at the moment.&lt;BR /&gt;
&lt;BR /&gt;
ETA: This is for the US library. I don't know if it would be different for others (though I certainly hope not).&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 08:52:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151811#M13722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T08:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARYGLOBAL for Door Minimum Spaces</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151812#M13723</link>
      <description>I don't know about any good documentation that will help but this might help explain it I hope.&lt;BR /&gt;
&lt;BR /&gt;
What you need is this ...&lt;BR /&gt;
&lt;BR /&gt;
success = LIBRARYGLOBAL ("LibraryGlobals13", "showBMinSpace", req_showBMinSpace)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Where "LibraryGlobals13" is the name of the macro that creates what you see in the MVO dialogue box.&lt;BR /&gt;
It is a bit like the "Master_GDL" macros - you can have as many as you need so long as they are saved with the key words "LibraryGlobals" in the name.&lt;BR /&gt;
Oddly enough the file in the version 16 AUS library is called "LibraryGlobals13" and not "LibraryGlobals16" - so not sure what the US library is like.&lt;BR /&gt;
&lt;BR /&gt;
"showBMinSpace" is the name of the parameter that you want to get the value of.&lt;BR /&gt;
&lt;BR /&gt;
req_showBMinSpace - is the parameter you want the returned value to go to.&lt;BR /&gt;
&lt;BR /&gt;
the "success =" bit is just needed to avoid an error message.&lt;BR /&gt;
The value of "success" will be 1 if it can find the parameter you are after and 0 if it can't.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 30 May 2013 03:15:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151812#M13723</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2013-05-30T03:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARYGLOBAL for Door Minimum Spaces</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151813#M13724</link>
      <description>Thanks very much Barry!&lt;BR /&gt;
&lt;BR /&gt;
I had it pretty close to what you describe except for quote marks around the parameter name and the req_showBMinSpace variable name.&lt;BR /&gt;
&lt;BR /&gt;
The part and parameter names are the same in the US library. I'm guessing that's an international standard but since it could be anything I don't like to assume.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Oddly enough the file in the version 16 AUS library is called "LibraryGlobals13" and not "LibraryGlobals16"&lt;/BLOCKQUOTE&gt;

I assume the part name is because the feature was introduced with AC13.&lt;BR /&gt;
&lt;BR /&gt;
What I really don't understand is, if they are trying to give us more control and access to global variables and view options why not give us the information we need? Very frustrating.&lt;BR /&gt;
&lt;BR /&gt;
...but thanks again for picking up the slack for them. Cheers.</description>
      <pubDate>Thu, 30 May 2013 06:54:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151813#M13724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-30T06:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARYGLOBAL for Door Minimum Spaces</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151814#M13725</link>
      <description>One more thing just for the sake of completeness in case someone searches for this some time.&lt;BR /&gt;
&lt;BR /&gt;
The target variable ("req_showBMinSpace" in Barry's example) can be named whatever you want within the standard limits for variable names.</description>
      <pubDate>Thu, 30 May 2013 15:37:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151814#M13725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-30T15:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARYGLOBAL for Door Minimum Spaces</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151815#M13726</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;
It is a bit like the "Master_GDL" macros - you can have as many as you need so long as they are saved with the key words "LibraryGlobals" in the name.&lt;BR /&gt;
Barry.&lt;/BLOCKQUOTE&gt;

From my experience it is not necessary, to use the keyword "LibraryGlobals" in the name.&lt;BR /&gt;
You have to choose the subtype "Library Global Settings" and name it whatever you like; the object should not been placeable as well.&lt;BR /&gt;
&lt;BR /&gt;
Frank Beister has an example (open library globals) on &lt;A href="http://www.opengdl.org/Default.aspx?tabid=4750&amp;amp;language=en-US" target="_blank"&gt;www.opengdl.org&lt;/A&gt;</description>
      <pubDate>Fri, 31 May 2013 07:35:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151815#M13726</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2013-05-31T07:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARYGLOBAL for Door Minimum Spaces</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151816#M13727</link>
      <description>&lt;BLOCKQUOTE&gt;Joachim wrote:&lt;BR /&gt;
From my experience it is not necessary, to use the keyword "LibraryGlobals" in the name.&lt;BR /&gt;
You have to choose the subtype "Library Global Settings" and name it whatever you like; the object should not been placeable as well.
&lt;/BLOCKQUOTE&gt;

Correct.&lt;BR /&gt;
It has been a long time since I have had to set any of this up.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Thanks for the clarification.&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 31 May 2013 07:42:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARYGLOBAL-for-Door-Minimum-Spaces/m-p/151816#M13727</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2013-05-31T07:42:43Z</dc:date>
    </item>
  </channel>
</rss>

