I have a door family with built in crash zone which I want to display if door is greater than 1.2m wide? I put a yes/no but I'm not able to control it with a formula to make it turn on and off automatically
Gelöst! Gehe zur Lösung
Gelöst von RDAOU. Gehe zur Lösung
@Anonymous
Use formula if(Width >1.2, 2>1, 2<1)
2>1 means true
2<1 means false
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
add a yes/no parameter and associate it to the mentioned crash zone object then add this formula: Door width>1.2
Mostafa Elashmawy
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Do he need to make an if statement? I think adding the condition only would be enough. Width >1.2
Mostafa Elashmawy
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
@MostafaElashmawyif it is only one condition no he can use only the statement which is true...I use IF just for the overall consistency in statements..."when conditional use IF"
tidier
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
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.