I'm making a cabinet family and am having trouble figuring out how to make an instance parameter to work.
New family type is not going to solve it, unless I am missing the big picture.
This is specifically for the side panel locations on each side. Each side has 3 configurations, so I actually have two separate parameters with the same condition.
What I need it to be is something like this (forgive my lack of "if then" knowledge...severe n00b)
If side panel offset = A Then Offset Length = 10mm
Else If side panel offset = B Then Offset Length = 20mm
Else If side panel offset = C Then Offset Length = 30mm
I was looking at yes/no switches, which I think will work but clunky.
I guess I was looking for a drop down selector to make that says "side panel a, b, or c"
This would be RAC 2012
I don't quite understand the Revit conditional statements yet. I found this formula in the wiki help, which isn't much help lol
IF with logical OR: =IF ( OR ( A = 1 , B = 3 ) , 8 , 3 )
New family type is not going to solve it, unless I am missing the big picture.
This is specifically for the side panel locations on each side. Each side has 3 configurations, so I actually have two separate parameters with the same condition.
What I need it to be is something like this (forgive my lack of "if then" knowledge...severe n00b)
If side panel offset = A Then Offset Length = 10mm
Else If side panel offset = B Then Offset Length = 20mm
Else If side panel offset = C Then Offset Length = 30mm
I was looking at yes/no switches, which I think will work but clunky.
I guess I was looking for a drop down selector to make that says "side panel a, b, or c"
This would be RAC 2012
I don't quite understand the Revit conditional statements yet. I found this formula in the wiki help, which isn't much help lol
IF with logical OR: =IF ( OR ( A = 1 , B = 3 ) , 8 , 3 )
Comment