Modeling
About Archicad's design tools, element connections, modeling concepts, etc.
SOLVED!

Door label by door leaf

jc4d
Expert

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:

jc4d_0-1643898569820.png

 

But I would like to see it this dimensions on the label and not the total:

jc4d_1-1643898889284.png

 

Is it possible?

 

Cheers.

1 ACCEPTED SOLUTION

Accepted Solutions
Solution

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.

 

BarryKelly_0-1643954086411.png

 

Barry.

One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

View solution in original post

6 REPLIES 6

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

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?

Solution

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.

 

BarryKelly_0-1643954086411.png

 

Barry.

One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

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.

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.

 

 

One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
zinkh
Contributor

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.