Hi everyone! I hope you are having a wonderfull day.
I would like to know how to move a IFC file and rotate it at the same time to my project base point in Revit with a python node. The problem here is that I am receiving an IFC coming from Tekla, and the BIM team of the tekla department are using a different ProjectBasePoint.
I have done some workaround with a clockwork node called “Element.CopyByVector” trying to add the term “ElementTransformUtils.MoveElement” previous to the line “ElementTransformUtils.RotateElement” to the code, but with no success.
The idea is to translate the IFC element from the tekla project base point to mine revit project base point (i need a point for this (INT[3]), and then rotate with an angle (INT[2]), through a vector Z to correct the rotation of my RevitAngleToTrueNorth)
I will attach here the code that I have created so far just in case you guys could bring me some light to this (I have spent one entire day trying to solve it).
Thank you in advance.