β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-29 AUS 3200 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | i9 11900K | 32GB | GTX2080TI |
β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-29 AUS 3200 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | i9 11900K | 32GB | GTX2080TI |