I have y/n parameter X, user input parameter Y (dimension), and a, b, c, d.
I wd like to make a=b=c=d=Y once X is ticked.
If X is not ticked, a, b, c, d have their own dimensions values.
I wrote
if(and(X, a=b=c=d=Y,))
and of course it s not working. Can you help ?
Gelöst! Gehe zur Lösung
Gelöst von yes_and_no. Gehe zur Lösung
Gelöst von barthbradley. Gehe zur Lösung
https://www.revitforum.org/node/1126
https://help.autodesk.com/view/RVT/2023/ENU/?guid=GUID-A0FA7A2C-9C1D-40F3-A808-73CD0A4A3F20
a=if(X, Y, [some other value])
b=if(X, Y, [some other value])
c=if(X, Y, [some other value])
d=if(X, Y, [some other value])
[some other value] is either a number or another parameter name.
It seems I need a set of extra 4 more parameters.
I wd rather copy n paste directly the values on the properties tab.
You would rather do a task who knows how many times than add 4 extra parameters?
The chance this family has 4 equal dimensions is less than the otherwise.
I thought it can be a simple way to give it an extra choice as that, for a schematic start.
But it seems give it the same default dimensions achieve the same intent.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.