hi guys, i’m trying to rotate room tags via dynamo to align the building walls.
- tag orientation set to MODEL
- i have added the following nodes to dynamo, and can see the family instances but they are not rotating.
what am i missing?
hi guys, i’m trying to rotate room tags via dynamo to align the building walls.
what am i missing?
@flyboy70
maybe this?

that was my first attempt but results in a type mismatch:slight_smile:
i think you cant rotate this Tags with degrees, it is just horizontal or vertical
maybe @khuzaimah.ElecEng is right, can’t test.
give Element.SetRotation a whirl
with revit 2019, when the Tag Orientation is set to MODEL, i can manually rotate it to any angle i want. i just dont want to manually do it
)
Using Element.SetParameterByName with ‘Orientation’ as the Parameter name and 0 or 1 as the value (0 being horizontal, 1 being vertical) works if the input is the specific tag elements. I do not know, however, if your method using family instances would have the same solution.
@flyboy70 did you found the solution to this…I am currently stuck with a similar problem
is there such a node…at least I can’t find it
@Marcel_Rijsmus thanks for the reply…I guess I have an older package version
and it did solve the problem