Does the variable of gs_bOpeningtozone need to have the code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-05-23 06:23 AM
Does the variable of gs_bOpeningtozone need to have the code? If you know where it is, please let me know.
It doesn't work for the statement I wrote.
If you need to write code for this, please let me know.
- Labels:
-
Library (GDL)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-05-23 07:39 AM
It seems to just be a boolean parameter that is set on/off by the user.
I have no idea why it does not work in your statement.
If you search through all of the macros you will find that in a macro called 'GS Corner Window Functions', it seems to set the value for another parameter.
ac_zone_on_reveal_side = 1
if WIDO_REVEAL_SIDE exor not(gs_bOpeningToZone) then
ac_zone_on_reveal_side = not(ac_zone_on_reveal_side)
endif
parameters ac_zone_on_reveal_side = ac_zone_on_reveal_side
What that parameter is then used for I couldn't say without investigating further.
It looks to me that is just overrides the value of the 'ac_zone_on_reveal_side' parameter.
It seems to be so that the user can nominate that the zone the door/window opens into is the zone the door/window belongs to.
Barry.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-05-23 08:31 AM - edited 2023-05-23 08:38 AM
Barry, "GS Corner Window Functions" is part of the core of the standard archicad window.
all standard archicad windows call "gs_general_window_macro" with settings for the individual type, which then call the other main macros like "GS Corner Window Functions"
Member of Architalk since 2003, but missed the migration to Graphisoft. Melbourne, Australia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-05-23 10:13 AM
Mr. Berry, I am a beginner, so when I saw this part, I did not recognize where this function was used.
Now I know how this phrase works.
thank you ^^