cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Collaborate forum

Schedule of Handles

alemanda
Participant
Is there a way to get a schedule of the handles of doors?
I mean ... I have some 3D modeled custom handle; I placed them in my doors.
I'd like to have a schedule of these handles ...
Is there a way.
I tried ... but I was not so able to get it.
Any help is appreciated.
AC 19 and AC21 latest hotfix
Win 10 Pro 64bit
Double XEON 14 CORES (tot 28 physical cores)
32GB RAM - SSD 256GB - Nvidia Quadro K620
Display DELL 25'' 2560x1440
www.almadw.it
6 REPLIES 6

Laszlo Nagy
Community Admin
Community Admin
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.
....................................................................................................
Get Archicad Tips at https://twitter.com/laszlonagy
AMD Ryzen 1700X CPU, 48 GB RAM, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), WIN10 PRO ENG, AC20-AC26
Loving Archicad since 1995

alemanda
Participant
I've read right now the answer but ... in the meantime, somehow, I got what I tried to achieve ...
The only thing I cannot put into schedule is the 3D representation ...
Here's the .xml file for the schedule.
AC 19 and AC21 latest hotfix
Win 10 Pro 64bit
Double XEON 14 CORES (tot 28 physical cores)
32GB RAM - SSD 256GB - Nvidia Quadro K620
Display DELL 25'' 2560x1440
www.almadw.it

alemanda
Participant
... 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 ...
The only thing is that the script for doors and windows are so complicated ... and sensitive ... so only GS can "handle" them properly.
AC 19 and AC21 latest hotfix
Win 10 Pro 64bit
Double XEON 14 CORES (tot 28 physical cores)
32GB RAM - SSD 256GB - Nvidia Quadro K620
Display DELL 25'' 2560x1440
www.almadw.it

Laszlo Nagy
Community Admin
Community Admin
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.
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.

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.
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.
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.
This is the theory, but I don't know if it would work as I have never tried it.
....................................................................................................
Get Archicad Tips at https://twitter.com/laszlonagy
AMD Ryzen 1700X CPU, 48 GB RAM, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), WIN10 PRO ENG, AC20-AC26
Loving Archicad since 1995

alemanda
Participant
Yes Laszlo ... something like what you mentioned.
The variable "Generate handle only in schedule" should be among the MVO so that you can save it with the view.
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 ...
AC 19 and AC21 latest hotfix
Win 10 Pro 64bit
Double XEON 14 CORES (tot 28 physical cores)
32GB RAM - SSD 256GB - Nvidia Quadro K620
Display DELL 25'' 2560x1440
www.almadw.it

Laszlo Nagy
Community Admin
Community Admin
Yes, so basically you would need the exact opposite of the Hide Door Handles and Knobs in 3D checkbox in MVO, but in Schedules:

a Show only Door Handles and Knobs in Schedules checkbox.

That would make it possible to generate proper 3D of those handles in Door Handle (Door Hardware) schedules.
....................................................................................................
Get Archicad Tips at https://twitter.com/laszlonagy
AMD Ryzen 1700X CPU, 48 GB RAM, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), WIN10 PRO ENG, AC20-AC26
Loving Archicad since 1995

Start a new conversation!

Still looking?

Browse more topics

Back to forum

See latest solutions

Accepted solutions

Start a new discussion!