Hi,
I have two extrusion in one familliy and i would like to control their visibility.
so i created 3 YES/NO parameters:
AB (instance)
A
B
The idea is when someone click checkbox (yes) on parameter AB then parameter A needs to be visible and parameter B not visible. and when someone click checkbox (no) on parameter AB then parameter A needs to be not visible and parameter B needs to be visible.
How should i write formula for this?
Thanks
No if needed
Formula for A = AB
Formula for B = not(AB)
YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION
If parameter A is always going to be the same as AB, you could eliminate that parameter AB. Associate the visibility of each element to either "A" or "B". Then make B be the opposite of A, meaning A=(not B). If the user activates B, B will be visible and A will be invisible, and vice versa.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.