Convert IDF geometry objects from Relative to World coordinate system
Hello,
I would like to share with you a small python script that converts geometry from relative to world coordinate system in IDF files. Feel free to use it. Below I described a minimal quick start guide that you can follow.
- you should have python3 installed - https://www.python.org/downloads/
- eppy library installed - https://pypi.org/project/eppy/
- download the script from the github repository - https://github.com/Tokarzewski/db-scr...
- check your idf version and install the same EP version from https://energyplus.net/downloads
- take the idd file from the instalated EnergyPlus folder.
- update the file paths for the idd and idf files inside the script.
- run the script using any IDE that supports python or just use a terminal.
Let me know if something didn't work or remains unclear.
Has Someone a idea to fix this error? I don't understand it tbh
@Burns, I don't understand this issue yet. Can you send me the idf and idd files so I can take a look?