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

This functionality is probably one of few that I would consider mandatory to get an addin for since it takes out so much tedious work that is very easy to mess up.

 

I would like to see two "Yes/No" instance parameters, "Facing Flipped" and "Hand Flipped". These parameters would only be visible for families which can be flipped and by doing it this way you could not just read the flipstate of the instance, you could also flip instances from schedules if you need to. These two parameters have all the information needed to figure out if the family is flipped or not (by checking if one is true and the other is not), but a third readonly parameter named "Flipped" doing just this would be convenient and reduce the amount of formulas needed.

 

FacingFlipped and HandFlipped are already available in the API, so just exposing them in the Revit UI seems like a fairly simple thing to do.