dragonfly-schema 1.12.6__py2.py3-none-any.whl → 1.12.7__py2.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.
- dragonfly_schema/model.py +7 -0
- {dragonfly_schema-1.12.6.dist-info → dragonfly_schema-1.12.7.dist-info}/METADATA +1 -1
- {dragonfly_schema-1.12.6.dist-info → dragonfly_schema-1.12.7.dist-info}/RECORD +6 -6
- {dragonfly_schema-1.12.6.dist-info → dragonfly_schema-1.12.7.dist-info}/LICENSE +0 -0
- {dragonfly_schema-1.12.6.dist-info → dragonfly_schema-1.12.7.dist-info}/WHEEL +0 -0
- {dragonfly_schema-1.12.6.dist-info → dragonfly_schema-1.12.7.dist-info}/top_level.txt +0 -0
dragonfly_schema/model.py
CHANGED
@@ -236,6 +236,13 @@ class Story(IDdBaseModel):
|
|
236
236
|
'multiplier is 1. If None, all Room2D ceilings will be flat.'
|
237
237
|
)
|
238
238
|
|
239
|
+
is_plenum: bool = Field(
|
240
|
+
False,
|
241
|
+
description='A boolean noting whether the Room2Ds of the Story represent '
|
242
|
+
'plenums. If True, all Room2Ds in the Story are translated to 3D with a True '
|
243
|
+
'exclude_floor_area property.'
|
244
|
+
)
|
245
|
+
|
239
246
|
properties: StoryPropertiesAbridged = Field(
|
240
247
|
...,
|
241
248
|
description='Extension properties for particular simulation engines '
|
@@ -1,5 +1,5 @@
|
|
1
1
|
dragonfly_schema/__init__.py,sha256=Cp-YAOlfQuotiRooL-u9oPbSK_C4xBDYQUhlA67qxyI,36
|
2
|
-
dragonfly_schema/model.py,sha256=
|
2
|
+
dragonfly_schema/model.py,sha256=lTgVsZZc4NdqAMBzM68gqke_Cm_UCRNCM0-2xNPcBTs,16918
|
3
3
|
dragonfly_schema/roof.py,sha256=A4cYdKrx01lqlBrPzAOwAO4jtEh9JdD46tB9wSW2p6w,746
|
4
4
|
dragonfly_schema/shading_parameter.py,sha256=WI9XPX3eVXhIutvE_AD1ozJ4QxH85E3Frv9SKsIzCl8,3121
|
5
5
|
dragonfly_schema/skylight_parameter.py,sha256=4uxsAHHEbpfZYndIw2KcQ9AJXU7AJcRZWo7up65vC2c,3137
|
@@ -9,8 +9,8 @@ dragonfly_schema/energy/properties.py,sha256=x7wJqW9kPVMapa9lhIhsmMe_9IDYSWjN-H7
|
|
9
9
|
dragonfly_schema/radiance/__init__.py,sha256=ok8w16ru1XXBUVjdghvNvwwXGPVSKKpHU-nmj4mf3IU,57
|
10
10
|
dragonfly_schema/radiance/gridpar.py,sha256=ZQTnEdN1vmSsa2QMxfUdebg3cMnu6VvfcluiP11xHOs,4809
|
11
11
|
dragonfly_schema/radiance/properties.py,sha256=Q_O_7fJohdtv5uwHTCZp1W67LoNUaZ45GB6GK7zKK4Y,3405
|
12
|
-
dragonfly_schema-1.12.
|
13
|
-
dragonfly_schema-1.12.
|
14
|
-
dragonfly_schema-1.12.
|
15
|
-
dragonfly_schema-1.12.
|
16
|
-
dragonfly_schema-1.12.
|
12
|
+
dragonfly_schema-1.12.7.dist-info/LICENSE,sha256=XfAFIvGuzrC7DEE82mZyAJX4l2ND-i7fICCCMiXBDZw,1070
|
13
|
+
dragonfly_schema-1.12.7.dist-info/METADATA,sha256=qOHbQw3XBHvxqT0hJ7TOqNdoTVVa62DekbKuVu6bSxY,1943
|
14
|
+
dragonfly_schema-1.12.7.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
15
|
+
dragonfly_schema-1.12.7.dist-info/top_level.txt,sha256=FOvFqYP_bZgcwNtIIgvUZjC-LuQGBEms5zW4nkiclZ0,17
|
16
|
+
dragonfly_schema-1.12.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|