Merge remote-tracking branch 'origin/master'

This commit is contained in:
pilar 2020-10-26 08:26:53 -04:00
commit d559d1a43a

View File

@ -34,7 +34,7 @@ class IdfHelper:
def add_surface(self, surface, building_name):
wall = self._idf.newidfobject('BUILDINGSURFACE:DETAILED', Name=surface.name, Surface_Type=surface.type,
Zone_Name=building_name, )
Zone_Name=building_name, )
self._matrix_to_list(surface.points)
wall.setcoords(IdfHelper._matrix_to_list(surface.points))