Message 1 of 2
How can I get the difference between the coordinates of the revit project and an IFC file I'm reading in the background?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an Rvt file where an IFC is linked, however when loading the IFC it is not in the correct position (aligned with the Rvt). But I am developing a Script that is based on the location of the elements and they must be overlapping. I thought about taking the coordinate of the rvt-based point and the coordinate of the internal origin from ifc (since they coincide when I align the projects), calculate the difference and apply it to the coordinates of each element. I just don't know how to do it in practice. 😅
Ps: The script is being developed in python.