PySimultan 0.5.7__py3-none-any.whl → 0.5.8__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- PySimultan2/CHANGELOG.md +3 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/geometry/geometry_base.py +12 -0
- {pysimultan-0.5.7.dist-info → pysimultan-0.5.8.dist-info}/METADATA +5 -1
- {pysimultan-0.5.7.dist-info → pysimultan-0.5.8.dist-info}/RECORD +7 -7
- {pysimultan-0.5.7.dist-info → pysimultan-0.5.8.dist-info}/WHEEL +0 -0
- {pysimultan-0.5.7.dist-info → pysimultan-0.5.8.dist-info}/licenses/LICENSE.txt +0 -0
PySimultan2/CHANGELOG.md
CHANGED
PySimultan2/__about__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
version = '0.5.
|
1
|
+
version = '0.5.8'
|
@@ -471,6 +471,18 @@ class SimultanFace(ExtendedBaseGeometry):
|
|
471
471
|
|
472
472
|
return vertices, triangles
|
473
473
|
|
474
|
+
def get_orientation_to_volume(self, volume: 'SimultanVolume') -> Optional[GeometricOrientation]:
|
475
|
+
|
476
|
+
p_face = next((x for x in volume._wrapped_object.Faces if x.Face.Id is self._wrapped_object.Id), None)
|
477
|
+
|
478
|
+
if p_face is None or p_face.Orientation == GeometricOrientation.Undefined:
|
479
|
+
return None
|
480
|
+
|
481
|
+
mul_1 = 1 if self.orientation == GeometricOrientation.Forward else -1
|
482
|
+
mul_2 = 1 if p_face.Orientation == GeometricOrientation.Forward else -1
|
483
|
+
|
484
|
+
return GeometricOrientation.Forward if mul_1 * mul_2 == 1 else GeometricOrientation.Backward
|
485
|
+
|
474
486
|
def __repr__(self):
|
475
487
|
return f"SimultanFace {self.id} ({self.boundary.id}, {[x.id for x in self.holes]})"
|
476
488
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: PySimultan
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.8
|
4
4
|
Project-URL: Documentation, https://github.com/Bühler Maximilian/PySimultan2#readme
|
5
5
|
Project-URL: Issues, https://github.com/Bühler Maximilian/PySimultan2/issues
|
6
6
|
Project-URL: Source, https://github.com/Bühler Maximilian/PySimultan2
|
@@ -166,6 +166,10 @@ print(instances[0].param_1)
|
|
166
166
|
|
167
167
|
# Change Log
|
168
168
|
|
169
|
+
## [0.5.7] - 2024-12-09
|
170
|
+
- Added support for different taxonomy for content
|
171
|
+
- Added support for numpy np.float32, np.float64 and np.int32, np.int64
|
172
|
+
|
169
173
|
## [0.4.20] - 2024-07-01
|
170
174
|
- Fixed Bug in nested dictionary creation
|
171
175
|
|
@@ -1,5 +1,5 @@
|
|
1
|
-
PySimultan2/CHANGELOG.md,sha256=
|
2
|
-
PySimultan2/__about__.py,sha256=
|
1
|
+
PySimultan2/CHANGELOG.md,sha256=BBfCqgFQeigrlRQdHAksDz70-0fLKjzWkHbfFjJ2eDg,361
|
2
|
+
PySimultan2/__about__.py,sha256=I4Xkc80vf8gODt5O1ySRQPAixhhRNGFEyH4DQhuHlco,19
|
3
3
|
PySimultan2/__init__.py,sha256=PGVR1uhY01dF5tHyad-znURUZ_LVB95vsjId2BT0aJM,3245
|
4
4
|
PySimultan2/data_model.py,sha256=YYtfcR6jvGztng6Be8Vw9FQ02cPkl8ATHTZMoIu1ABQ,34140
|
5
5
|
PySimultan2/default_types.py,sha256=K-Eka5BCKk8DT3HU5761Ym_-ZFmu1_Dro0zW0LVGoHA,27157
|
@@ -11,7 +11,7 @@ PySimultan2/taxonomy_maps.py,sha256=K8lwiBkEnQkx40YZxqSJAHdqwuo6ssvkXLL_GBxVYO0,
|
|
11
11
|
PySimultan2/type_setter_lookup.py,sha256=PGa5_EtV7SM15w3uxy0fA3LiQ0TaS4Ys0LYR5zs8aNk,3748
|
12
12
|
PySimultan2/utils.py,sha256=1e2sYW1ioV0L9NREbBr03Y2tK1Hx9HxQv1pdXnIPIGY,66740
|
13
13
|
PySimultan2/geometry/__init__.py,sha256=nJolTD1i5J8qUkOQa-r3D20aq3Co3sN31Xc0n4wJpJo,248
|
14
|
-
PySimultan2/geometry/geometry_base.py,sha256=
|
14
|
+
PySimultan2/geometry/geometry_base.py,sha256=TwABfQEsqxAIGLqwvqVXEV-GA5sYGBJSJm7e58QmNzM,24015
|
15
15
|
PySimultan2/geometry/utils.py,sha256=J25YsK8sso_UL7xRusItQZvyjtvxdOsSPelBQYFABhY,8519
|
16
16
|
PySimultan2/resources/AssimpNet.dll,sha256=x8uwMHPRmEH9fDQihfEQLUdblM1u7RP-CCnUjOpXcLo,205312
|
17
17
|
PySimultan2/resources/AvalonDock.dll,sha256=9tCcw7cpaVq0bh1H2sfcxb8EWhySmgujPs89lAqIPZs,500224
|
@@ -75,7 +75,7 @@ PySimultan2/resources/assimp.dll,sha256=HwfDwXqoPDTFRyoQpA3qmgZoUdFtziJkV5fNtktE
|
|
75
75
|
PySimultan2/resources/componentmanager.user,sha256=hrzr1US4pqkFnLHXcvPkvrgGd7QvlxaV8mhS6fuikEs,760
|
76
76
|
PySimultan2/resources/defaultsettings.xml,sha256=s6Tk1tubLz5UYqXZWpD42EDHzedemRY1nEneoIVcUfg,392
|
77
77
|
PySimultan2/resources/setup.bat,sha256=fjvvYfVM6TalS-QTSiKAbAId5nTsk8kGGo06ba-wWaY,32
|
78
|
-
pysimultan-0.5.
|
79
|
-
pysimultan-0.5.
|
80
|
-
pysimultan-0.5.
|
81
|
-
pysimultan-0.5.
|
78
|
+
pysimultan-0.5.8.dist-info/METADATA,sha256=MRNoaabziaKiIp2bEk0MBnDiFGyiEtyWWesmdgIf3V4,5963
|
79
|
+
pysimultan-0.5.8.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
80
|
+
pysimultan-0.5.8.dist-info/licenses/LICENSE.txt,sha256=pmSr98k6N005KMojnZxzLGRuRlDjDx3PUrK1lFj53HA,1126
|
81
|
+
pysimultan-0.5.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|