matt.fleming
2010-11-01, 06:01 PM
Hello.
I'm trying to create a formula so the user can select 1 of the 4 visibility options I have set.
vis1
vis2 = not(vis1)
vis3
vis4 = not(vis3)
Currently I can only togle between pairs of two using the NOT operator. This is no good.
Does anyone know how to only be able to make "TRUE/CHECKED" only ONE of the visibliity options?
Normal, in PHP or HTML you can use if, than, else statements but this is not working for me in Revit.
Thanks
Matt
I'm trying to create a formula so the user can select 1 of the 4 visibility options I have set.
vis1
vis2 = not(vis1)
vis3
vis4 = not(vis3)
Currently I can only togle between pairs of two using the NOT operator. This is no good.
Does anyone know how to only be able to make "TRUE/CHECKED" only ONE of the visibliity options?
Normal, in PHP or HTML you can use if, than, else statements but this is not working for me in Revit.
Thanks
Matt