topologicpy 0.4.76__tar.gz → 0.4.77__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.76/src/topologicpy.egg-info → topologicpy-0.4.77}/PKG-INFO +1 -1
- {topologicpy-0.4.76 → topologicpy-0.4.77}/pyproject.toml +1 -1
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Graph.py +15 -3
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Topology.py +44 -30
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/__init__.py +1 -1
- {topologicpy-0.4.76 → topologicpy-0.4.77/src/topologicpy.egg-info}/PKG-INFO +1 -1
- {topologicpy-0.4.76 → topologicpy-0.4.77}/LICENSE +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/MANIFEST.in +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/README.md +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/setup.cfg +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Aperture.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Cell.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/CellComplex.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Cluster.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Color.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Context.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/DGL.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Dictionary.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Edge.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/EnergyModel.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Face.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Grid.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Helper.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Honeybee.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Matrix.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Neo4j.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Plotly.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Polyskel.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Shell.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Speckle.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Vector.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Vertex.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/Wire.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/__init__.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKBO-6bdf205d.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKBRep-2960a069.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKBool-c44b74bd.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKFillet-9a670ba0.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKG2d-8f31849e.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKG3d-4c6bce57.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKGeomAlgo-26066fd9.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKGeomBase-2116cabe.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKMath-72572fa8.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKMesh-2a060427.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKOffset-6cab68ff.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKPrim-eb1262b3.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKShHealing-e67e5cc7.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKTopAlgo-e4c96c33.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libTKernel-fb7fe3b7.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libgcc_s-32c1665e.so.1 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/libstdc++-672d7b41.so.6.0.30 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/topologic.cpython-310-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/topologic.cpython-311-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/topologic.cpython-38-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic/topologic.cpython-39-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKBO-6bdf205d.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKBRep-2960a069.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKBool-c44b74bd.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKFillet-9a670ba0.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKG2d-8f31849e.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKG3d-4c6bce57.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKGeomAlgo-26066fd9.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKGeomBase-2116cabe.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKMath-72572fa8.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKMesh-2a060427.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKOffset-6cab68ff.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKPrim-eb1262b3.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKShHealing-e67e5cc7.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKTopAlgo-e4c96c33.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libTKernel-fb7fe3b7.so.7.7.0 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libgcc_s-32c1665e.so.1 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/linux/topologic.libs/libstdc++-672d7b41.so.6.0.30 +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/macos/topologic/__init__.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKBO-f6b191de.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKBRep-e56a600e.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKBool-7b8d47ae.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKFillet-0ddbf0a8.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKG2d-2e2dee3d.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKG3d-6674513d.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKGeomAlgo-d240e370.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKGeomBase-df87aba5.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKMath-45bd625a.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKMesh-d6e826b1.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKOffset-79b9cc94.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKPrim-aa430a86.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKShHealing-bb48be89.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKTopAlgo-7d0d1e22.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKernel-08c8cfbb.dll +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/__init__.py +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/topologic.cp310-win_amd64.pyd +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/topologic.cp311-win_amd64.pyd +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/topologic.cp38-win_amd64.pyd +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/topologic.cp39-win_amd64.pyd +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy.egg-info/SOURCES.txt +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy.egg-info/dependency_links.txt +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy.egg-info/requires.txt +0 -0
- {topologicpy-0.4.76 → topologicpy-0.4.77}/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.77
|
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
|
@@ -4969,7 +4969,10 @@ class Graph:
|
|
4969
4969
|
if ang < 180:
|
4970
4970
|
viewpointsA.append(vertices[i])
|
4971
4971
|
viewpointsB.append(vertices[i])
|
4972
|
-
|
4972
|
+
if len(obstacles) > 0:
|
4973
|
+
obstacle_cluster = Cluster.ByTopologies(obstacles)
|
4974
|
+
else:
|
4975
|
+
obstacle_cluster = None
|
4973
4976
|
final_edges = []
|
4974
4977
|
for i in tqdm(range(len(viewpointsA))):
|
4975
4978
|
va = viewpointsA[i]
|
@@ -4977,7 +4980,10 @@ class Graph:
|
|
4977
4980
|
vb = viewpointsB[j]
|
4978
4981
|
if Vertex.Distance(va, vb) > tolerance:
|
4979
4982
|
edge = Edge.ByVertices([va,vb])
|
4980
|
-
|
4983
|
+
if not obstacle_cluster == None:
|
4984
|
+
result = Topology.Difference(edge, obstacle_cluster)
|
4985
|
+
else:
|
4986
|
+
result = edge
|
4981
4987
|
if not result == None:
|
4982
4988
|
result2 = Topology.Difference(result, face)
|
4983
4989
|
if isinstance(result2, topologic.Edge) or isinstance(result2, topologic.Cluster):
|
@@ -5752,6 +5758,8 @@ class Graph:
|
|
5752
5758
|
|
5753
5759
|
"""
|
5754
5760
|
from topologicpy.Vertex import Vertex
|
5761
|
+
from topologicpy.Edge import Edge
|
5762
|
+
|
5755
5763
|
def vertexInList(vertex, vertexList):
|
5756
5764
|
if vertex and vertexList:
|
5757
5765
|
if isinstance(vertex, topologic.Vertex) and isinstance(vertexList, list):
|
@@ -5781,7 +5789,11 @@ class Graph:
|
|
5781
5789
|
if not vertexInList(vertex, vertices):
|
5782
5790
|
vertices.append(vertex)
|
5783
5791
|
if parent:
|
5784
|
-
|
5792
|
+
edge = Graph.Edge(graph, parent, vertex, tolerance)
|
5793
|
+
ev = Edge.EndVertex(edge)
|
5794
|
+
if Vertex.Distance(parent, ev) < tolerance:
|
5795
|
+
edge = Edge.Reverse(edge)
|
5796
|
+
edges.append(edge)
|
5785
5797
|
if parent == None:
|
5786
5798
|
parent = vertex
|
5787
5799
|
children = getChildren(vertex, parent, graph, vertices)
|
@@ -1500,7 +1500,7 @@ class Topology():
|
|
1500
1500
|
return Topology.ByBREPFile(file)
|
1501
1501
|
|
1502
1502
|
@staticmethod
|
1503
|
-
def ByIFCFile(file, transferDictionaries=False):
|
1503
|
+
def ByIFCFile(file, transferDictionaries=False, includeTypes=[], excludeTypes=[]):
|
1504
1504
|
"""
|
1505
1505
|
Create a topology by importing it from an IFC file.
|
1506
1506
|
|
@@ -1510,6 +1510,10 @@ class Topology():
|
|
1510
1510
|
The input IFC file.
|
1511
1511
|
transferDictionaries : bool , optional
|
1512
1512
|
If set to True, the dictionaries from the IFC file will be transfered to the topology. Otherwise, they won't. The default is False.
|
1513
|
+
includeTypes : list , optional
|
1514
|
+
The list of IFC object types to include. It is case insensitive. If set to an empty list, all types are included. The default is [].
|
1515
|
+
excludeTypes : list , optional
|
1516
|
+
The list of IFC object types to exclude. It is case insensitive. If set to an empty list, no types are excluded. The default is [].
|
1513
1517
|
|
1514
1518
|
Returns
|
1515
1519
|
-------
|
@@ -1525,6 +1529,8 @@ class Topology():
|
|
1525
1529
|
if not file:
|
1526
1530
|
print("Topology.ByIFCFile - Error: the input file parameter is not a valid file. Returning None.")
|
1527
1531
|
return None
|
1532
|
+
includeTypes = [s.lower() for s in includeTypes]
|
1533
|
+
excludeTypes = [s.lower() for s in excludeTypes]
|
1528
1534
|
topologies = []
|
1529
1535
|
settings = ifcopenshell.geom.settings()
|
1530
1536
|
settings.set(settings.DISABLE_TRIANGULATION, True)
|
@@ -1535,38 +1541,43 @@ class Topology():
|
|
1535
1541
|
if iterator.initialize():
|
1536
1542
|
while True:
|
1537
1543
|
shape = iterator.get()
|
1538
|
-
|
1539
|
-
|
1540
|
-
|
1541
|
-
|
1542
|
-
|
1543
|
-
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1555
|
-
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1544
|
+
is_a = shape.type.lower()
|
1545
|
+
if (is_a in includeTypes or len(includeTypes) == 0) and (not is_a in excludeTypes):
|
1546
|
+
try:
|
1547
|
+
brep = shape.geometry.brep_data
|
1548
|
+
topology = Topology.SelfMerge(Topology.ByBREPString(brep))
|
1549
|
+
if transferDictionaries:
|
1550
|
+
keys = []
|
1551
|
+
values = []
|
1552
|
+
keys.append("TOPOLOGIC_color")
|
1553
|
+
values.append([1.0,1.0,1.0,1.0])
|
1554
|
+
keys.append("TOPOLOGIC_id")
|
1555
|
+
values.append(str(uuid.uuid4()))
|
1556
|
+
keys.append("TOPOLOGIC_name")
|
1557
|
+
values.append(shape.name)
|
1558
|
+
keys.append("TOPOLOGIC_type")
|
1559
|
+
values.append(Topology.TypeAsString(topology))
|
1560
|
+
keys.append("IFC_id")
|
1561
|
+
values.append(str(shape.id))
|
1562
|
+
keys.append("IFC_guid")
|
1563
|
+
values.append(str(shape.guid))
|
1564
|
+
keys.append("IFC_unique_id")
|
1565
|
+
values.append(str(shape.unique_id))
|
1566
|
+
keys.append("IFC_name")
|
1567
|
+
values.append(shape.name)
|
1568
|
+
keys.append("IFC_type")
|
1569
|
+
values.append(shape.type)
|
1570
|
+
d = Dictionary.ByKeysValues(keys, values)
|
1571
|
+
topology = Topology.SetDictionary(topology, d)
|
1572
|
+
topologies.append(topology)
|
1573
|
+
except:
|
1574
|
+
pass
|
1564
1575
|
if not iterator.next():
|
1565
1576
|
break
|
1566
1577
|
return topologies
|
1567
1578
|
|
1568
1579
|
@staticmethod
|
1569
|
-
def ByIFCPath(path, transferDictionaries=False):
|
1580
|
+
def ByIFCPath(path, transferDictionaries=False, includeTypes=[], excludeTypes=[]):
|
1570
1581
|
"""
|
1571
1582
|
Create a topology by importing it from an IFC file path.
|
1572
1583
|
|
@@ -1576,7 +1587,10 @@ class Topology():
|
|
1576
1587
|
The path to the IFC file.
|
1577
1588
|
transferDictionaries : bool , optional
|
1578
1589
|
If set to True, the dictionaries from the IFC file will be transfered to the topology. Otherwise, they won't. The default is False.
|
1579
|
-
|
1590
|
+
includeTypes : list , optional
|
1591
|
+
The list of IFC object types to include. It is case insensitive. If set to an empty list, all types are included. The default is [].
|
1592
|
+
excludeTypes : list , optional
|
1593
|
+
The list of IFC object types to exclude. It is case insensitive. If set to an empty list, no types are excluded. The default is [].
|
1580
1594
|
Returns
|
1581
1595
|
-------
|
1582
1596
|
list
|
@@ -1595,7 +1609,7 @@ class Topology():
|
|
1595
1609
|
if not file:
|
1596
1610
|
print("Topology.ByIFCPath - Error: the input file parameter is not a valid file. Returning None.")
|
1597
1611
|
return None
|
1598
|
-
return Topology.ByIFCFile(file, transferDictionaries=transferDictionaries)
|
1612
|
+
return Topology.ByIFCFile(file, transferDictionaries=transferDictionaries, includeTypes=includeTypes, excludeTypes=excludeTypes)
|
1599
1613
|
|
1600
1614
|
'''
|
1601
1615
|
@staticmethod
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: topologicpy
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.77
|
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
|
File without changes
|
{topologicpy-0.4.76 → topologicpy-0.4.77}/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.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKBO-f6b191de.dll
RENAMED
File without changes
|
{topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKBRep-e56a600e.dll
RENAMED
File without changes
|
{topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKBool-7b8d47ae.dll
RENAMED
File without changes
|
File without changes
|
{topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKG2d-2e2dee3d.dll
RENAMED
File without changes
|
{topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKG3d-6674513d.dll
RENAMED
File without changes
|
File without changes
|
File without changes
|
{topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKMath-45bd625a.dll
RENAMED
File without changes
|
{topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKMesh-d6e826b1.dll
RENAMED
File without changes
|
File without changes
|
{topologicpy-0.4.76 → topologicpy-0.4.77}/src/topologicpy/bin/windows/topologic/TKPrim-aa430a86.dll
RENAMED
File without changes
|
File without changes
|
File without changes
|
{topologicpy-0.4.76 → topologicpy-0.4.77}/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
|