We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2019-03-21 12:42 AM - last edited on 2023-05-25 05:53 PM by Rubia Torres
2019-03-21 01:58 AM
2020-11-24 01:09 PM
Barry wrote:Barry,
The object needs to be scripted (3D script) so it can recognise when it is in a section or elevation view and you can then control it separately to the 3D view.
So unless it has been scripted that way, or you can amend the script yourself, you won't be able to have separate control.
2020-11-25 02:44 AM
IF glob_view_type = 4 | 5 THEN !elevation or section gs_shutter_opAngle = 0 gs_shutter_opLength = 0 ENDIF
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2020-11-25 02:52 AM
SwedishChef wrote:
Do you have any examples of how to script that?
I haven't explored the GDL-side of Archicad as much as I want to so if you have any help then that would be appreciated.
IF GLOB_VIEW_TYPE = 4 or GLOB_VIEW_TYPE = 5 THEN .....add script to do what you want - i.e. open or close doors ENDIF
2020-11-25 09:12 AM
2020-11-25 10:03 AM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |