Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2023-06-26 10:01 AM
Hi all,
Is there some way to access and write back to the Surface Override Parameter?
I have ways to override surfaces within my object and I was wanting to link this parameter rather than have it be seperate and override the internal overrides.
So the first internal override would be reflected to the external one. And ideally the toggle would be too.
IF GLOB_MODPAR_NAME = "[gs_boverride]" then
mat_over1 = [gs_boverride]
mat_1 = [gs_override]
PARAMETERS [gs_boverride] = [gs_boverride]
PARAMETERS [gs_override] = [gs_override]
endIF
IF GLOB_MODPAR_NAME = "mat_over1" then
[gs_boverride] = mat_over1
[gs_override] = mat_1
PARAMETERS mat_over1 = mat_over1
PARAMETERS mat_1 = mat_1
endIF
Ling.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2023-06-26 10:26 AM
I know SYMB_MAT is the material for the override, but I am not sure if you can determine if the override is active or not.
Barry.