Afternoon all, I am relatively new to Revit and I am trying to find out a way of using the formula to determine duct part numbers. the issue I have is that the family covers 3 sizes and two bend angles. Can the and/if statements be expanded to cover 6 options or is there a better option?
it is currently;
=if(Duct Diameter = 10mm, if(Angle = 90°, "10mm 90°", if(Angle = 45°, "10mm 45° Bend", "Unknown Part")), "Unknown Part")
any advice would be greatly appreciated.
it is currently;
=if(Duct Diameter = 10mm, if(Angle = 90°, "10mm 90°", if(Angle = 45°, "10mm 45° Bend", "Unknown Part")), "Unknown Part")
any advice would be greatly appreciated.
Comment