Control clash zone for doors

Control clash zone for doors

Anonymous
Not applicable
557 Views
4 Replies
Message 1 of 5

Control clash zone for doors

Anonymous
Not applicable

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 

 

 

0 Likes
Accepted solutions (1)
558 Views
4 Replies
Replies (4)
Message 2 of 5

RDAOU
Mentor
Mentor
Accepted solution

@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


Message 3 of 5

MostafaElashmawy
Advisor
Advisor

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.

EESignature

0 Likes
Message 4 of 5

MostafaElashmawy
Advisor
Advisor

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.

EESignature

0 Likes
Message 5 of 5

RDAOU
Mentor
Mentor

@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


0 Likes