Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!

Give us the ability to control the visibility of a family based on the view scal

Give us the ability to control the visibility of a family based on the view scale. Some plan symbols differ based on the view scale. I would like to be able to use the view scale in formulas to control what appears in a family. (example "offset" if view scale is 1/4", offset is 3". if view scale is 1/8", offset is 6".

Comentarios
Collaborator
Collaborator

This would have some uses, and would be especially helpful in families that have annotations and other instances where fine/medium/course settings aren't available or granular enough. To do it the"Scale Value" parameter should be available to use in any family. Then the formulas could be written referring to to the Scale Value.  The scale value isn't editable in the view, but it's set for any scale, architectural, engineering, custom, etc.  That would make the above formula work as: Offset=if(Scale Value<48, 6", 3")