Translate beam ends

I want to move the ends of a beam that is modeled in Revit and I have this code but the problem is this modifies the beam line geometry in Dynamo but not in Revit. I do not want to delete the beam and then redraw another beam. Any suggestions?

You need the Element.SetLocation OOTB node. But before you use that node you need to workout the distance from your beam end to the point you want to move it to.

1 Like

It works @Renzoj14, Thnaks!

image

2 Likes