We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2019-01-29 04:43 AM
If _clean = 1 then If GLOB_VIEW_TYPE = 4 or 5 then _status = 8 else _status = 15 endIf 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 |
Solved! Go to Solution.
2019-01-29 06:53 PM
If _clean = 1 then If (GLOB_VIEW_TYPE = 4 or GLOB_VIEW_TYPE = 5) then _status = 8 else _status = 15 endIf endIf
2019-01-29 04:56 AM
2019-01-29 05:18 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 |
2019-01-29 06:22 AM
2019-01-29 06:53 PM
If _clean = 1 then If (GLOB_VIEW_TYPE = 4 or GLOB_VIEW_TYPE = 5) then _status = 8 else _status = 15 endIf endIf
2019-01-30 03:01 AM
If _clean = 1 then _status = 8 PARAMETERS _status = 8 else _status = 15 PARAMETERS _status = 15 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 |
2019-01-30 04:20 AM
Lingwisyer wrote:Remember GLOB_VIEW_TYPE is view dependant so will not work in the master script when it is run as the parameter script (i.e. you can not set the parameter).
I can get the parameter to change by using that in theParameter Script, but am unable to link it to the view type...
2019-01-30 04:42 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 |
2019-01-30 06:55 AM
2019-01-30 10:08 AM
If _clean = 1 then If (GLOB_VIEW_TYPE = 4 or GLOB_VIEW_TYPE = 5) then status = 8 else _status = 15 endIf
cprism_ louvtopmat, louvbotmat, louvsidemat, 5, gs_louvre_thk, -a / 2 + gs_fw_side_right + gs_int_fw, -(gs_louvre_width) / 2, _status, -a / 2 + gs_fw_side_right + gs_int_fw, (gs_louvre_width) / 2, _status, a / 2 - gs_fw_side_left - gs_int_fw, (gs_louvre_width) / 2, _status, a / 2 - gs_fw_side_left - gs_int_fw, -(gs_louvre_width) / 2, _status, -a / 2 + gs_fw_side_right + gs_int_fw, -(gs_louvre_width) / 2, -1
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 |