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.
2025-08-07 04:56 PM
I think "DOOR_SHOW_DIM" etc are deprecated after AC19.
2025-08-08 02:36 AM
Still works for me in 28.
In fact I just checked and I am using the old combined command.