Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d559d1a43a
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user