<?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: elevation view. in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134614#M21409</link>
    <description>Hi David, &lt;BR /&gt;
Really Appreciate you taking the time to help me out.&lt;BR /&gt;
&lt;BR /&gt;
I have definitely tried the GLOB_CONTEXT command however I dont think there is a way to separate the sections &amp;amp; elevations? I know it may sound odd but there is something I want to show in section but not elevation. &lt;BR /&gt;
&lt;BR /&gt;
The WndTyp was named after a request command:&lt;BR /&gt;
&lt;BR /&gt;
Tmp = REQUEST ("HomeDB_info", "", WndIntID, WndID, WndNam, WndTyp)&lt;BR /&gt;
&lt;BR /&gt;
The GDL manual suggests the command should be "homeContext" however I dont know what the ID is for elevations.&lt;BR /&gt;
&lt;BR /&gt;
I would have thought that since they have seperated the section &amp;amp; elevations out they would have made the flag(?) seperate as well?</description>
    <pubDate>Sat, 01 May 2010 11:18:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-05-01T11:18:02Z</dc:date>
    <item>
      <title>elevation view.</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134612#M21407</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi there, &lt;BR /&gt;
I have created an object but a part of it I dont want showing in Elevation. &lt;BR /&gt;
&lt;BR /&gt;
I know there is a command that lets you turn off certain elements depending on which window it is. I cant find it in any manuals though. &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I have an old existing object hat has syntax:&lt;BR /&gt;
&lt;BR /&gt;
IF WndTyp = 2 THEN...... lets you view certain things in section only. &lt;BR /&gt;
&lt;BR /&gt;
what is the syntax for elevations/ plans/ etc? where can i find it?&lt;BR /&gt;
&lt;BR /&gt;
I cant find WndTyp anywhere. is it an old command?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 09:54:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134612#M21407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T09:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: elevation view.</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134613#M21408</link>
      <description>Dwayne:&lt;BR /&gt;
&lt;BR /&gt;
I think the command you are looking for is &lt;FONT color="blue"&gt;GLOB_CONTEXT&lt;/FONT&gt; (context of appearance), it is in the GDL Reference Guide under GLOBAL VARIABLES (page 261 of the AC 13 guide).  I don't think &lt;FONT color="green"&gt;WndTyp&lt;/FONT&gt; is a GDL command, from your snippet it looks like a parameter someone created for their script, the old commands have been listed in the GDL Reference Guide.&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Sat, 01 May 2010 11:05:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134613#M21408</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2010-05-01T11:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: elevation view.</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134614#M21409</link>
      <description>Hi David, &lt;BR /&gt;
Really Appreciate you taking the time to help me out.&lt;BR /&gt;
&lt;BR /&gt;
I have definitely tried the GLOB_CONTEXT command however I dont think there is a way to separate the sections &amp;amp; elevations? I know it may sound odd but there is something I want to show in section but not elevation. &lt;BR /&gt;
&lt;BR /&gt;
The WndTyp was named after a request command:&lt;BR /&gt;
&lt;BR /&gt;
Tmp = REQUEST ("HomeDB_info", "", WndIntID, WndID, WndNam, WndTyp)&lt;BR /&gt;
&lt;BR /&gt;
The GDL manual suggests the command should be "homeContext" however I dont know what the ID is for elevations.&lt;BR /&gt;
&lt;BR /&gt;
I would have thought that since they have seperated the section &amp;amp; elevations out they would have made the flag(?) seperate as well?</description>
      <pubDate>Sat, 01 May 2010 11:18:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134614#M21409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-01T11:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: elevation view.</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134615#M21410</link>
      <description>Dwayne:&lt;BR /&gt;
&lt;BR /&gt;
Yes, it appears that the &lt;FONT color="blue"&gt;GLOB_CONTEXT&lt;/FONT&gt; does not differentiate between Sections and Elevations (this was a single tool in earlier versions of ArchiCAD).&lt;BR /&gt;
&lt;BR /&gt;
The &lt;FONT color="blue"&gt;HomeDB_info&lt;/FONT&gt; Request seems to tell in which context the object was &lt;B&gt;placed&lt;/B&gt;, rather than in which context it is being &lt;B&gt;viewed&lt;/B&gt;, so this will not help (see page 296 of the GDL Reference Guide). In your script, the variable for the request is &lt;FONT color="green"&gt;WndTyp&lt;/FONT&gt;, in the GDL Guide they are using &lt;FONT color="green"&gt;homeContext&lt;/FONT&gt;, but the result is the same. [I used the search box for the GDL Reference Guide pdf file to find these words.] I don't know if there is a way to differentiate between Sections and Elevations, maybe someone else knows of a way or a work around.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Sat, 01 May 2010 12:18:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134615#M21410</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2010-05-01T12:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: elevation view.</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134616#M21411</link>
      <description>GLOB_CONTEXT needs to be extended, yes! Up to 13 there is no way to request the context for section and elevation separated. I do not know any cheap tricks to check by another parameter or system setting. Sorry.&lt;BR /&gt;
&lt;BR /&gt;
But there is a way in 13:&lt;BR /&gt;
Use Model view options to set a parameter, which declares the missing GLOB_CONTEXT value. This needs, that a specific MVO for section and elevation is always correct selected if you change the window.&lt;BR /&gt;
&lt;BR /&gt;
You can use the MVO settings makro &lt;A href="http://www.opengdl.org/Default.aspx?tabid=4750" target="_blank"&gt;OpenLibraryGlobals&lt;/A&gt;  to set in section "context" the plantype to section or elevation.&lt;BR /&gt;
&lt;BR /&gt;
In your object you can request by&lt;BR /&gt;

&lt;PRE&gt;sts = LIBRARYGLOBAL("OpenLibraryGlobals", "ef_plantype", OLG_plantype)
if OLG_plantype=3  then print "elevation"
if OLG_plantype=15 then print "section"
&lt;/PRE&gt;

You shouldn't change the OpenLibraryGlobals-object, because it can be used by other objects too and it will be updated from time to time.</description>
      <pubDate>Sat, 01 May 2010 21:37:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134616#M21411</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2010-05-01T21:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: elevation view.</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134617#M21412</link>
      <description>That is really awesome!! I was hoping something like that for the Model View Option would be available. &lt;BR /&gt;
&lt;BR /&gt;
That is perfect!! exactly what i wanted!&lt;BR /&gt;
&lt;BR /&gt;
That has oped up a whole new world of possibilities for me!!&lt;BR /&gt;
&lt;BR /&gt;
Thanks allot? is that kind of menu easy to build? how did you do it?</description>
      <pubDate>Sun, 02 May 2010 00:54:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134617#M21412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-02T00:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: elevation view.</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134618#M21413</link>
      <description>The menu is just a UI-script in a special kind of object type. It is not more complicated than other ones. To keep it multilingual is a bit more tricky, but no sorcery.&lt;BR /&gt;
&lt;BR /&gt;
At the end of the project page you find a link to the gdl documentation, but it offers not a lot of information. Maybe it was discussed here in any other thread.&lt;BR /&gt;
&lt;BR /&gt;
The object is for free. I introduced it &lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=32161" target="_blank"&gt;here&lt;/A&gt;. You can ship it with your own object. If you are missing common settings, which could be useful for other objects too, feel free to tell me. I will see, if I can implent it.&lt;BR /&gt;
&lt;BR /&gt;
I still have to do some documentation for the object, but you find some query/request code for your objects in the comment section of the object itself. Open the object for editing and switch to the tab.</description>
      <pubDate>Sun, 02 May 2010 10:47:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/elevation-view/m-p/134618#M21413</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2010-05-02T10:47:45Z</dc:date>
    </item>
  </channel>
</rss>

