Skip to content
New issue

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

The coordinates generated by geomeppy in the BuildingSurfaceDetailed are incorrect #271

Open
ShihongZHANG1999 opened this issue Dec 25, 2023 · 1 comment

Comments

@ShihongZHANG1999
Copy link

**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')

idf file

@maynouf
Copy link

maynouf commented Feb 14, 2024

Maybe this comes from intersect_match()? Perhaps you could test it without it and post results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants