Hi Everyone
This is my first time asking a question here
I have made a Bi-Fold door. The issue that I have encountered is that I am wanting to have a yes/no parameter that is 'on' (yes) when a integer parameter is displaying 2 different numbers (showing when the value is 2 or 3) and 'off" (no) on all other values.
I.E.
Door Panel = 2 or 3
(yes/no) - X/1 door - = yes if Door Panel = 2 or 3
Door Panel = 0, 1, 4 and higher value
(yes/no) - X/1 door - = no if Door Panel = 0, 1, 4 and higher value
How do I write something into Revit Family yes/no parameter achieve this?
Thank you all for your feed back
Gelöst! Gehe zur Lösung
Gelöst von ToanDN. Gehe zur Lösung
Type this in the Yes/No parameter's formula box:
or(Door Panel = 2, Door Panel = 3)
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.