honeybee-core 1.64.6__py3-none-any.whl → 1.64.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- honeybee/room.py +1 -1
- {honeybee_core-1.64.6.dist-info → honeybee_core-1.64.8.dist-info}/METADATA +2 -2
- {honeybee_core-1.64.6.dist-info → honeybee_core-1.64.8.dist-info}/RECORD +7 -7
- {honeybee_core-1.64.6.dist-info → honeybee_core-1.64.8.dist-info}/WHEEL +0 -0
- {honeybee_core-1.64.6.dist-info → honeybee_core-1.64.8.dist-info}/entry_points.txt +0 -0
- {honeybee_core-1.64.6.dist-info → honeybee_core-1.64.8.dist-info}/licenses/LICENSE +0 -0
- {honeybee_core-1.64.6.dist-info → honeybee_core-1.64.8.dist-info}/top_level.txt +0 -0
honeybee/room.py
CHANGED
|
@@ -647,7 +647,7 @@ class Room(_BaseWithShade):
|
|
|
647
647
|
underground, interior = [], []
|
|
648
648
|
|
|
649
649
|
# get all of the edges in a way that colinear edges are broken down
|
|
650
|
-
base_edges = list(self.geometry.
|
|
650
|
+
base_edges = list(self.geometry.edges)
|
|
651
651
|
base_vertices = self.geometry.vertices
|
|
652
652
|
edges = []
|
|
653
653
|
for i, edge in enumerate(base_edges):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: honeybee-core
|
|
3
|
-
Version: 1.64.
|
|
3
|
+
Version: 1.64.8
|
|
4
4
|
Summary: A library to create 3D building geometry for various types of environmental simulation.
|
|
5
5
|
Home-page: https://github.com/ladybug-tools/honeybee-core
|
|
6
6
|
Author: Ladybug Tools
|
|
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: Implementation :: IronPython
|
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: ladybug-core==0.44.
|
|
21
|
+
Requires-Dist: ladybug-core==0.44.29
|
|
22
22
|
Requires-Dist: ladybug-geometry-polyskel==1.7.35
|
|
23
23
|
Requires-Dist: honeybee-schema==1.59.1; python_version >= "3.7"
|
|
24
24
|
Dynamic: author
|
|
@@ -19,7 +19,7 @@ honeybee/logutil.py,sha256=2gn-6RcWqFLvwdFzBHPqUwFqTj_R3iwHKALrl-2eL7M,2564
|
|
|
19
19
|
honeybee/model.py,sha256=Y-uLvOebXXfGc2QrswKyShcVtvGe7tvUDCk9rPdzEGk,204717
|
|
20
20
|
honeybee/orientation.py,sha256=GogGblASW9OU-fobfDaQ7w5yRbEAFdJJuHwg2fadhKI,5046
|
|
21
21
|
honeybee/properties.py,sha256=ok976fbUdXzLDR2XiPNf8Q5ejfOM-PArqm5CVUbFiCc,34316
|
|
22
|
-
honeybee/room.py,sha256=
|
|
22
|
+
honeybee/room.py,sha256=ptwpQPx6FpWgu7A0XhM2rekZY6dXMZCC62kwpn00JAY,169215
|
|
23
23
|
honeybee/search.py,sha256=KOIeQjYdj0yhRWPmF5kiFiH8Ei0WbzuiU-capnwYVeM,5060
|
|
24
24
|
honeybee/shade.py,sha256=2zuW1lR5wfe-UyAosuCX-3tII6CKONq7wt8Ac_jXU6c,20698
|
|
25
25
|
honeybee/shademesh.py,sha256=WnpYkt04zuB8w-6OETNP7ZfzJarykEkQig6YdNkuVOw,14069
|
|
@@ -40,9 +40,9 @@ honeybee/writer/model.py,sha256=N7F_jksf-5TrdVecuxTaFWxnPVFLmQs7k8g27TsdB7Q,177
|
|
|
40
40
|
honeybee/writer/room.py,sha256=kFghgStTU1SEJSLigXB0VjOWhZtgs4uXuAqdwd4yRQo,174
|
|
41
41
|
honeybee/writer/shade.py,sha256=EpgX-vMc-s21TnMvNWvWTKyT8iAnxu1nFVXzjY1oyF8,177
|
|
42
42
|
honeybee/writer/shademesh.py,sha256=Y41bLogJ7dwpvMe5cAWVRDRVqJEwo9e5hFJQjlt6UX8,189
|
|
43
|
-
honeybee_core-1.64.
|
|
44
|
-
honeybee_core-1.64.
|
|
45
|
-
honeybee_core-1.64.
|
|
46
|
-
honeybee_core-1.64.
|
|
47
|
-
honeybee_core-1.64.
|
|
48
|
-
honeybee_core-1.64.
|
|
43
|
+
honeybee_core-1.64.8.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
44
|
+
honeybee_core-1.64.8.dist-info/METADATA,sha256=2vqVeyiy6urF6oMS0vMJyxCGBHQ9lifsrRE7LGFth9c,3729
|
|
45
|
+
honeybee_core-1.64.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
46
|
+
honeybee_core-1.64.8.dist-info/entry_points.txt,sha256=r3YqOm40goBroH3ccUhpwQjvTwu10JWLd0HIRHI1J8E,47
|
|
47
|
+
honeybee_core-1.64.8.dist-info/top_level.txt,sha256=8ve7puCRLUA9XDEGc1Mcs-UX9sFjpPV8MeTaIMwQ_Tg,9
|
|
48
|
+
honeybee_core-1.64.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|