Formula Queries. (visibility with IF settings and Air-lighting autosetting parameter for space)

Formula Queries. (visibility with IF settings and Air-lighting autosetting parameter for space)

mzmaso90
Advocate Advocate
215 Views
1 Reply
Message 1 of 2

Formula Queries. (visibility with IF settings and Air-lighting autosetting parameter for space)

mzmaso90
Advocate
Advocate

Hello Guys,

 

1-Is there a parameter, set-up within Revit, that establish if a specific room reach the air-lighting requirements mad by the: (Area of glass windows/ total steppable Surface of the room itself?

2-I need to set an IF formula with a visibility sintax. Is it possible to have a formula that says: IF (parameter visibility1=YES;parameter visibility2=NO)? And when typing this formula in the visibility script syntax, you can avoid to repeat the parameter of visibility2=NO and just type:NO?

 

Thank you so much for your time,

 

Best regards

Lorenzo

0 Likes
Accepted solutions (1)
216 Views
1 Reply
Reply (1)
Message 2 of 2

MetalFingerz
Advocate
Advocate
Accepted solution

Hi @mzmaso90 ,

 

Regarding your questions :

1. I do not think so but you can always create your own shared parameter that would follow that formula if you need

2. If I understand right, you have two visibility parameters and the second one is the opposite of the first one ?

If so, then you would need to have a simple formula for Visibility2 that would be not(Visibility1)

0 Likes