2024-05-03 03:33 PM - last edited on 2024-09-26 01:06 PM by Doreena Deng
GLOB_ELEM_TYPE of Wallend gives back the VALUE 3 in a label which is the same as "Window".
How can I label a wallend as wallend like the Text/Autotext label does?
Solved! Go to Solution.
2024-05-04 12:07 PM
I was hoping for using ANCESTRY_INFO, but that does not work for the labeled elements, just for the element itself....
But I think what you can do instead is to check for the presence of "AC_fit_to_wall_height", since that comes with the subtype ("blue parameter") and is not available in windows.
Or you just check the name of the labeled element.
2024-05-03 06:51 PM - last edited on 2024-05-06 05:27 AM by Laszlo Nagy
Apparently there is no specific GLOB_ELEM_TYPE for Wallend (GDL Reference Guide p 344).
🤔
2024-05-04 12:07 PM
I was hoping for using ANCESTRY_INFO, but that does not work for the labeled elements, just for the element itself....
But I think what you can do instead is to check for the presence of "AC_fit_to_wall_height", since that comes with the subtype ("blue parameter") and is not available in windows.
Or you just check the name of the labeled element.
2024-05-04 03:57 PM
Thank You, Runxel.
"AC_fit_to_wall_height" works well.
I have initialised this variable with - 1000 m, so that it should fit in most 🙂 cases.