<?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: Schedule of Handles in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212795#M26976</link>
    <description>Yes, so basically you would need the exact opposite of the &lt;FONT color="#006DFF"&gt;Hide Door Handles and Knobs in 3D &lt;/FONT&gt;checkbox in MVO, but in Schedules: &lt;BR /&gt;
&lt;BR /&gt;
a &lt;FONT color="#003FFF"&gt;Show only Door Handles and Knobs in Schedules &lt;/FONT&gt;checkbox.&lt;BR /&gt;
&lt;BR /&gt;
That would make it possible to generate proper 3D of those handles in Door Handle (Door Hardware) schedules.</description>
    <pubDate>Tue, 07 Oct 2014 14:06:36 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2014-10-07T14:06:36Z</dc:date>
    <item>
      <title>Schedule of Handles</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212789#M26970</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is there a way to get a schedule of the handles of doors?&lt;BR /&gt;
I mean ... I have some 3D modeled custom handle; I placed them in my doors.&lt;BR /&gt;
I'd like to have a schedule of these handles ... &lt;BR /&gt;
Is there a way.&lt;BR /&gt;
I tried ... but I was not so able to get it.&lt;BR /&gt;
Any help is appreciated.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 04 Oct 2014 08:05:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212789#M26970</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2014-10-04T08:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule of Handles</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212790#M26971</link>
      <description>Unfortunately, this is not possible to do because Handles are macro objects, which means that the GDL Object generating the Handle is called from the script of the Door Object. And in Schedule you can only schedule the Doors, Windows, Objects etc., but not the macros they are calling. Would be nice though.</description>
      <pubDate>Mon, 06 Oct 2014 14:44:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212790#M26971</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2014-10-06T14:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule of Handles</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212791#M26972</link>
      <description>I've read right now the answer but ... in the meantime, somehow, I got what I tried to achieve ... &lt;BR /&gt;
The only thing I cannot put into schedule is the 3D representation ... &lt;BR /&gt;
Here's the .xml file for the schedule.</description>
      <pubDate>Tue, 07 Oct 2014 07:23:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212791#M26972</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2014-10-07T07:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule of Handles</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212792#M26973</link>
      <description>... but, for sure, by GDL, isolating the handle in the 3D and 2D representation in the schedule context (glob_context), I could get it ... just adding "show 3D representation" in the schedule ... &lt;BR /&gt;
The only thing is that the script for doors and windows are so complicated ... and sensitive ... so only GS can "handle" them properly.</description>
      <pubDate>Tue, 07 Oct 2014 07:43:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212792#M26973</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2014-10-07T07:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule of Handles</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212793#M26974</link>
      <description>Well, yes, from the XML file I can see that you could list Handle parameters in the Schedule because those are parameters of the Door object.&lt;BR /&gt;
But as you said, you cannot do the same with the 3D representation of the Handle. You cannot set ArchiCAD to display the 3D of only the Door Handle. It will always display the Door along with the Handle but never only the Handle by itself.&lt;BR /&gt;
&lt;BR /&gt;
I am thinking about how this could possibly be done. I have one idea but it requires some advanced GDL scripting, and even then I don't know if it would work.&lt;BR /&gt;
So basically there is a GDL Global variable called GLOB_CONTEXT. This variable makes it possible for the GDL Object to know eaxctly which kind of Viewpoint it is being generated/displayed in. The GDL Manual says that in a list the GLOB_CONTEXT variable returns the value of 6. So a Door's 3D Script could be written to check whether GLOB_CONTEXT is 6, and if it is, it means we are in the Schedule.&lt;BR /&gt;
There would be a variable called "Generated Handle only in Schedule", and if this variable is set to YES, plus we are in a Schedule, the program would not generate anything else besides the 3D geometry created by the Handle macro it calls.&lt;BR /&gt;
This is the theory, but I don't know if it would work as I have never tried it.</description>
      <pubDate>Tue, 07 Oct 2014 13:04:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212793#M26974</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2014-10-07T13:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule of Handles</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212794#M26975</link>
      <description>Yes Laszlo ... something like what you mentioned.&lt;BR /&gt;
The variable "Generate handle only in schedule" should be among the MVO so that you can save it with the view.&lt;BR /&gt;
Moreover, it is something already implemented and it refers just to the handles ... in fact you can switch off by MVO in section/elevation ... we need something similar ...</description>
      <pubDate>Tue, 07 Oct 2014 13:46:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212794#M26975</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2014-10-07T13:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule of Handles</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212795#M26976</link>
      <description>Yes, so basically you would need the exact opposite of the &lt;FONT color="#006DFF"&gt;Hide Door Handles and Knobs in 3D &lt;/FONT&gt;checkbox in MVO, but in Schedules: &lt;BR /&gt;
&lt;BR /&gt;
a &lt;FONT color="#003FFF"&gt;Show only Door Handles and Knobs in Schedules &lt;/FONT&gt;checkbox.&lt;BR /&gt;
&lt;BR /&gt;
That would make it possible to generate proper 3D of those handles in Door Handle (Door Hardware) schedules.</description>
      <pubDate>Tue, 07 Oct 2014 14:06:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-of-Handles/m-p/212795#M26976</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2014-10-07T14:06:36Z</dc:date>
    </item>
  </channel>
</rss>

