We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
**This is a simple code, but the coordinates in the generated idf file are wrong! Why?** IDF.setiddname("D:/02_Software/EnergyPlus/Energy+.idd") idf = IDF(r'D:\02_Software\EnergyPlus\ExampleFiles\Minimal.idf') idf.epw = "USA_CO_Golden-NREL.724666_TMY3.epw" idf.add_block( name='BOC', coordinates=[[10,0], [10,10], [0,10], [0,0]], height=3, num_stories=1, zoning="core/perim", perim_depth=3) idf.set_default_constructions() idf.intersect_match() idf.saveas('1.idf')
The text was updated successfully, but these errors were encountered:
Maybe this comes from intersect_match()? Perhaps you could test it without it and post results.
intersect_match()
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: