dragonfly-schema 1.15.0__py2.py3-none-any.whl → 1.15.1__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 CHANGED
@@ -476,6 +476,17 @@ class Model(IDdBaseModel):
476
476
  'been performed on a given Model.'
477
477
  )
478
478
 
479
+ reference_vector: List[float] = Field(
480
+ None,
481
+ description='A n optional list of 3 (x, y, z) values that describe a Vector3D '
482
+ 'relating the model to an original source coordinate system. Setting a value '
483
+ 'here is useful if the model has been moved from its original location '
484
+ 'and there may be future operations of merging geometry from the original '
485
+ 'source system.',
486
+ min_items=3,
487
+ max_items=3
488
+ )
489
+
479
490
  properties: ModelProperties = Field(
480
491
  ...,
481
492
  description='Extension properties for particular simulation engines '
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dragonfly-schema
3
- Version: 1.15.0
3
+ Version: 1.15.1
4
4
  Summary: Dragonfly Data-Model Objects
5
5
  Home-page: https://github.com/ladybug-tools/dragonfly-schema
6
6
  Author: Ladybug Tools
@@ -1,5 +1,5 @@
1
1
  dragonfly_schema/__init__.py,sha256=Cp-YAOlfQuotiRooL-u9oPbSK_C4xBDYQUhlA67qxyI,36
2
- dragonfly_schema/model.py,sha256=QnIBRNbdKWODGdmbdKffPLwzOPK-mY2PTACMzMFDqJ4,19024
2
+ dragonfly_schema/model.py,sha256=oPwSaOU4njQBBb-xU4YeDjUYMen2e4U_94JjRgtH7C8,19495
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
@@ -13,8 +13,8 @@ dragonfly_schema/energy/properties.py,sha256=d_0hPXWifkFSCXaIbOD0OFc4-pYPcGERUEn
13
13
  dragonfly_schema/radiance/__init__.py,sha256=ok8w16ru1XXBUVjdghvNvwwXGPVSKKpHU-nmj4mf3IU,57
14
14
  dragonfly_schema/radiance/gridpar.py,sha256=ZQTnEdN1vmSsa2QMxfUdebg3cMnu6VvfcluiP11xHOs,4809
15
15
  dragonfly_schema/radiance/properties.py,sha256=Q_O_7fJohdtv5uwHTCZp1W67LoNUaZ45GB6GK7zKK4Y,3405
16
- dragonfly_schema-1.15.0.dist-info/LICENSE,sha256=XfAFIvGuzrC7DEE82mZyAJX4l2ND-i7fICCCMiXBDZw,1070
17
- dragonfly_schema-1.15.0.dist-info/METADATA,sha256=dxPQGeZVIlZJwaQ23_to5BWe3dZcF6hgCih8-XjS-p8,1943
18
- dragonfly_schema-1.15.0.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
19
- dragonfly_schema-1.15.0.dist-info/top_level.txt,sha256=FOvFqYP_bZgcwNtIIgvUZjC-LuQGBEms5zW4nkiclZ0,17
20
- dragonfly_schema-1.15.0.dist-info/RECORD,,
16
+ dragonfly_schema-1.15.1.dist-info/LICENSE,sha256=XfAFIvGuzrC7DEE82mZyAJX4l2ND-i7fICCCMiXBDZw,1070
17
+ dragonfly_schema-1.15.1.dist-info/METADATA,sha256=b9RVwO4R6kCquOOEKxO1mVbzFrfOiJpKlKFu5kEx1jE,1943
18
+ dragonfly_schema-1.15.1.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
19
+ dragonfly_schema-1.15.1.dist-info/top_level.txt,sha256=FOvFqYP_bZgcwNtIIgvUZjC-LuQGBEms5zW4nkiclZ0,17
20
+ dragonfly_schema-1.15.1.dist-info/RECORD,,