Community
Hi I can't seem to figure out what should be a simple formula. In my door family I'd like the give the user to turn on ADA clearances for doors that are 36" or larger. If the door is less than 36" I'd like the option for ADA clearances to be greyed out.
Is "ADA Clearances" a single Yes/No Parameter? If so, =Width>36" will check it. Either checked or unchecked, the Parameter will be greyed out.
Just create another Yes/No parameter (e.g. “another parameter”) and use if(width<x,1=0,another parameter)
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.