Wall rotation

Hey everyone,
there is a way to rotate walls in Revit with dynamo I want to make some walls perpendicular to another one, it’s possible with dynamo to deal with this

cordially

Rotate walls doesn’t seem to be directly possible. What you could do instead is get your walls location parameters with Element.Location from Clockwork, rotate the curves with Geometry.Rotate, and finally recreate walls with Wall.ByCurveAndLevels

Rotate is technically a wrong term to use, since you have to adjust the LocationLine property of the wall. I think latest Dynamo 1.2.1 has a new component called Element.SetLocation. Give that a whirl.

2 Likes

Element.SetLocation , that’s help

thx

Now I need to isolate some values included between 89 and 91, I don’t knwo how to deal with it

someone have any idea