honeybee-core 1.64.6__tar.gz → 1.64.8__tar.gz
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_core-1.64.6/honeybee_core.egg-info → honeybee_core-1.64.8}/PKG-INFO +2 -2
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/room.py +1 -1
- {honeybee_core-1.64.6 → honeybee_core-1.64.8/honeybee_core.egg-info}/PKG-INFO +2 -2
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee_core.egg-info/SOURCES.txt +1 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee_core.egg-info/requires.txt +1 -1
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/requirements.txt +1 -1
- honeybee_core-1.64.8/tests/json/room_for_envelope_edges.hbjson +1 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/model_test.py +19 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/.github/workflows/ci.yaml +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/.github/workflows/dependency-release.yaml +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/.gitignore +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/.releaserc.json +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/CODE_OF_CONDUCT.md +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/CONTRIBUTING.md +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/LICENSE +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/MANIFEST.in +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/README.md +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/deploy.sh +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/dev-requirements.txt +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/docs/_build/.nojekyll +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/docs/_build/README.md +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/docs/_build/docs/README.md +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/docs/_static/custom.css +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/docs/_templates/layout.html +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/docs/cli/index.rst +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/docs/conf.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/docs/index.rst +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/__init__.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/__main__.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/_base.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/_basewithshade.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/_lockable.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/altnumber.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/aperture.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/boundarycondition.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/checkdup.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/cli/__init__.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/cli/compare.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/cli/create.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/cli/edit.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/cli/lib.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/cli/setconfig.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/cli/validate.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/colorobj.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/config.json +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/config.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/dictutil.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/door.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/extensionutil.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/face.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/facetype.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/logutil.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/model.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/orientation.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/properties.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/search.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/shade.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/shademesh.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/typing.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/units.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/writer/__init__.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/writer/aperture.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/writer/door.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/writer/face.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/writer/model.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/writer/room.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/writer/shade.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee/writer/shademesh.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee_core.egg-info/dependency_links.txt +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee_core.egg-info/entry_points.txt +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/honeybee_core.egg-info/top_level.txt +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/setup.cfg +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/setup.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/__init__.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/aperture_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/boundary_condition_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/cli_compare_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/cli_create_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/cli_edit_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/cli_validate_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/colorobj_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/config_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/dictutil_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/door_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/face_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/facetype_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/ShoeBox.json +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/bad_geometry_model.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/colliding_room_volumes.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/compare_model_1.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/compare_model_2.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/complex_polyfaces.json +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/minor_geometry/existing_model.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/minor_geometry/updated_model.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/mismatched_area_adj.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/model_with_adiabatic.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/model_with_holes.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/model_without_adjacency.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/nonascii_face.json +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/polygons_for_gap_boundary.json +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/room_for_window_offset.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/single_family_home.hbjson +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/lockable_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/orientation_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/room_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/search_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/shade_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/shademesh_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/stl/cube_ascii.stl +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/stl/cube_binary.stl +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/typing_test.py +0 -0
- {honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/units_test.py +0 -0
|
@@ -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
|
|
@@ -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
|
|
@@ -101,6 +101,7 @@ tests/json/model_with_holes.hbjson
|
|
|
101
101
|
tests/json/model_without_adjacency.hbjson
|
|
102
102
|
tests/json/nonascii_face.json
|
|
103
103
|
tests/json/polygons_for_gap_boundary.json
|
|
104
|
+
tests/json/room_for_envelope_edges.hbjson
|
|
104
105
|
tests/json/room_for_window_offset.hbjson
|
|
105
106
|
tests/json/single_family_home.hbjson
|
|
106
107
|
tests/json/minor_geometry/existing_model.hbjson
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"display_name": "Building_2", "identifier": "Building_2_94c119e2", "tolerance": 0.001, "angle_tolerance": 1.0, "rooms": [{"display_name": "520-4 BED", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195", "story": "Story_1", "faces": [{"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face0", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face0", "geometry": {"type": "Face3D", "plane": {"o": [55.778400000000005, -16.611599999999989, 14.058900000000605], "n": [0.0, 0.0, -1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[55.778400000000005, -9.1439999999999912, 14.058900000000605], [55.778400000000012, -24.079199999999993, 14.058900000000605], [48.158400000000015, -24.079199999999993, 14.058900000000605], [48.1584, -8.9915999999999912, 14.058900000000605], [51.663600000000002, -8.9915999999999912, 14.058900000000605], [51.663600000000002, -9.1439999999999912, 14.058900000000605]]}, "face_type": "Floor", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face1", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face1", "apertures": [{"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face1_Glz1", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face1_Glz1", "geometry": {"type": "Face3D", "plane": {"o": [54.455218749999979, -9.1439999999999912, 14.7320000000006], "n": [-0.0, 1.0, -0.0], "type": "Plane", "x": [-1.0, -0.0, 0.0]}, "boundary": [[54.455218749999979, -9.1439999999999912, 16.598900000000601], [54.455218749999979, -9.1439999999999912, 14.7320000000006], [53.667818749999974, -9.1439999999999912, 14.7320000000006], [53.667818749999974, -9.1439999999999912, 16.598900000000601]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "user_data": {}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [55.778400000000005, -9.1439999999999912, 14.058900000000605], "n": [0.0, 1.0, 0.0], "type": "Plane", "x": [1.0, -0.0, 0.0]}, "boundary": [[55.778400000000005, -9.1439999999999912, 17.272000000000606], [55.778400000000005, -9.1439999999999912, 14.058900000000605], [51.663600000000002, -9.1439999999999912, 14.058900000000605], [51.663600000000002, -9.1439999999999912, 17.272000000000606]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face2", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face2", "geometry": {"type": "Face3D", "plane": {"o": [51.663600000000002, -9.1439999999999912, 14.058900000000605], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[51.663600000000002, -9.1439999999999912, 17.272000000000606], [51.663600000000002, -9.1439999999999912, 14.058900000000605], [51.663600000000002, -8.9915999999999912, 14.058900000000605], [51.663600000000002, -8.9915999999999912, 17.272000000000606]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face3", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face3", "geometry": {"type": "Face3D", "plane": {"o": [51.663600000000002, -8.9915999999999912, 14.058900000000605], "n": [0.0, 1.0, 0.0], "type": "Plane", "x": [1.0, -0.0, 0.0]}, "boundary": [[51.663600000000002, -8.9915999999999912, 17.272000000000606], [51.663600000000002, -8.9915999999999912, 14.058900000000605], [48.1584, -8.9915999999999912, 14.058900000000605], [48.1584, -8.9915999999999912, 17.272000000000606]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face4", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face4", "apertures": [{"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face4_Glz1", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face4_Glz1", "geometry": {"type": "Face3D", "plane": {"o": [48.158400000000007, -13.289785177370639, 14.732000000000602], "n": [-1.0, -0.0, -0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[48.158400000000007, -13.289785177370639, 16.598900000000604], [48.158400000000007, -13.289785177370639, 14.732000000000602], [48.158400000000007, -14.077185177370637, 14.732000000000602], [48.158400000000007, -14.077185177370637, 16.598900000000604]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "user_data": {}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face4_Glz2", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face4_Glz2", "geometry": {"type": "Face3D", "plane": {"o": [48.158400000000007, -16.337785177370677, 14.732000000000602], "n": [-1.0, -0.0, -0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[48.158400000000007, -16.337785177370677, 16.598900000000604], [48.158400000000007, -16.337785177370677, 14.732000000000602], [48.158400000000007, -17.125185177370675, 14.732000000000602], [48.158400000000007, -17.125185177370675, 16.598900000000604]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "user_data": {}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face4_Glz3", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face4_Glz3", "geometry": {"type": "Face3D", "plane": {"o": [48.158400000000015, -19.385785177369986, 14.732000000000602], "n": [-1.0, -0.0, -0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[48.158400000000015, -19.385785177369986, 16.598900000000604], [48.158400000000015, -19.385785177369986, 14.732000000000602], [48.158400000000015, -20.173185177369984, 14.732000000000602], [48.158400000000015, -20.173185177369984, 16.598900000000604]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "user_data": {}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face4_Glz4", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face4_Glz4", "geometry": {"type": "Face3D", "plane": {"o": [48.158400000000015, -21.427281249999421, 14.732000000000602], "n": [-1.0, -0.0, -0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[48.158400000000015, -21.427281249999421, 16.598900000000604], [48.158400000000015, -21.427281249999421, 14.732000000000602], [48.158400000000015, -22.214681249999423, 14.732000000000602], [48.158400000000015, -22.214681249999423, 16.598900000000604]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "user_data": {}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [48.1584, -8.9915999999999912, 14.058900000000605], "n": [-1.0, -1.0360786464860021e-15, 0.0], "type": "Plane", "x": [-1.0360786464860021e-15, 1.0, 0.0]}, "boundary": [[48.1584, -8.9915999999999912, 17.272000000000606], [48.1584, -8.9915999999999912, 14.058900000000605], [48.158400000000015, -22.707599999999992, 14.058900000000605], [48.158400000000015, -22.707599999999992, 17.272000000000606]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face5", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face5", "geometry": {"type": "Face3D", "plane": {"o": [48.158400000000015, -22.707599999999992, 14.058900000000605], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[48.158400000000015, -22.707599999999992, 17.272000000000606], [48.158400000000015, -22.707599999999992, 14.058900000000605], [48.158400000000015, -24.079199999999993, 14.058900000000605], [48.158400000000015, -24.079199999999993, 17.272000000000606]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face6", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face6", "geometry": {"type": "Face3D", "plane": {"o": [48.158400000000015, -24.079199999999993, 14.058900000000605], "n": [0.0, -1.0, 0.0], "type": "Plane", "x": [-1.0, -0.0, 0.0]}, "boundary": [[48.158400000000015, -24.079199999999993, 17.272000000000606], [48.158400000000015, -24.079199999999993, 14.058900000000605], [55.778400000000012, -24.079199999999993, 14.058900000000605], [55.778400000000012, -24.079199999999993, 17.272000000000606]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face7", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face7", "geometry": {"type": "Face3D", "plane": {"o": [55.778400000000012, -24.079199999999993, 14.058900000000605], "n": [1.0, 9.5150079779326657e-16, 0.0], "type": "Plane", "x": [9.5150079779326657e-16, -1.0, 0.0]}, "boundary": [[55.778400000000012, -24.079199999999993, 17.272000000000606], [55.778400000000012, -24.079199999999993, 14.058900000000605], [55.778400000000005, -16.611599999999989, 14.058900000000605], [55.778400000000005, -16.611599999999989, 17.272000000000606]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face8", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face8", "geometry": {"type": "Face3D", "plane": {"o": [55.778400000000005, -16.611599999999989, 14.058900000000605], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[55.778400000000005, -16.611599999999989, 17.272000000000606], [55.778400000000005, -16.611599999999989, 14.058900000000605], [55.778400000000005, -9.1439999999999912, 14.058900000000605], [55.778400000000005, -9.1439999999999912, 17.272000000000606]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face9", "identifier": "Room_1a48092f-92a0-48fa-a211-b832c818ee2b-01b29195..Face9", "geometry": {"type": "Face3D", "plane": {"o": [55.778400000000005, -9.1439999999999912, 17.272000000000606], "n": [0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[48.1584, -8.9915999999999912, 17.272000000000606], [48.158400000000015, -24.079199999999993, 17.272000000000606], [55.778400000000012, -24.079199999999993, 17.272000000000606], [55.778400000000005, -9.1439999999999912, 17.272000000000606], [51.663600000000002, -9.1439999999999912, 17.272000000000606], [51.663600000000002, -8.9915999999999912, 17.272000000000606]]}, "face_type": "RoofCeiling", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}], "user_data": {}, "type": "Room", "properties": {"doe2": {"type": "RoomDoe2Properties"}, "radiance": {"type": "RoomRadiancePropertiesAbridged"}, "energy": {"type": "RoomEnergyPropertiesAbridged"}, "type": "RoomPropertiesAbridged"}}], "type": "Model", "version": "1.59.1", "units": "Meters", "properties": {"doe2": {"type": "ModelDoe2Properties"}, "radiance": {"modifiers": [], "type": "ModelRadianceProperties", "global_modifier_set": {"shade_set": {"type": "ShadeModifierSetAbridged", "interior_modifier": "generic_interior_shade_0.50", "exterior_modifier": "generic_exterior_shade_0.35"}, "roof_ceiling_set": {"type": "RoofCeilingModifierSetAbridged", "interior_modifier": "generic_ceiling_0.80", "exterior_modifier": "generic_ceiling_0.80"}, "context_modifier": "generic_context_0.20", "modifiers": [{"dependencies": [], "modifier": null, "g_reflectance": 0.5, "identifier": "generic_wall_0.50", "specularity": 0.0, "b_reflectance": 0.5, "r_reflectance": 0.5, "type": "Plastic", "roughness": 0.0}, {"b_transmissivity": 0.95841543286105957, "r_transmissivity": 0.95841543286105957, "modifier": null, "identifier": "generic_interior_window_vis_0.88", "refraction_index": null, "type": "Glass", "dependencies": [], "g_transmissivity": 0.95841543286105957}, {"dependencies": [], "modifier": null, "g_reflectance": 0.5, "identifier": "generic_interior_shade_0.50", "specularity": 0.0, "b_reflectance": 0.5, "r_reflectance": 0.5, "type": "Plastic", "roughness": 0.0}, {"dependencies": [], "modifier": null, "g_reflectance": 0.20000000000000001, "identifier": "generic_floor_0.20", "specularity": 0.0, "b_reflectance": 0.20000000000000001, "r_reflectance": 0.20000000000000001, "type": "Plastic", "roughness": 0.0}, {"dependencies": [], "modifier": null, "g_reflectance": 0.80000000000000004, "identifier": "generic_ceiling_0.80", "specularity": 0.0, "b_reflectance": 0.80000000000000004, "r_reflectance": 0.80000000000000004, "type": "Plastic", "roughness": 0.0}, {"b_transmissivity": 0.69757618153843315, "r_transmissivity": 0.69757618153843315, "modifier": null, "identifier": "generic_exterior_window_vis_0.64", "refraction_index": null, "type": "Glass", "dependencies": [], "g_transmissivity": 0.69757618153843315}, {"r_reflectance": 1.0, "b_reflectance": 1.0, "roughness": 0.0, "identifier": "air_boundary", "type": "Trans", "dependencies": [], "g_reflectance": 1.0, "specularity": 0.0, "transmitted_diff": 1.0, "transmitted_spec": 1.0, "modifier": null}, {"dependencies": [], "modifier": null, "g_reflectance": 0.34999999999999998, "identifier": "generic_exterior_shade_0.35", "specularity": 0.0, "b_reflectance": 0.34999999999999998, "r_reflectance": 0.34999999999999998, "type": "Plastic", "roughness": 0.0}, {"dependencies": [], "modifier": null, "g_reflectance": 0.5, "identifier": "generic_opaque_door_0.50", "specularity": 0.0, "b_reflectance": 0.5, "r_reflectance": 0.5, "type": "Plastic", "roughness": 0.0}, {"dependencies": [], "modifier": null, "g_reflectance": 0.20000000000000001, "identifier": "generic_context_0.20", "specularity": 0.0, "b_reflectance": 0.20000000000000001, "r_reflectance": 0.20000000000000001, "type": "Plastic", "roughness": 0.0}], "wall_set": {"type": "WallModifierSetAbridged", "interior_modifier": "generic_wall_0.50", "exterior_modifier": "generic_wall_0.50"}, "door_set": {"exterior_glass_modifier": "generic_exterior_window_vis_0.64", "interior_glass_modifier": "generic_interior_window_vis_0.88", "overhead_modifier": "generic_opaque_door_0.50", "exterior_modifier": "generic_opaque_door_0.50", "interior_modifier": "generic_opaque_door_0.50", "type": "DoorModifierSetAbridged"}, "floor_set": {"type": "FloorModifierSetAbridged", "interior_modifier": "generic_floor_0.20", "exterior_modifier": "generic_floor_0.20"}, "type": "GlobalModifierSet", "aperture_set": {"interior_modifier": "generic_interior_window_vis_0.88", "window_modifier": "generic_exterior_window_vis_0.64", "skylight_modifier": "generic_exterior_window_vis_0.64", "type": "ApertureModifierSetAbridged", "operable_modifier": "generic_exterior_window_vis_0.64"}, "air_boundary_modifier": "air_boundary"}, "modifier_sets": []}, "ies": {"type": "ModelIESProperties"}, "type": "ModelProperties", "energy": {"constructions": [], "ventilation_simulation_control": {"reference_temperature": 20.0, "vent_control_type": "SingleZone", "reference_humidity_ratio": 0.0, "reference_pressure": 101325.0, "building_type": "LowRise", "type": "VentilationSimulationControl", "long_axis_angle": 0.0, "aspect_ratio": 1.0}, "materials": [], "shws": [], "hvacs": [], "schedule_type_limits": [], "type": "ModelEnergyProperties", "global_construction_set": {"constructions": [{"solar_reflectance": 0.20000000000000001, "identifier": "Generic Context", "visible_reflectance": 0.20000000000000001, "is_specular": false, "type": "ShadeConstruction"}, {"type": "WindowConstructionAbridged", "identifier": "Generic Single Pane", "materials": ["Generic Clear Glass"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Interior Wall", "materials": ["Generic Gypsum Board", "Generic Wall Air Gap", "Generic Gypsum Board"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Exposed Floor", "materials": ["Generic Painted Metal", "Generic Ceiling Air Gap", "Generic 50mm Insulation", "Generic LW Concrete"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Roof", "materials": ["Generic Roof Membrane", "Generic 50mm Insulation", "Generic LW Concrete", "Generic Ceiling Air Gap", "Generic Acoustic Tile"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Exterior Door", "materials": ["Generic Painted Metal", "Generic 25mm Insulation", "Generic Painted Metal"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Interior Door", "materials": ["Generic 25mm Wood"]}, {"air_mixing_schedule": "Always On", "type": "AirBoundaryConstructionAbridged", "identifier": "Generic Air Boundary", "air_mixing_per_area": 0.10000000000000001}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Interior Floor", "materials": ["Generic Acoustic Tile", "Generic Ceiling Air Gap", "Generic LW Concrete"]}, {"solar_reflectance": 0.34999999999999998, "identifier": "Generic Shade", "visible_reflectance": 0.34999999999999998, "is_specular": false, "type": "ShadeConstruction"}, {"type": "WindowConstructionAbridged", "identifier": "Generic Double Pane", "materials": ["Generic Low-e Glass", "Generic Window Air Gap", "Generic Clear Glass"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Underground Roof", "materials": ["Generic 50mm Insulation", "Generic HW Concrete", "Generic Ceiling Air Gap", "Generic Acoustic Tile"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Exterior Wall", "materials": ["Generic Brick", "Generic LW Concrete", "Generic 50mm Insulation", "Generic Wall Air Gap", "Generic Gypsum Board"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Underground Wall", "materials": ["Generic 50mm Insulation", "Generic HW Concrete", "Generic Wall Air Gap", "Generic Gypsum Board"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Interior Ceiling", "materials": ["Generic LW Concrete", "Generic Ceiling Air Gap", "Generic Acoustic Tile"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Ground Slab", "materials": ["Generic 50mm Insulation", "Generic HW Concrete"]}], "materials": [{"conductivity": 0.14999999999999999, "specific_heat": 1630.0, "density": 608.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.025399999999999999, "solar_absorptance": 0.5, "visible_absorptance": 0.5, "roughness": "MediumSmooth", "type": "EnergyMaterial", "identifier": "Generic 25mm Wood"}, {"visible_reflectance_back": 0.20999999999999999, "solar_reflectance": 0.35999999999999999, "visible_reflectance": 0.20999999999999999, "type": "EnergyWindowMaterialGlazing", "emissivity_back": 0.047, "emissivity": 0.83999999999999997, "dirt_correction": 1.0, "solar_diffusing": false, "visible_transmittance": 0.70999999999999996, "infrared_transmittance": 0.0, "conductivity": 1.0, "solar_reflectance_back": 0.35999999999999999, "identifier": "Generic Low-e Glass", "solar_transmittance": 0.45000000000000001, "thickness": 0.0060000000000000001}, {"conductivity": 0.53000000000000003, "specific_heat": 840.0, "density": 1280.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.10000000000000001, "solar_absorptance": 0.80000000000000004, "visible_absorptance": 0.80000000000000004, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic LW Concrete"}, {"conductivity": 0.55600000000000005, "specific_heat": 1000.0, "density": 1.28, "thermal_absorptance": 0.90000000000000002, "thickness": 0.10000000000000001, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "Smooth", "type": "EnergyMaterial", "identifier": "Generic Ceiling Air Gap"}, {"conductivity": 0.059999999999999998, "specific_heat": 590.0, "density": 368.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.02, "solar_absorptance": 0.20000000000000001, "visible_absorptance": 0.20000000000000001, "roughness": "MediumSmooth", "type": "EnergyMaterial", "identifier": "Generic Acoustic Tile"}, {"conductivity": 1.95, "specific_heat": 900.0, "density": 2240.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.20000000000000001, "solar_absorptance": 0.80000000000000004, "visible_absorptance": 0.80000000000000004, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic HW Concrete"}, {"conductivity": 0.66700000000000004, "specific_heat": 1000.0, "density": 1.28, "thermal_absorptance": 0.90000000000000002, "thickness": 0.10000000000000001, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "Smooth", "type": "EnergyMaterial", "identifier": "Generic Wall Air Gap"}, {"conductivity": 0.16, "specific_heat": 1460.0, "density": 1120.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.01, "solar_absorptance": 0.65000000000000002, "visible_absorptance": 0.65000000000000002, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic Roof Membrane"}, {"conductivity": 0.16, "specific_heat": 1090.0, "density": 800.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.012699999999999999, "solar_absorptance": 0.5, "visible_absorptance": 0.5, "roughness": "MediumSmooth", "type": "EnergyMaterial", "identifier": "Generic Gypsum Board"}, {"gas_type": "Air", "thickness": 0.012699999999999999, "identifier": "Generic Window Air Gap", "type": "EnergyWindowMaterialGas"}, {"conductivity": 0.90000000000000002, "specific_heat": 790.0, "density": 1920.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.10000000000000001, "solar_absorptance": 0.65000000000000002, "visible_absorptance": 0.65000000000000002, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic Brick"}, {"visible_reflectance_back": 0.080000000000000002, "solar_reflectance": 0.070000000000000007, "visible_reflectance": 0.080000000000000002, "type": "EnergyWindowMaterialGlazing", "emissivity_back": 0.83999999999999997, "emissivity": 0.83999999999999997, "dirt_correction": 1.0, "solar_diffusing": false, "visible_transmittance": 0.88, "infrared_transmittance": 0.0, "conductivity": 1.0, "solar_reflectance_back": 0.070000000000000007, "identifier": "Generic Clear Glass", "solar_transmittance": 0.77000000000000002, "thickness": 0.0060000000000000001}, {"conductivity": 0.029999999999999999, "specific_heat": 1210.0, "density": 43.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.025000000000000001, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic 25mm Insulation"}, {"conductivity": 0.029999999999999999, "specific_heat": 1210.0, "density": 43.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.050000000000000003, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic 50mm Insulation"}, {"conductivity": 45.0, "specific_heat": 410.0, "density": 7690.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.0015, "solar_absorptance": 0.5, "visible_absorptance": 0.5, "roughness": "Smooth", "type": "EnergyMaterial", "identifier": "Generic Painted Metal"}], "air_boundary_construction": "Generic Air Boundary", "shade_construction": "Generic Shade", "roof_ceiling_set": {"ground_construction": "Generic Underground Roof", "interior_construction": "Generic Interior Ceiling", "exterior_construction": "Generic Roof", "type": "RoofCeilingConstructionSetAbridged"}, "wall_set": {"ground_construction": "Generic Underground Wall", "interior_construction": "Generic Interior Wall", "exterior_construction": "Generic Exterior Wall", "type": "WallConstructionSetAbridged"}, "door_set": {"overhead_construction": "Generic Exterior Door", "interior_glass_construction": "Generic Single Pane", "exterior_glass_construction": "Generic Double Pane", "type": "DoorConstructionSetAbridged", "interior_construction": "Generic Interior Door", "exterior_construction": "Generic Exterior Door"}, "context_construction": "Generic Context", "floor_set": {"ground_construction": "Generic Ground Slab", "interior_construction": "Generic Interior Floor", "exterior_construction": "Generic Exposed Floor", "type": "FloorConstructionSetAbridged"}, "type": "GlobalConstructionSet", "aperture_set": {"skylight_construction": "Generic Double Pane", "type": "ApertureConstructionSetAbridged", "interior_construction": "Generic Single Pane", "operable_construction": "Generic Double Pane", "window_construction": "Generic Double Pane"}}, "schedules": [], "program_types": [], "electric_load_center": {"inverter_efficiency": 0.95999999999999996, "type": "ElectricLoadCenter", "inverter_dc_to_ac_size_ratio": 1.1000000000000001}, "construction_sets": []}}}
|
|
@@ -260,6 +260,25 @@ def test_model_init_from_objects():
|
|
|
260
260
|
assert len(model.faces) == 0
|
|
261
261
|
|
|
262
262
|
|
|
263
|
+
def test_classified_envelope_edges():
|
|
264
|
+
"""Test the classified_envelope_edges method."""
|
|
265
|
+
model_json = './tests/json/room_for_envelope_edges.hbjson'
|
|
266
|
+
model = Model.from_hbjson(model_json, cleanup_irrational=True)
|
|
267
|
+
model.rooms[0].check_solid(model.tolerance, model.angle_tolerance)
|
|
268
|
+
|
|
269
|
+
roof_to_exterior, slab_to_exterior, exposed_floor_to_exterior_wall, \
|
|
270
|
+
exterior_wall_to_wall, roof_ridge, exposed_floor_to_floor, underground = \
|
|
271
|
+
model.classified_envelope_edges()
|
|
272
|
+
|
|
273
|
+
assert len(roof_to_exterior) == 8
|
|
274
|
+
assert len(slab_to_exterior) == 0
|
|
275
|
+
assert len(exposed_floor_to_exterior_wall) == 7
|
|
276
|
+
assert len(exterior_wall_to_wall) == 6
|
|
277
|
+
assert len(roof_ridge) == 0
|
|
278
|
+
assert len(exposed_floor_to_floor) == 0
|
|
279
|
+
assert len(underground) == 0
|
|
280
|
+
|
|
281
|
+
|
|
263
282
|
def test_rooms_by_identifier():
|
|
264
283
|
"""Test the rooms_by_identifier method."""
|
|
265
284
|
room = Room.from_box('TinyHouseZone', 5, 10, 3)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/minor_geometry/existing_model.hbjson
RENAMED
|
File without changes
|
{honeybee_core-1.64.6 → honeybee_core-1.64.8}/tests/json/minor_geometry/updated_model.hbjson
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|