Aling Walls and Line

Hi,
I would like to make a python script that takes a wall, a line and aligns them (like revit command). But I dont know how. I know python, but still find it difficult to understand how to look for classes and methods in revit api.

Thanks

As far as I can tell there is no Align method in the API so you would have to abstract it by simply moving the Wall LocationLine.

This is a great reference for all Revit API: http://www.revitapidocs.com/

1 Like

Thanks!