We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2015-11-18 07:34 PM - last edited on 2023-05-24 11:40 AM by Rubia Torres
2015-11-19 03:15 AM
2015-11-19 03:35 PM
The use of user globals for data transfer between an element and its macros is obsolete, slow to interpret, and hard to debug. The best practice is:
o For data transfer from the caller element to the macro, simply add the parameters to the macro call
o For data transfer from the macro to the caller element, add the returned parameters to the macro call
o To centrally set a value for all parts of a library:
Use the Library Master object to set fixed values and value lists for all of your objects
Use the Library Globals set in Model View Options to have editable parameters affecting all Library parts using that Model View.