We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-02-03 03:35 PM
Hi,
I have a double door but I would like to see each leaf of the door sizes separated.
This is what I have currently:
But I would like to see it this dimensions on the label and not the total:
Is it possible?
Cheers.
Solved! Go to Solution.
2022-02-04 06:56 AM
I assume the door leaf sizes are parameters in the door object.
A label can access these parameters, but it has to be scripted (GDL) specifically to do so.
However in your schedule you can directly access the parameters of an object.
In the schedule settings you need to add a field/s for the door leaf/s.
Click on the arrow next to 'Add Fields' button and choose 'Library Part Parameters'.
Then browse for the door object and find the parameter for the door leaf.
Repeat if there is a second parameter for the other leaf.
Barry.
2022-02-04 04:58 AM
Whatever solution you end up using, keep the door size display on the Floor Plan because that it the information people using the Plans will find most useful. Show the different widths of the door panels in the Door Schedule or Door Legend. On Floor Plans and Elevations I like to use a Marker and a Lable for Doors and Windows. Markers for ID, Lable for Size. There was a time when I did it the other way around. The reason to do it that way is because they don't have a Marker I like that will do both the way I want it.
ArchiCAD 25 7000 USA - Windows 10 Pro 64x - Dell 7720 64 GB 2400MHz ECC - Xeon E3 1535M v6 4.20GHz - (2) 1TB M.2 PCIe Class 50 SSD's - 17.3" UHD IPS (3840x2160) - Nvidia Quadro P5000 16GB GDDR5 - Maxwell Studio/Render 5.2.1.49- Multilight 2 - Adobe Acrobat Pro - ArchiCAD 6 -25
2022-02-04 06:35 AM
Thank you for your reply, here in Finland we use the method that display both door panels, and the office has asked me if there is a solution for it to show it on the floor plan.
Regardin on displaying it on the schedule or on the door legeend, how can it be done?
2022-02-04 06:56 AM
I assume the door leaf sizes are parameters in the door object.
A label can access these parameters, but it has to be scripted (GDL) specifically to do so.
However in your schedule you can directly access the parameters of an object.
In the schedule settings you need to add a field/s for the door leaf/s.
Click on the arrow next to 'Add Fields' button and choose 'Library Part Parameters'.
Then browse for the door object and find the parameter for the door leaf.
Repeat if there is a second parameter for the other leaf.
Barry.
2022-02-04 07:56 AM
Is there a place where I can look how to access those parameters via GDL to use a label for it?
I have created GDL objects in the past, so I know my way a little bit around.
Cheers.
2022-02-04 11:06 AM - edited 2022-02-04 11:07 AM
You need to request the parameter value...
rrr=REQUEST ("ASSOCLP_PARVALUE", "parameter_name_here", name_or_index, type, flags, dim1, dim2, p_values)
The value of the parameter will be in p_values.
Don't forget if the parameter is a number, you will need to convert it to a string to use as text in the label.
Barry.
2022-07-31 02:12 PM
You'll find a very sophisticated marker fitting your needs on the French independent forum https://www.archi-cadlink.fr/viewtopic.php?t=2613
It's made by a gdl guru named Yves.