We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-08-27 04:17 PM
Hello,
I'm trying to pull the information from the Construction Element Options for the "Show Zone Stamp" as well as door and window "with Marker". I just want to check whether they are toggled on or off. Is this possible? I tried looking at doing it through LibraryGlobal but they don't sit in the library in the same way, if at all.
Thanks
2024-09-05 03:13 PM - last edited on 2024-09-09 12:34 AM by Laszlo Nagy
Hi JGoode,
REQUEST("WINDOW_SHOW_DIM", "", show)
REQUEST("DOOR_SHOW_DIM", "", show)
Returns 1 in the show variable if in the Model View Options > Window options the "with Markers" is checked, 0 otherwise.
Curtain Wall and Stair MVO options are in globals GLOB_MVO_...
Zone stamps, and most of non-library MVO settings are not available.