Create a New Flip control in a family document

Create a New Flip control in a family document

frankholidayjunior
Advocate Advocate
1,175 Views
2 Replies
Message 1 of 3

Create a New Flip control in a family document

frankholidayjunior
Advocate
Advocate

frankholidayjunior_0-1595761665042.png

I Looked in the new ItemFactoryMethods of the revit api docs site and cannot find a method to generate a flip control. If this doesnt exist I might make a wishlist request. Does anyone know if I am barking up the wrong revit api docs tree?

0 Likes
Accepted solutions (1)
1,176 Views
2 Replies
Replies (2)
Message 2 of 3

RPTHOMAS108
Mentor
Mentor
Accepted solution

FamilyItemFactory.NewControl(ControlShape, View,  Origin)?

i.e. Document.FamilyCreate.NewControl...

 

Use control shape for flip direction and double or single, double is more of a rotation than a flip.

Message 3 of 3

frankholidayjunior
Advocate
Advocate

Awesome!

0 Likes