topologicpy 0.7.70__py3-none-any.whl → 0.7.71__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.
- topologicpy/Wire.py +2 -2
- topologicpy/version.py +1 -1
- {topologicpy-0.7.70.dist-info → topologicpy-0.7.71.dist-info}/METADATA +1 -1
- {topologicpy-0.7.70.dist-info → topologicpy-0.7.71.dist-info}/RECORD +7 -7
- {topologicpy-0.7.70.dist-info → topologicpy-0.7.71.dist-info}/LICENSE +0 -0
- {topologicpy-0.7.70.dist-info → topologicpy-0.7.71.dist-info}/WHEEL +0 -0
- {topologicpy-0.7.70.dist-info → topologicpy-0.7.71.dist-info}/top_level.txt +0 -0
topologicpy/Wire.py
CHANGED
@@ -1081,7 +1081,7 @@ class Wire():
|
|
1081
1081
|
@staticmethod
|
1082
1082
|
def ConcaveHull(topology, k: int = 3, mantissa: int = 6, tolerance: float = 0.0001):
|
1083
1083
|
"""
|
1084
|
-
Returns a wire representing the 2D
|
1084
|
+
Returns a wire representing the 2D concave hull of the input topology. The vertices of the topology are assumed to be coplanar.
|
1085
1085
|
Code based on Moreira, A and Santos, M Y, "CONCAVE HULL: A K-NEAREST NEIGHBOURS APPROACH FOR THE COMPUTATION OF THE REGION OCCUPIED BY A SET OF POINTS"
|
1086
1086
|
GRAPP 2007 - International Conference on Computer Graphics Theory and Applications.
|
1087
1087
|
|
@@ -1101,7 +1101,7 @@ class Wire():
|
|
1101
1101
|
Returns
|
1102
1102
|
-------
|
1103
1103
|
topologic_core.Wire
|
1104
|
-
The
|
1104
|
+
The concave hull of the input topology.
|
1105
1105
|
"""
|
1106
1106
|
|
1107
1107
|
from topologicpy.Vertex import Vertex
|
topologicpy/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '0.7.
|
1
|
+
__version__ = '0.7.71'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: topologicpy
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.71
|
4
4
|
Summary: An AI-Powered Spatial Modelling and Analysis Software Library for Architecture, Engineering, and Construction.
|
5
5
|
Author-email: Wassim Jabi <wassim.jabi@gmail.com>
|
6
6
|
License: AGPL v3 License
|
@@ -26,11 +26,11 @@ topologicpy/Sun.py,sha256=42tDWMYpwRG7Z2Qjtp94eRgBuqySq7k8TgNUZDK7QxQ,36837
|
|
26
26
|
topologicpy/Topology.py,sha256=9DPTumt9kr9Su5b3RE8l_gLQSRalYHqf79tVHiy_aQM,400055
|
27
27
|
topologicpy/Vector.py,sha256=A1g83zDHep58iVPY8WQ8iHNrSOfGWFEzvVeDuMnjDNY,33078
|
28
28
|
topologicpy/Vertex.py,sha256=ZS6xK89JKokBKc0W8frdRhhuzR8c-dI1TTLt7pTf1iA,71032
|
29
|
-
topologicpy/Wire.py,sha256=
|
29
|
+
topologicpy/Wire.py,sha256=Ci2RSYCL4JPEBDKjP9B-yFfxI73TnPVxY_1eDzy1Iog,182073
|
30
30
|
topologicpy/__init__.py,sha256=vlPCanUbxe5NifC4pHcnhSzkmmYcs_UrZrTlVMsxcFs,928
|
31
|
-
topologicpy/version.py,sha256=
|
32
|
-
topologicpy-0.7.
|
33
|
-
topologicpy-0.7.
|
34
|
-
topologicpy-0.7.
|
35
|
-
topologicpy-0.7.
|
36
|
-
topologicpy-0.7.
|
31
|
+
topologicpy/version.py,sha256=szrQeCdVCeZvANqYLZIpNzGjG1Hr4s6VgJvFSRkblPk,23
|
32
|
+
topologicpy-0.7.71.dist-info/LICENSE,sha256=FK0vJ73LuE8PYJAn7LutsReWR47-Ooovw2dnRe5yV6Q,681
|
33
|
+
topologicpy-0.7.71.dist-info/METADATA,sha256=X-lNLlqlnoe8kwm3_KNuE6y5MzmnSDTxTHcKplvOlTw,10493
|
34
|
+
topologicpy-0.7.71.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
35
|
+
topologicpy-0.7.71.dist-info/top_level.txt,sha256=J30bDzW92Ob7hw3zA8V34Jlp-vvsfIkGzkr8sqvb4Uw,12
|
36
|
+
topologicpy-0.7.71.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|