Skip to content

Commit

Permalink
Fixed Bug for Units Other Than Meters
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Jan 10, 2019
1 parent 8dc40bc commit 00e4331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Honeybee_Set EP Air Flow.py
Expand Up @@ -69,7 +69,7 @@

ghenv.Component.Name = "Honeybee_Set EP Air Flow"
ghenv.Component.NickName = 'setEPNatVent'
ghenv.Component.Message = 'VER 0.0.64\nNOV_20_2018'
ghenv.Component.Message = 'VER 0.0.64\nJAN_10_2019'
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application
ghenv.Component.Category = "Honeybee"
ghenv.Component.SubCategory = "08 | Energy | Set Zone Properties"
Expand Down Expand Up @@ -494,7 +494,7 @@ def main(HBZones, natVentMethod, interZoneFlow, interZoneFlowSched, minIndoorTem
rc.Geometry.Brep.Append(fullWindowBrep, brep)
glzBB = rc.Geometry.Brep.GetBoundingBox(fullWindowBrep, rc.Geometry.Plane.WorldXY)
glzHeight = glzBB.Max.Z - glzBB.Min.Z
glzHeights.append(glzHeight)
glzHeights.append(glzHeight * sc.sticky["honeybee_ConversionFactor"])

#Assign the opening area and height to the zone.
for glzCount, glazedArea in enumerate(glazedAreas):
Expand Down
Binary file modified userObjects/Honeybee_Set EP Air Flow.ghuser
Binary file not shown.

0 comments on commit 00e4331

Please sign in to comment.