Revit Architecture Forum
Welcome to Autodesk’s Revit Architecture Forums. Share your knowledge, ask questions, and explore popular Revit Architecture topics.
abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

Equal-parameter drives by y/n

4 ANTWORTEN 4
GELÖST
Antworten
Nachricht 1 von 5
yes_and_no
297 Aufrufe, 4 Antworten

Equal-parameter drives by y/n

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 ?

4 ANTWORTEN 4
Nachricht 2 von 5
barthbradley
als Antwort auf: yes_and_no

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. 

Nachricht 3 von 5
yes_and_no
als Antwort auf: barthbradley

It seems I need a set of extra 4 more parameters.

I wd rather copy n paste directly the values on the properties tab.

Nachricht 4 von 5
mhiserZFHXS
als Antwort auf: yes_and_no

You would rather do a task who knows how many times than add 4 extra parameters?

Nachricht 5 von 5
yes_and_no
als Antwort auf: mhiserZFHXS

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.

In Foren veröffentlichen  

Autodesk Design & Make Report