compas-cem 0.8.0__py2.py3-none-any.whl → 0.8.3__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- compas_cem/__init__.py +1 -1
- compas_cem/diagrams/topology/topology.py +2 -1
- compas_cem/ghpython/components/ghuser/CompasCem_ArtistColors.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ArtistForm.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ArtistTopology.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstrainedFormFinding.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintDeviationEdgeLength.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintEdgeDirection.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodeLine.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePlane.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePoint.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePolyline.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintReactionForce.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintTrailEdgeForce.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_DisassembleForm.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_DisassembleTopology.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_EdgeDeviation.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_EdgeTrail.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_FormFinding.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_Info.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_JSONExportDiagram.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_JSONImportForm.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_JSONImportTopology.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_NodeLoad.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_NodeSupport.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_OriginNodesMove.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterDeviationEdge.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadX.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadY.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadZ.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginX.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginY.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginZ.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterTrailEdge.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_Proxy.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ResultsEdges.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ResultsSupportNodes.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_SearchEdgeKey.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_SearchNodeKey.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_TopologyDiagram.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_TrailsShift.ghuser +0 -0
- {compas_cem-0.8.0.dist-info → compas_cem-0.8.3.dist-info}/METADATA +14 -20
- {compas_cem-0.8.0.dist-info → compas_cem-0.8.3.dist-info}/RECORD +47 -48
- {compas_cem-0.8.0.dist-info → compas_cem-0.8.3.dist-info}/WHEEL +1 -1
- compas_cem-0.8.0.dist-info/entry_points.txt +0 -3
- {compas_cem-0.8.0.dist-info → compas_cem-0.8.3.dist-info}/AUTHORS.rst +0 -0
- {compas_cem-0.8.0.dist-info → compas_cem-0.8.3.dist-info}/LICENSE +0 -0
- {compas_cem-0.8.0.dist-info → compas_cem-0.8.3.dist-info}/top_level.txt +0 -0
compas_cem/__init__.py
CHANGED
@@ -737,7 +737,8 @@ class TopologyDiagram(Diagram, MeshMixins):
|
|
737
737
|
flag : ``bool``
|
738
738
|
``True``if the edge is in an auxiliary trail. ``False`` otherwise.
|
739
739
|
"""
|
740
|
-
|
740
|
+
aux_trails = set([tuple(edge) for edge in self.auxiliary_trails()])
|
741
|
+
if edge in set(aux_trails):
|
741
742
|
return True
|
742
743
|
return False
|
743
744
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,12 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: compas-cem
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.3
|
4
4
|
Summary: The Combinatorial Equilibrium Modeling framework for COMPAS
|
5
5
|
Home-page: https://github.com/arpastrana/compas_cem
|
6
6
|
Author: Rafael Pastrana
|
7
7
|
Author-email: arpj@princeton.edu
|
8
8
|
License: MIT license
|
9
|
-
Platform: UNKNOWN
|
10
9
|
Classifier: Development Status :: 4 - Beta
|
11
10
|
Classifier: Intended Audience :: Developers
|
12
11
|
Classifier: Topic :: Scientific/Engineering
|
@@ -16,18 +15,18 @@ Classifier: Operating System :: POSIX
|
|
16
15
|
Classifier: Operating System :: Microsoft :: Windows
|
17
16
|
Classifier: Programming Language :: Python
|
18
17
|
Classifier: Programming Language :: Python :: 3
|
19
|
-
Classifier: Programming Language :: Python :: 3.6
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
21
18
|
Classifier: Programming Language :: Python :: 3.8
|
22
19
|
Classifier: Programming Language :: Python :: 3.9
|
23
20
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
24
|
-
Requires-Python: >=3.
|
21
|
+
Requires-Python: >=3.8
|
25
22
|
Description-Content-Type: text/markdown
|
26
|
-
|
27
|
-
|
28
|
-
Requires-Dist:
|
29
|
-
Requires-Dist:
|
30
|
-
Requires-Dist:
|
23
|
+
License-File: LICENSE
|
24
|
+
License-File: AUTHORS.rst
|
25
|
+
Requires-Dist: numpy==1.26.3
|
26
|
+
Requires-Dist: compas==1.17.10
|
27
|
+
Requires-Dist: trimesh==3.20.0
|
28
|
+
Requires-Dist: autograd==1.5
|
29
|
+
Requires-Dist: nlopt==2.7.1
|
31
30
|
|
32
31
|
********************************************************************************
|
33
32
|
COMPAS CEM
|
@@ -59,20 +58,16 @@ COMPAS CEM
|
|
59
58
|
:target: https://zenodo.org/badge/latestdoi/278780552
|
60
59
|
:alt: Zenodo DOI
|
61
60
|
|
62
|
-
.. image:: https://img.shields.io/twitter/follow/compas_dev?style=social
|
63
|
-
:target: https://twitter.com/compas_dev
|
64
|
-
:alt: Twitter follow
|
65
|
-
|
66
61
|
.. end-badges
|
67
62
|
|
68
63
|
.. _COMPAS: https://compas.dev/
|
69
64
|
.. _COMPAS CEM Docs: https://arpastrana.github.io/compas_cem/latest/index.html
|
70
|
-
.. _CEM Framework: https://
|
65
|
+
.. _CEM Framework: https://doi.org/10.1016/j.cad.2022.103435
|
71
66
|
.. _Rafael Pastrana: https://pastrana.xyz/
|
72
67
|
.. _Princeton: https://soa.princeton.edu/
|
73
68
|
.. _Ole Ohlbrock: https://schwartz.arch.ethz.ch/Team/patrickoleohlbrock.php?lan=en
|
74
69
|
.. _Pierluigi D'Acunto: https://www.professoren.tum.de/en/dacunto-pierluigi
|
75
|
-
.. _Stefana Parascho: https://
|
70
|
+
.. _Stefana Parascho: https://people.epfl.ch/stefana.parascho?lang=en
|
76
71
|
.. _Anaconda: https://www.anaconda.com/
|
77
72
|
.. _Rhino: https://www.rhino3d.com/
|
78
73
|
.. _Blender: https://www.blender.org/
|
@@ -80,13 +75,12 @@ COMPAS CEM
|
|
80
75
|
.. _metaverse: https://apnews.com/article/meta-facebook-explaining-the-metaverse-f57e01cd5739840945e89fd668b0fa27
|
81
76
|
|
82
77
|
|
83
|
-
|
84
78
|
.. figure:: ./docs/images/staircase_24_fps_128_colors.gif
|
85
79
|
:figclass: figure
|
86
80
|
:class: figure-img img-fluid
|
87
81
|
|
88
82
|
|
89
|
-
The `Combinatorial Equilibrium Modeling (CEM) <https://
|
83
|
+
The `Combinatorial Equilibrium Modeling (CEM) <https://doi.org/10.1016/j.cad.2022.103435>`_ framework for `COMPAS`_.
|
90
84
|
|
91
85
|
The `CEM framework`_ is a numerical form-finding approach to generate forms in static equilibrium for spatial bar structures subjected to combinations of tension-compression forces and design constraints.
|
92
86
|
**COMPAS CEM** encapsulates the `CEM framework`_ into an open-source structural design tool that enables the formulation and the solution of constrained form-finding problems in plain and simple `Python <https://www.python.org/>`_ code.
|
@@ -130,6 +124,8 @@ If no errors show up, celebrate 🎉! You have a working installation of **COMPA
|
|
130
124
|
Grasshopper plugin
|
131
125
|
------------------
|
132
126
|
|
127
|
+
**Warning**: Note that `Grasshopper`_ plugin of **COMPAS CEM** is only supported in **Rhino 6** and **Rhino 7**.
|
128
|
+
|
133
129
|
Once **COMPAS CEM** was installed from the comment line, we can additionally link it to `Rhino`_ and use it as `Grasshopper`_ plugin:
|
134
130
|
|
135
131
|
::
|
@@ -185,5 +181,3 @@ License
|
|
185
181
|
=======
|
186
182
|
|
187
183
|
MIT
|
188
|
-
|
189
|
-
|
@@ -1,4 +1,4 @@
|
|
1
|
-
compas_cem/__init__.py,sha256=
|
1
|
+
compas_cem/__init__.py,sha256=krCZbukdPqRNrVD-Rr8ENRA-jtTJY3CCA4a02cv5wK0,2083
|
2
2
|
compas_cem/data/__init__.py,sha256=bi1mgZ9pRnj5gtv1P4149KbjVjnYiBPxrBf8Ldosb18,446
|
3
3
|
compas_cem/data/data.py,sha256=ociRshzFwUcrmXFQzRcXJW6OtzYKujhVN6VKVnlAje0,363
|
4
4
|
compas_cem/diagrams/__init__.py,sha256=LK-jcMF7Lmcj81drGSGSgPqUOtJzG7mjveIw6XrXX4A,591
|
@@ -9,7 +9,7 @@ compas_cem/diagrams/mixins/edge_mixins.py,sha256=t2MYVlkirkBrgj9AGbnKAcbQcNPIp6z
|
|
9
9
|
compas_cem/diagrams/mixins/node_mixins.py,sha256=-VJhSy-eTvE4FWUsmGBcKU05tn7ghF3n0tuKcKNck20,2003
|
10
10
|
compas_cem/diagrams/topology/__init__.py,sha256=e1cJjlSoY6Qb4rh0RwIXdvdpFlIhXleWPsNL6v9wbfI,595
|
11
11
|
compas_cem/diagrams/topology/mesh_mixins.py,sha256=sp9_NXsIe65VVGxVWy_xRbzFS-QhmDAEKM_QR_BExzw,3963
|
12
|
-
compas_cem/diagrams/topology/topology.py,sha256=
|
12
|
+
compas_cem/diagrams/topology/topology.py,sha256=5atA67hAk2q2pfzUtYxjORkA4-k_UjR5nwwnEFF6_2k,29911
|
13
13
|
compas_cem/elements/__init__.py,sha256=vSj7Snbcpxgf6xYOF9zjrvtB2z57x1bxzENCLT1PyQs,670
|
14
14
|
compas_cem/elements/deviation.py,sha256=3AG3PoV79pB_ddRcQZkVsnu-KAtdaTVMcegYmfXOJF0,880
|
15
15
|
compas_cem/elements/edge.py,sha256=rPux6izBx5WgTk8pRX1EdA-F50KIXBqjLCb-g4hWyio,1551
|
@@ -140,45 +140,45 @@ compas_cem/ghpython/components/CompasCem_TopologyDiagram/metadata.json,sha256=fX
|
|
140
140
|
compas_cem/ghpython/components/CompasCem_TrailsShift/code.py,sha256=IKi3j4O4MFm49gE7WKI2q3CPVgEtHk6l_-dxSWKUmIY,677
|
141
141
|
compas_cem/ghpython/components/CompasCem_TrailsShift/icon.png,sha256=Z4db6_cA8h6PLFiX_LSggoEtzsMsKoHq3etLwXlIBqU,2759
|
142
142
|
compas_cem/ghpython/components/CompasCem_TrailsShift/metadata.json,sha256=HXblUM7_ySpRKv1EGdM6VKs_oWz8Y57m7m0-bRqNScI,1125
|
143
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ArtistColors.ghuser,sha256=
|
144
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ArtistForm.ghuser,sha256=
|
145
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ArtistTopology.ghuser,sha256=
|
146
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ConstrainedFormFinding.ghuser,sha256=
|
147
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintDeviationEdgeLength.ghuser,sha256=
|
148
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintEdgeDirection.ghuser,sha256=
|
149
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodeLine.ghuser,sha256=
|
150
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePlane.ghuser,sha256=
|
151
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePoint.ghuser,sha256=
|
152
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePolyline.ghuser,sha256=
|
153
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintReactionForce.ghuser,sha256=
|
154
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintTrailEdgeForce.ghuser,sha256=
|
155
|
-
compas_cem/ghpython/components/ghuser/CompasCem_DisassembleForm.ghuser,sha256=
|
156
|
-
compas_cem/ghpython/components/ghuser/CompasCem_DisassembleTopology.ghuser,sha256=
|
157
|
-
compas_cem/ghpython/components/ghuser/CompasCem_EdgeDeviation.ghuser,sha256=
|
158
|
-
compas_cem/ghpython/components/ghuser/CompasCem_EdgeTrail.ghuser,sha256=
|
159
|
-
compas_cem/ghpython/components/ghuser/CompasCem_FormFinding.ghuser,sha256=
|
160
|
-
compas_cem/ghpython/components/ghuser/CompasCem_Info.ghuser,sha256=
|
161
|
-
compas_cem/ghpython/components/ghuser/CompasCem_JSONExportDiagram.ghuser,sha256=
|
162
|
-
compas_cem/ghpython/components/ghuser/CompasCem_JSONImportForm.ghuser,sha256=
|
163
|
-
compas_cem/ghpython/components/ghuser/CompasCem_JSONImportTopology.ghuser,sha256=
|
164
|
-
compas_cem/ghpython/components/ghuser/CompasCem_NodeLoad.ghuser,sha256=
|
165
|
-
compas_cem/ghpython/components/ghuser/CompasCem_NodeSupport.ghuser,sha256=
|
166
|
-
compas_cem/ghpython/components/ghuser/CompasCem_OriginNodesMove.ghuser,sha256=
|
167
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ParameterDeviationEdge.ghuser,sha256=
|
168
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadX.ghuser,sha256=
|
169
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadY.ghuser,sha256=
|
170
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadZ.ghuser,sha256
|
171
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginX.ghuser,sha256=
|
172
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginY.ghuser,sha256=
|
173
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginZ.ghuser,sha256=
|
174
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ParameterTrailEdge.ghuser,sha256=
|
175
|
-
compas_cem/ghpython/components/ghuser/CompasCem_Proxy.ghuser,sha256=
|
176
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ResultsEdges.ghuser,sha256=
|
177
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ResultsSupportNodes.ghuser,sha256=
|
178
|
-
compas_cem/ghpython/components/ghuser/CompasCem_SearchEdgeKey.ghuser,sha256=
|
179
|
-
compas_cem/ghpython/components/ghuser/CompasCem_SearchNodeKey.ghuser,sha256=
|
180
|
-
compas_cem/ghpython/components/ghuser/CompasCem_TopologyDiagram.ghuser,sha256=
|
181
|
-
compas_cem/ghpython/components/ghuser/CompasCem_TrailsShift.ghuser,sha256=
|
143
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ArtistColors.ghuser,sha256=BGRMqfPB8A9zkYmjYQF-az7rkOZJFMiry6UWzlJJe0Q,3277
|
144
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ArtistForm.ghuser,sha256=8VRhI-qWMuQy9xN7Qd5SkA7wMhTM0ynhIPJPW20o-Y4,3467
|
145
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ArtistTopology.ghuser,sha256=wIp2q8R2zwmpu9Wb3IHEuhb1N4szGEpEq54xjyVFLWc,3620
|
146
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstrainedFormFinding.ghuser,sha256=ZPokhxf1imZhw1gL0qlWzvgWOD8JrTUevpYhx01xCuw,4716
|
147
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintDeviationEdgeLength.ghuser,sha256=OKvSIGCyULL9wEk2Mf4eKycJ5kpOcjtImNhZA55471Y,3037
|
148
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintEdgeDirection.ghuser,sha256=3DqytFxiaTNyxH9r69FW7IF2cRbyf0SWLA2Do3wxECk,3107
|
149
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodeLine.ghuser,sha256=nELj8OYNgrIIO4Zjp2JgS1U9ya10-XRAlUts-LnRhS8,3070
|
150
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePlane.ghuser,sha256=G1yDe3y3zmvCkI6z1UVt53lxDLaYzzND9T4E3MuyHp4,3060
|
151
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePoint.ghuser,sha256=h8tyNEniouQsdsWKSFPgPZBHBiMxypgJl8JAeElFCrE,3038
|
152
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePolyline.ghuser,sha256=S1v5mB5ITjkAtzaUUMNdK85VQLVMS59hTf3BY1MvktY,3049
|
153
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintReactionForce.ghuser,sha256=pjHOsGFk83iKcX4pP2_WaBuS6pIGnK_Cmpa7v8zHKv0,3096
|
154
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintTrailEdgeForce.ghuser,sha256=Da5Q-02PFVELCSi7Zua5_wpJbWr82Z7b-llTuJR32oc,3028
|
155
|
+
compas_cem/ghpython/components/ghuser/CompasCem_DisassembleForm.ghuser,sha256=6xwMURzJM0fTTmoMpH72KfgEJKYRfTNtPHGbdb09kt8,2930
|
156
|
+
compas_cem/ghpython/components/ghuser/CompasCem_DisassembleTopology.ghuser,sha256=k86051FwdcvfjmLzxxL6xGlyVjYN-9npD2jAcfJiiy0,3333
|
157
|
+
compas_cem/ghpython/components/ghuser/CompasCem_EdgeDeviation.ghuser,sha256=ffOvSdVsE9L_Lbu9FGRwBW8eeauLpVk7wlGyq7l2SuQ,2954
|
158
|
+
compas_cem/ghpython/components/ghuser/CompasCem_EdgeTrail.ghuser,sha256=NxsHzq2ysELLcmPqfkAero353ElipI82fwXrx-kOZYI,3185
|
159
|
+
compas_cem/ghpython/components/ghuser/CompasCem_FormFinding.ghuser,sha256=bpxveehBVSYVMg-g8Vc_PtRW77QApOpgHyt5vUHNhRY,3119
|
160
|
+
compas_cem/ghpython/components/ghuser/CompasCem_Info.ghuser,sha256=lJ41D6rq-ahMpU1KuuMkMOTAPZ7QIqIE104EP7lUw_s,2650
|
161
|
+
compas_cem/ghpython/components/ghuser/CompasCem_JSONExportDiagram.ghuser,sha256=AU91Wvju4qEvX-4KdF6e5TMaxfEk46YLoVc8PHxJNM4,2955
|
162
|
+
compas_cem/ghpython/components/ghuser/CompasCem_JSONImportForm.ghuser,sha256=T67Cu_pscFwVubtlhshOFmljc4orMo4ZnMQ7XeIfrvo,2859
|
163
|
+
compas_cem/ghpython/components/ghuser/CompasCem_JSONImportTopology.ghuser,sha256=VsBZWLzJFb7JAdHtlYluhscfljJctsa74vAVkwpATaA,2887
|
164
|
+
compas_cem/ghpython/components/ghuser/CompasCem_NodeLoad.ghuser,sha256=84KSdOoDaceIItnHlLev0IoWpTTBfL5v_ex8W3R-65A,2952
|
165
|
+
compas_cem/ghpython/components/ghuser/CompasCem_NodeSupport.ghuser,sha256=vQmpginMnFsiS1ZZqU5T6YBaz2HLVMNJypubN-0eToc,2818
|
166
|
+
compas_cem/ghpython/components/ghuser/CompasCem_OriginNodesMove.ghuser,sha256=ohi42QKcx-6Y9ad00ykfTTSL19FPNz3w3SzoKIVPfXw,3133
|
167
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterDeviationEdge.ghuser,sha256=zdFQu7ZUJtPIDWfx8TKqHG0_2um5io0A8hdC-VQd0E4,3051
|
168
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadX.ghuser,sha256=pR3mjkAbiv3i4YWwfKsuF0dQKsAD2lAtmUuhsiDiEV8,3044
|
169
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadY.ghuser,sha256=NNkyXzyJD_mXDXtz3ckjVZL-ymFA7dTZGhFsRg-D_Uk,3044
|
170
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadZ.ghuser,sha256=M0IlVOxtebMqs7iMQBxBvSPMAPr6QnO_NP1398AzDUA,3048
|
171
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginX.ghuser,sha256=wxkTVD5D4SPXyA2nCQbh-O6ksbNpSYZ10y_sisPTeWQ,3051
|
172
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginY.ghuser,sha256=pC0JlfC-NH2i-JsAa2-IJEObai1xRW33u5mATkpLxqY,3046
|
173
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginZ.ghuser,sha256=sGRVp-towTLBWhHuheflD8PoSQYBvAHX36k7Vq_XV84,3044
|
174
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterTrailEdge.ghuser,sha256=7Q6RFs11ZBX2Eecedgk4G32GhMYBDZNTksIqL9l4cak,3052
|
175
|
+
compas_cem/ghpython/components/ghuser/CompasCem_Proxy.ghuser,sha256=2mEoF2iZfNhfEHLrsUoPdkrt5xgABviPxpGxTBfzeT4,2997
|
176
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ResultsEdges.ghuser,sha256=VknungLeurAxbnXc44m0RILyjfensJoIqCt9nXjkR4o,2993
|
177
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ResultsSupportNodes.ghuser,sha256=XqQ_EMd4kgwm0Ilb7JWMufMk7tD1mAEKNo5Ppfjugyk,2948
|
178
|
+
compas_cem/ghpython/components/ghuser/CompasCem_SearchEdgeKey.ghuser,sha256=j3tKg4ZsV8V5L7wxqFCEhPaBJTrMYQrej0RzK6zSq9o,3033
|
179
|
+
compas_cem/ghpython/components/ghuser/CompasCem_SearchNodeKey.ghuser,sha256=80tvBR2npSG542oFnbgFglqv0DjjaYDst4ocHxYdkaQ,2988
|
180
|
+
compas_cem/ghpython/components/ghuser/CompasCem_TopologyDiagram.ghuser,sha256=2ma7ubEoqmo1405aNugsNs_9geQJJUfs4eDKFhjkcz4,3224
|
181
|
+
compas_cem/ghpython/components/ghuser/CompasCem_TrailsShift.ghuser,sha256=rxuQm7GtEq7MDVwEfyeX6rIG15qIfrrGhtWJudhCN2M,3042
|
182
182
|
compas_cem/loads/__init__.py,sha256=2c5bC8Tg6PRXhHx0UYIjfX-zQK0tqg7QuurhJs-Qft8,442
|
183
183
|
compas_cem/loads/node.py,sha256=LLwOgKBiUrzjx11usPsuTahyknwtQPAXaHHXgaq7yWE,1703
|
184
184
|
compas_cem/optimization/__init__.py,sha256=MN6EDOppSMH_JrJ8yDjw79Jw5nVepTTNCGkNSJ8pWaQ,1371
|
@@ -219,10 +219,9 @@ compas_cem/viewers/formobject.py,sha256=99X_8YM7UY577qyXrgmyStheNgqB0RcoDZFb6cMy
|
|
219
219
|
compas_cem/viewers/register.py,sha256=QVBpOzAApXbF61kEsd8WC8Mkn73_sbHI5r9pS3TzHrc,386
|
220
220
|
compas_cem/viewers/topologyobject.py,sha256=JhyBlFznJ3sve0KcDjc07pIaRIJJDoQqnNcDmq10IDM,4021
|
221
221
|
compas_cem/viewers/viewer.py,sha256=Bv0E7SyJ4ECMORVseJWU-0kH3uKjCy6O7VxE1tgsVHM,1414
|
222
|
-
compas_cem-0.8.
|
223
|
-
compas_cem-0.8.
|
224
|
-
compas_cem-0.8.
|
225
|
-
compas_cem-0.8.
|
226
|
-
compas_cem-0.8.
|
227
|
-
compas_cem-0.8.
|
228
|
-
compas_cem-0.8.0.dist-info/RECORD,,
|
222
|
+
compas_cem-0.8.3.dist-info/AUTHORS.rst,sha256=-OpKl0OpTQVw6EIT68zWlqNgHxNiT4jcWglorf4sdrs,1799
|
223
|
+
compas_cem-0.8.3.dist-info/LICENSE,sha256=GvaxOoSt0SbcZBdaYBSPeWjyowWtO47cNtD1Z_Dw2K0,1098
|
224
|
+
compas_cem-0.8.3.dist-info/METADATA,sha256=9Fs9AuU-0K7-bD07uTLn9W3rgoa-BiAkldqLBvtG5OU,7590
|
225
|
+
compas_cem-0.8.3.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
226
|
+
compas_cem-0.8.3.dist-info/top_level.txt,sha256=MFhp-uQuMkg2A7bc0xz9h7CFiq-92Vdi-gZSaFlGb1s,11
|
227
|
+
compas_cem-0.8.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|