cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.
SOLVED!

Show door handle type (gs_handle_type) on a door marker plan view

KevinJ
Booster

Hello, I'm searching a way to show the door handle type (or gs_handle_type) in plan view door marker.
In schedules I can call this GDL property with gs_handle_type like so : 

 

KevinJ_0-1767703518091.png


But for the marker there is not this possibility to call this kind of parameters (I believe a GDL Library part Parameters)

 

KevinJ_1-1767703650879.png

I was thinking to create a special property within property manager : and then call in the marker setting 
But I don't see how to call such GDL parameter here : 

 

KevinJ_2-1767703800473.png

So very easy with schedules but over complicated with marker; did I miss something ?
Any idea ?  

 

Operating system used: Windows

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Yves
Expert

I can confirm it's not possible to get GDL parameters in the properties.

Here's a video with another method that addresses your IFC request.
In the video, the "Add as Library Part Independent" function allows you to get the value for other objects using the same parameter.

 

Yves Houssier
Belgium
Archicad 19 -> 24
iMac - Mac Os 10,13

View solution in original post

8 REPLIES 8
Laszlo Nagy
Community Admin
Community Admin

Unfortunately, Properties do not have access to the values of Parameters of Library Parts. It is a limitation. This functionality has been wished for for a long time, but it has not been implemented yet.

Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac29
Barry Kelly
Moderator

The door/window markers are objects so would have to be modified to display object parameters.

I think this could be done but you will have to have some knowledge of GDL.

 

What about using an autotext label instead of  marker?

Not so automatic as you have to place the label, but they can show object parameters.

 

Barry.

One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

Thanks for answering that fast ! 
Look like I was chasing ghost ! But as it was possible in schedules I thought it must be possible neither creating a property or using the parameters directly. I guess handle type will only show in schedules then !  Maybe you know if they could show in the IFC file ? That would also be convenient for builders ... 

Yves
Expert

Hi,

I think Barry's idea might be easy to implement.

You just need to use the marker's existing "handle" parameter.
There are just two short lines to add to the beginning of the marker's master script.

 

rrr = request ("ASSOCLP_PARVALUE", "gs_handle_type", index_ew, type_ew, flags_ew, dim1_ew, dim2_ew, handle_type)
PARAMETERS strHandlePrefix = handle_type
!!!!PARAMETERS strHandleValue = handle_type

 

Capture d’écran 2026-01-07.png

 

 

Yves Houssier
Belgium
Archicad 19 -> 24
iMac - Mac Os 10,13

Ok, actually I didn't see/know handle was an option in content 4. 
Made the change in GDL 
BUT in your proposition the value "handle 1" show in title row ! 

 

KevinJ_0-1767861879832.png

 

Is there a way to show only value ? 

But you confirm that there is no way to call/request a value from GDL object as a property ? 
Expect ID and size all my value in the stamp are as property:  

 

KevinJ_1-1767862009651.png

Solution
Yves
Expert

I can confirm it's not possible to get GDL parameters in the properties.

Here's a video with another method that addresses your IFC request.
In the video, the "Add as Library Part Independent" function allows you to get the value for other objects using the same parameter.

 

Yves Houssier
Belgium
Archicad 19 -> 24
iMac - Mac Os 10,13

Nice solution.

It is easy to forget that Labels can display the values of IFC Properties, and you can map Library Part parameters to IFC Properties and display those in the Labels. No Properties needed.

Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac29

Setup info provided by author

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!