Parameter Formula Problems

Parameter Formula Problems

e-servis
Explorer Explorer
459 Views
2 Replies
Message 1 of 3

Parameter Formula Problems

e-servis
Explorer
Explorer

I have created four ''Yes/No'' parameter in a family. 

 

These formulas are working:

- If ''Eigenschaft1'' is visible then ''Linie 2'' is also visible and ''Linie 1'' isn't visible.

- If ''Eigenschaft1'' and ''Eigenschaft2'' are visible then ''Linie 1'' and ''Linie 2'' aren't visible.

 

How can I define ''Linie 2'' so that it isn't visible when neither ''Eigenschaft1'' nor ''Eigenschaft2'' are visible?

parameters.JPG

0 Likes
Accepted solutions (1)
460 Views
2 Replies
Replies (2)
Message 2 of 3

RDAOU
Mentor
Mentor
Bump

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes
Message 3 of 3

RDAOU
Mentor
Mentor
Accepted solution

@e-servis 

 

Tag Try the following:

  • Linie 2 = and(Eigenschaft1,not(Eigenschaft2))
  • Linie 1 = and(Eigenschaft1,Eigenschaft2)

 

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION