I would like to control a Dimension parameter by using a if Statement.
The goal is; when you check the Full Beam Pocket to yes it will automatically set the Beam Pocket Depth to equal the Panel Thickness, if no then it should remain 3 1/2"
The current formula is ** if(Full Beam Pocket, 1, 0) = Panel Thickness **
That is the formula I entered and it is not working. I'm not sure what needs to change. I'm hoping someone can see what I'm missing.
Make Panel Thickness an Instance Parameter
...or all the associated parameters Type Parameters
I tried to something similar but Revit 2022 was nice enough to give me a hint (<boolean>, <result if true, result if false). Therefore try the following to see if it works:
if(Full Beam Pocket, Stud Spacing, 3.5")
If using a Yes/No parameter in a formula, you just need to type the parameter name and then the result if true and the result if false. Don't need an equal sign anywhere in the equation.
if(Yes/No Parameter, Result if True, Result if False).
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.