First time here? Check our help page!
1

3D representation of the building/Zone in Python

Hi everyone, hope you’re well,

I have a general question that I believe lots of members here can help me find an answer,

I have a small python program, in which I calculate the energy needs of a building using simple equations and inputs by the users.

I want to add a 3D representation of the zone (preferably with shadings and windows) in the GUI. a similar example of this can be seen in CLIMAPLUS > CLIMABOX online program.

Can anyone help me find the proper python package for this problem?

Thanks in advance.

Nimafo's avatar
89
Nimafo
asked 2021-01-16 08:08:19 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2021-01-16 14:56:39 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

You may be interested in Geomeppy - a geometry editor built on Eppy - a scripting language written in Python that interacts with EnerygPlus models. The top answer in this post mentions using that to write geometry to an EnerygPlus input file (IDF), and it looks like it can visualize the model's geometry as well.

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2021-01-16 15:05:16 -0500
edit flag offensive 0 remove flag delete link

Comments

Hey Aaron, Thank you so much for your help. it seems that the libraries you mention can do what I want. However, I am having a problem importing Geomeppy. I described my problem here, it would be great if you could help me solve this issue.

Nimafo's avatar Nimafo (2021-01-17 06:30:34 -0500) edit
add a comment see more comments