topologicpy 0.4.96__tar.gz → 0.4.97__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.
- {topologicpy-0.4.96/src/topologicpy.egg-info → topologicpy-0.4.97}/PKG-INFO +1 -1
- {topologicpy-0.4.96 → topologicpy-0.4.97}/pyproject.toml +1 -1
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Shell.py +3 -3
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Topology.py +9 -1
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Wire.py +30 -13
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/__init__.py +1 -1
- {topologicpy-0.4.96 → topologicpy-0.4.97/src/topologicpy.egg-info}/PKG-INFO +1 -1
- {topologicpy-0.4.96 → topologicpy-0.4.97}/LICENSE +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/MANIFEST.in +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/README.md +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/setup.cfg +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Aperture.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Cell.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/CellComplex.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Cluster.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Color.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Context.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/DGL.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Dictionary.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Edge.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/EnergyModel.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Face.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Graph.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Grid.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Helper.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Honeybee.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Matrix.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Neo4j.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Plotly.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Polyskel.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Speckle.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Vector.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/Vertex.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/__init__.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKBO-6bdf205d.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKBRep-2960a069.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKBool-c44b74bd.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKFillet-9a670ba0.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKG2d-8f31849e.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKG3d-4c6bce57.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKGeomAlgo-26066fd9.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKGeomBase-2116cabe.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKMath-72572fa8.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKMesh-2a060427.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKOffset-6cab68ff.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKPrim-eb1262b3.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKShHealing-e67e5cc7.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKTopAlgo-e4c96c33.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libTKernel-fb7fe3b7.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libgcc_s-32c1665e.so.1 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libstdc++-672d7b41.so.6.0.30 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/topologic.cpython-310-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/topologic.cpython-311-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/topologic.cpython-38-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/topologic.cpython-39-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKBO-6bdf205d.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKBRep-2960a069.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKBool-c44b74bd.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKFillet-9a670ba0.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKG2d-8f31849e.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKG3d-4c6bce57.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKGeomAlgo-26066fd9.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKGeomBase-2116cabe.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKMath-72572fa8.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKMesh-2a060427.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKOffset-6cab68ff.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKPrim-eb1262b3.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKShHealing-e67e5cc7.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKTopAlgo-e4c96c33.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libTKernel-fb7fe3b7.so.7.7.0 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libgcc_s-32c1665e.so.1 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic.libs/libstdc++-672d7b41.so.6.0.30 +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/macos/topologic/__init__.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKBO-f6b191de.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKBRep-e56a600e.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKBool-7b8d47ae.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKFillet-0ddbf0a8.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKG2d-2e2dee3d.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKG3d-6674513d.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKGeomAlgo-d240e370.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKGeomBase-df87aba5.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKMath-45bd625a.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKMesh-d6e826b1.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKOffset-79b9cc94.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKPrim-aa430a86.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKShHealing-bb48be89.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKTopAlgo-7d0d1e22.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKernel-08c8cfbb.dll +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/__init__.py +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/topologic.cp310-win_amd64.pyd +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/topologic.cp311-win_amd64.pyd +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/topologic.cp38-win_amd64.pyd +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/topologic.cp39-win_amd64.pyd +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy.egg-info/SOURCES.txt +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy.egg-info/dependency_links.txt +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy.egg-info/requires.txt +0 -0
- {topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: topologicpy
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.97
|
4
4
|
Summary: An Advanced Spatial Modelling and Analysis Software Library for Architecture, Engineering, and Construction.
|
5
5
|
Author-email: Wassim Jabi <wassim.jabi@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/wassimj/TopologicPy
|
@@ -659,18 +659,18 @@ class Shell(Topology):
|
|
659
659
|
|
660
660
|
"""
|
661
661
|
|
662
|
-
from topologicpy.
|
662
|
+
from topologicpy.Vertex import Vertex
|
663
663
|
|
664
664
|
if not isinstance(shell, topologic.Shell):
|
665
665
|
return None
|
666
666
|
if not isinstance(vertex, topologic.Vertex):
|
667
667
|
return None
|
668
668
|
boundary = Shell.ExternalBoundary(shell, tolerance=tolerance)
|
669
|
-
if
|
669
|
+
if Vertex.IsInternal(vertex, boundary, tolerance=tolerance):
|
670
670
|
return True
|
671
671
|
internal_boundaries = Shell.InternalBoundaries(shell, tolerance=tolerance)
|
672
672
|
for ib in internal_boundaries:
|
673
|
-
if
|
673
|
+
if Vertex.IsInternal(vertex, ib, tolerance=tolerance):
|
674
674
|
return True
|
675
675
|
return False
|
676
676
|
|
@@ -914,7 +914,15 @@ class Topology():
|
|
914
914
|
return None
|
915
915
|
# Edge:
|
916
916
|
elif isinstance(topologyA, topologic.Edge):
|
917
|
-
if isinstance(topologyB, topologic.
|
917
|
+
if isinstance(topologyB, topologic.Wire):
|
918
|
+
vertices = Topology.Vertices(topologyB)
|
919
|
+
edges = Topology.Edges(topologyB)
|
920
|
+
intersections = [topologyA.Intersect(x) for x in vertices]
|
921
|
+
intersections += [topologyA.Intersect(x) for x in edges]
|
922
|
+
intersections = [x for x in intersections if not x == None]
|
923
|
+
if len(intersections) == 0:
|
924
|
+
return None
|
925
|
+
elif isinstance(topologyB, topologic.Shell):
|
918
926
|
vertices = Topology.Vertices(topologyB)
|
919
927
|
edges = Topology.Edges(topologyB)
|
920
928
|
faces = Topology.Faces(topologyB)
|
@@ -2906,6 +2906,21 @@ class Wire(Topology):
|
|
2906
2906
|
|
2907
2907
|
"""
|
2908
2908
|
from topologicpy.Vertex import Vertex
|
2909
|
+
def compute_u(u):
|
2910
|
+
def count_decimal_places(number):
|
2911
|
+
try:
|
2912
|
+
# Convert the number to a string to analyze decimal places
|
2913
|
+
num_str = str(number)
|
2914
|
+
# Split the number into integer and decimal parts
|
2915
|
+
integer_part, decimal_part = num_str.split('.')
|
2916
|
+
# Return the length of the decimal part
|
2917
|
+
return len(decimal_part)
|
2918
|
+
except ValueError:
|
2919
|
+
# If there's no decimal part, return 0
|
2920
|
+
return 0
|
2921
|
+
dp = count_decimal_places(u)
|
2922
|
+
u = -(int(u) - u)
|
2923
|
+
return round(u,dp)
|
2909
2924
|
|
2910
2925
|
if not isinstance(wire, topologic.Wire):
|
2911
2926
|
print("Wire.VertexByDistance - Error: The input wire parameter is not a valid topologic wire. Returning None.")
|
@@ -2918,9 +2933,9 @@ class Wire(Topology):
|
|
2918
2933
|
return Wire.StartVertex(wire)
|
2919
2934
|
if abs(distance - wire_length) < tolerance:
|
2920
2935
|
return Wire.EndVertex(wire)
|
2921
|
-
if abs(distance) > wire_length:
|
2922
|
-
|
2923
|
-
|
2936
|
+
# if abs(distance) > wire_length:
|
2937
|
+
# print("Wire.VertexByDistance - Error: The input distance parameter is larger than the wire's length. Returning None.")
|
2938
|
+
# return None
|
2924
2939
|
if not Wire.IsManifold(wire):
|
2925
2940
|
print("Wire.VertexAtParameter - Error: The input wire parameter is non-manifold. Returning None.")
|
2926
2941
|
return None
|
@@ -2929,17 +2944,18 @@ class Wire(Topology):
|
|
2929
2944
|
if not isinstance(origin, topologic.Vertex):
|
2930
2945
|
print("Wire.VertexByDistance - Error: The input origin parameter is not a valid topologic vertex. Returning None.")
|
2931
2946
|
return None
|
2932
|
-
if not
|
2947
|
+
if not Vertex.IsInternal(origin, wire, tolerance=tolerance):
|
2933
2948
|
print("Wire.VertexByDistance - Error: The input origin parameter is not internal to the input wire parameter. Returning None.")
|
2934
2949
|
return None
|
2935
|
-
if distance < 0:
|
2936
|
-
|
2937
|
-
|
2938
|
-
|
2939
|
-
else:
|
2940
|
-
|
2941
|
-
|
2942
|
-
|
2950
|
+
# if distance < 0:
|
2951
|
+
# if Wire.VertexDistance(wire, Wire.StartVertex(wire), origin) < abs(distance):
|
2952
|
+
# print("Wire.VertexByDistance - Error: The resulting vertex would fall outside the wire. Returning None.")
|
2953
|
+
# return None
|
2954
|
+
# else:
|
2955
|
+
# if Wire.VertexDistance(wire, Wire.EndVertex(wire), origin) < distance:
|
2956
|
+
# print("Wire.VertexDistance:", Wire.VertexDistance(wire, Wire.EndVertex(wire), origin))
|
2957
|
+
# print("Wire.VertexByDistance - Error: The resulting vertex would fall outside the wire. Returning None.")
|
2958
|
+
# return None
|
2943
2959
|
|
2944
2960
|
if Vertex.Distance(Wire.StartVertex(wire), origin) < tolerance:
|
2945
2961
|
u = distance/wire_length
|
@@ -2948,7 +2964,8 @@ class Wire(Topology):
|
|
2948
2964
|
else:
|
2949
2965
|
d = Wire.VertexDistance(wire, origin) + distance
|
2950
2966
|
u = d/wire_length
|
2951
|
-
|
2967
|
+
|
2968
|
+
return Wire.VertexByParameter(wire, u=compute_u(u))
|
2952
2969
|
|
2953
2970
|
@staticmethod
|
2954
2971
|
def VertexByParameter(wire: topologic.Wire, u: float = 0) -> topologic.Vertex:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: topologicpy
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.97
|
4
4
|
Summary: An Advanced Spatial Modelling and Analysis Software Library for Architecture, Engineering, and Construction.
|
5
5
|
Author-email: Wassim Jabi <wassim.jabi@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/wassimj/TopologicPy
|
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
|
{topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/linux/topologic/libgcc_s-32c1665e.so.1
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKBO-f6b191de.dll
RENAMED
File without changes
|
{topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKBRep-e56a600e.dll
RENAMED
File without changes
|
{topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKBool-7b8d47ae.dll
RENAMED
File without changes
|
File without changes
|
{topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKG2d-2e2dee3d.dll
RENAMED
File without changes
|
{topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKG3d-6674513d.dll
RENAMED
File without changes
|
File without changes
|
File without changes
|
{topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKMath-45bd625a.dll
RENAMED
File without changes
|
{topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKMesh-d6e826b1.dll
RENAMED
File without changes
|
File without changes
|
{topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKPrim-aa430a86.dll
RENAMED
File without changes
|
File without changes
|
File without changes
|
{topologicpy-0.4.96 → topologicpy-0.4.97}/src/topologicpy/bin/windows/topologic/TKernel-08c8cfbb.dll
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
|