We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2014-01-03 02:18 PM - last edited on 2023-05-17 07:34 PM by Gordana Radonic
2014-11-07 05:27 PM
2014-11-11 01:52 AM
2014-11-11 06:34 PM
2015-03-12 09:43 AM
Ed wrote:
GDL Gurus,
There is now a new GDL REQUEST syntax. It is available from AC 18 build 4020 and on.
New Master ID query (from v18 4020):
result = REQUEST("Full_ID_of_parent", "", id)
It will work with the Label, D/W Marker, and Zone Stamp.
Here is an example:
dim id[]
n = REQUEST("Full_ID_of_parent", "", id)
for i = 1 to vardim1 (id)
text2 0, 0, id
next i
** Note the value is returned in an array !
Here is a sample of how the Curtain Wall DW Label works in 19 (and how you can get it to work in 18 )
The masterID_source.png shows the GDL code snippet beside the placed and labeled element. This is from the file that will be the source hotlink:
2016-03-16 07:38 PM
2016-03-17 11:36 PM