Revit Architecture Forum
Welcome to Autodesk’s Revit Architecture Forums. Share your knowledge, ask questions, and explore popular Revit Architecture topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Help with functions

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
CameroneMKEC
196 Views, 2 Replies

Help with functions

CameroneMKEC
Participant
Participant

Semi-experienced user here, but very green when it comes to using functions.  As indicated below, the INSIDE VALVE parameter is set to be false if CHECK VALVE parameter is checked.  What I would like to accomplish is to have the INSIDE VALVE parameter be false if either CHECK VALVE or BALL VALVE is true.  Is this possible?

 

I have a cheat-sheet for syntax, but I feel like I need to learn from an example so I can apply this knowledge to future functions.

 

 

Capture.PNG

0 Likes

Help with functions

Semi-experienced user here, but very green when it comes to using functions.  As indicated below, the INSIDE VALVE parameter is set to be false if CHECK VALVE parameter is checked.  What I would like to accomplish is to have the INSIDE VALVE parameter be false if either CHECK VALVE or BALL VALVE is true.  Is this possible?

 

I have a cheat-sheet for syntax, but I feel like I need to learn from an example so I can apply this knowledge to future functions.

 

 

Capture.PNG

2 REPLIES 2
Message 2 of 3
L.Maas
in reply to: CameroneMKEC

L.Maas
Mentor
Mentor
Accepted solution

OR will help

YEs.png

 

Please not that this is also TRUE if both are TRUE

Louis

EESignature

Please mention Revit version, especially when uploading Revit files.

OR will help

YEs.png

 

Please not that this is also TRUE if both are TRUE

Louis

EESignature

Please mention Revit version, especially when uploading Revit files.

Message 3 of 3
CameroneMKEC
in reply to: L.Maas

CameroneMKEC
Participant
Participant

Thank you for the quick reply!  I noticed that the function you provided made INSIDE VALVE true if either was checked.  So I modified the function:

 

not(or(CHECK VALVE, BALL VALVE))

 

And it provided exactly what I needed.  Thank you again for helping me understand a bit more.

0 Likes

Thank you for the quick reply!  I noticed that the function you provided made INSIDE VALVE true if either was checked.  So I modified the function:

 

not(or(CHECK VALVE, BALL VALVE))

 

And it provided exactly what I needed.  Thank you again for helping me understand a bit more.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report