compas-cem 0.8.0__py2.py3-none-any.whl → 0.8.2__py2.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.
Files changed (48) hide show
  1. compas_cem/__init__.py +1 -1
  2. compas_cem/diagrams/topology/topology.py +2 -1
  3. compas_cem/ghpython/components/ghuser/CompasCem_ArtistColors.ghuser +0 -0
  4. compas_cem/ghpython/components/ghuser/CompasCem_ArtistForm.ghuser +0 -0
  5. compas_cem/ghpython/components/ghuser/CompasCem_ArtistTopology.ghuser +0 -0
  6. compas_cem/ghpython/components/ghuser/CompasCem_ConstrainedFormFinding.ghuser +0 -0
  7. compas_cem/ghpython/components/ghuser/CompasCem_ConstraintDeviationEdgeLength.ghuser +0 -0
  8. compas_cem/ghpython/components/ghuser/CompasCem_ConstraintEdgeDirection.ghuser +0 -0
  9. compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodeLine.ghuser +0 -0
  10. compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePlane.ghuser +0 -0
  11. compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePoint.ghuser +0 -0
  12. compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePolyline.ghuser +0 -0
  13. compas_cem/ghpython/components/ghuser/CompasCem_ConstraintReactionForce.ghuser +0 -0
  14. compas_cem/ghpython/components/ghuser/CompasCem_ConstraintTrailEdgeForce.ghuser +0 -0
  15. compas_cem/ghpython/components/ghuser/CompasCem_DisassembleForm.ghuser +0 -0
  16. compas_cem/ghpython/components/ghuser/CompasCem_DisassembleTopology.ghuser +0 -0
  17. compas_cem/ghpython/components/ghuser/CompasCem_EdgeDeviation.ghuser +0 -0
  18. compas_cem/ghpython/components/ghuser/CompasCem_EdgeTrail.ghuser +0 -0
  19. compas_cem/ghpython/components/ghuser/CompasCem_FormFinding.ghuser +0 -0
  20. compas_cem/ghpython/components/ghuser/CompasCem_Info.ghuser +0 -0
  21. compas_cem/ghpython/components/ghuser/CompasCem_JSONExportDiagram.ghuser +0 -0
  22. compas_cem/ghpython/components/ghuser/CompasCem_JSONImportForm.ghuser +0 -0
  23. compas_cem/ghpython/components/ghuser/CompasCem_JSONImportTopology.ghuser +0 -0
  24. compas_cem/ghpython/components/ghuser/CompasCem_NodeLoad.ghuser +0 -0
  25. compas_cem/ghpython/components/ghuser/CompasCem_NodeSupport.ghuser +0 -0
  26. compas_cem/ghpython/components/ghuser/CompasCem_OriginNodesMove.ghuser +0 -0
  27. compas_cem/ghpython/components/ghuser/CompasCem_ParameterDeviationEdge.ghuser +0 -0
  28. compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadX.ghuser +0 -0
  29. compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadY.ghuser +0 -0
  30. compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadZ.ghuser +0 -0
  31. compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginX.ghuser +0 -0
  32. compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginY.ghuser +0 -0
  33. compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginZ.ghuser +0 -0
  34. compas_cem/ghpython/components/ghuser/CompasCem_ParameterTrailEdge.ghuser +0 -0
  35. compas_cem/ghpython/components/ghuser/CompasCem_Proxy.ghuser +0 -0
  36. compas_cem/ghpython/components/ghuser/CompasCem_ResultsEdges.ghuser +0 -0
  37. compas_cem/ghpython/components/ghuser/CompasCem_ResultsSupportNodes.ghuser +0 -0
  38. compas_cem/ghpython/components/ghuser/CompasCem_SearchEdgeKey.ghuser +0 -0
  39. compas_cem/ghpython/components/ghuser/CompasCem_SearchNodeKey.ghuser +0 -0
  40. compas_cem/ghpython/components/ghuser/CompasCem_TopologyDiagram.ghuser +0 -0
  41. compas_cem/ghpython/components/ghuser/CompasCem_TrailsShift.ghuser +0 -0
  42. {compas_cem-0.8.0.dist-info → compas_cem-0.8.2.dist-info}/METADATA +13 -19
  43. {compas_cem-0.8.0.dist-info → compas_cem-0.8.2.dist-info}/RECORD +47 -48
  44. {compas_cem-0.8.0.dist-info → compas_cem-0.8.2.dist-info}/WHEEL +1 -1
  45. compas_cem-0.8.0.dist-info/entry_points.txt +0 -3
  46. {compas_cem-0.8.0.dist-info → compas_cem-0.8.2.dist-info}/AUTHORS.rst +0 -0
  47. {compas_cem-0.8.0.dist-info → compas_cem-0.8.2.dist-info}/LICENSE +0 -0
  48. {compas_cem-0.8.0.dist-info → compas_cem-0.8.2.dist-info}/top_level.txt +0 -0
compas_cem/__init__.py CHANGED
@@ -27,7 +27,7 @@ __author__ = ["Rafael Pastrana"]
27
27
  __copyright__ = "Copyright 2020 - Princeton University"
28
28
  __license__ = "MIT License"
29
29
  __email__ = "arpj@princeton.edu"
30
- __version__ = "0.8.0"
30
+ __version__ = "0.8.2"
31
31
 
32
32
 
33
33
  # Directories
@@ -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
- if edge in set(self.auxiliary_trails()):
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
 
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: compas-cem
3
- Version: 0.8.0
3
+ Version: 0.8.2
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.6
21
+ Requires-Python: >=3.8
25
22
  Description-Content-Type: text/markdown
26
- Requires-Dist: compas
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
27
29
  Requires-Dist: nlopt
28
- Requires-Dist: trimesh
29
- Requires-Dist: autograd
30
- Requires-Dist: compas-singular
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://arxiv.org/abs/2111.02607
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://soa.princeton.edu/content/stefana-parascho
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://arxiv.org/abs/2111.02607>`_ framework for `COMPAS`_.
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=z59F9dNis1zmYexiuhc2f2zQzrQ2Bb2KM-har3V8GsQ,2083
1
+ compas_cem/__init__.py,sha256=ODSicwdQeh2BP3zb860ZUHqBt6TGlZEubNmAtYeBalU,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=lWWNrxItytc9G5-si4tY1P3XALqUfyplChMW5FRFCog,29847
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=g3d5XofUlso_Xc4yYVUJn79JgaYG_ypmeESLXia8dII,3280
144
- compas_cem/ghpython/components/ghuser/CompasCem_ArtistForm.ghuser,sha256=JT4LRb-AH1EMLopt0PzpbgQu2oTXaKG3H-qb9CSDjfY,3475
145
- compas_cem/ghpython/components/ghuser/CompasCem_ArtistTopology.ghuser,sha256=80dPNVLZcs-62SM4BQldK6shNBt5s1MtVUzhmEjkToc,3635
146
- compas_cem/ghpython/components/ghuser/CompasCem_ConstrainedFormFinding.ghuser,sha256=Es3lnKLIESHrPU9nU7HBhl-7d-azXN02MMmxmWtp_I0,4707
147
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintDeviationEdgeLength.ghuser,sha256=hO9Blk8AGFvnVuCsp6WhqnlPzPW3MMgSpXkY1CqFo7U,3028
148
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintEdgeDirection.ghuser,sha256=6unGgLjpk1LjRfzgFsyqjPSNp4-QgfT7jry5I81mHck,3101
149
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodeLine.ghuser,sha256=8mDobZGffg1zrizG0sHQwlC0ttqTx7MK0mljIV6fNU0,3057
150
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePlane.ghuser,sha256=BVWr5xpFfxRzRqKdAF6Js1ju_NHhIMxbbc4NTb9xJOo,3057
151
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePoint.ghuser,sha256=BzfO38bgJ2yLgCh6RSq5XLQF9xOlLeMF32WITpM4BOo,3040
152
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePolyline.ghuser,sha256=Nf8Qfn4ai4fmZXQfI-LPnLMW0PFBP9X6QejYTZ1GZqU,3049
153
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintReactionForce.ghuser,sha256=kwWdgqMl-PDfo7hzXgqnrWd8A5m0L3qYdhogy2VQBDU,3093
154
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintTrailEdgeForce.ghuser,sha256=k_YvrdCq4uoToMz5DdCDOf1wXUBLleLN2qSNqYnpPhI,3031
155
- compas_cem/ghpython/components/ghuser/CompasCem_DisassembleForm.ghuser,sha256=0z8pqdg3x1VXYkTyFdDMm9wAW6-55ORgsgLh67JFH5A,2939
156
- compas_cem/ghpython/components/ghuser/CompasCem_DisassembleTopology.ghuser,sha256=i24AFMQDecaMDW2cXUE-6r17y6PmZLVkLo_ML1zj1sY,3324
157
- compas_cem/ghpython/components/ghuser/CompasCem_EdgeDeviation.ghuser,sha256=QqVVQS5G7Ofvh0FtO4mL2dQfS-7Y2KmfH3N0J9W65Uw,2953
158
- compas_cem/ghpython/components/ghuser/CompasCem_EdgeTrail.ghuser,sha256=7Qywua5I-5OoFNb6xhgs7nmwlw1EIaOU8QujzJ8ffxs,3186
159
- compas_cem/ghpython/components/ghuser/CompasCem_FormFinding.ghuser,sha256=Cr7_BFrx4e2BL9yasRhQVgFvB_KjVYLkgDlCe8L9G8s,3126
160
- compas_cem/ghpython/components/ghuser/CompasCem_Info.ghuser,sha256=Nz03CeVAU2gLW4pbHE8iSKxcGDxJF6nO1B3IEGukO9s,2655
161
- compas_cem/ghpython/components/ghuser/CompasCem_JSONExportDiagram.ghuser,sha256=aaEkpZak5nSPDLMP4BniFz8_ujALnzwWhpT5QBpaIZo,2958
162
- compas_cem/ghpython/components/ghuser/CompasCem_JSONImportForm.ghuser,sha256=_r8YAYznkL6e5qNHdtglFxM3Un8srANnGAdgHkJ7q30,2861
163
- compas_cem/ghpython/components/ghuser/CompasCem_JSONImportTopology.ghuser,sha256=6q0Kzn8nl2NCL_8YfaMqigEVLXcKUWHtX7v1jgy61T0,2886
164
- compas_cem/ghpython/components/ghuser/CompasCem_NodeLoad.ghuser,sha256=w4dgX2NU3Otfin06SyeQQtrjKrC0ngCx1hOJN8VJxhk,2949
165
- compas_cem/ghpython/components/ghuser/CompasCem_NodeSupport.ghuser,sha256=tXETAS0qn2uLW7yQaz_00V9UTYZfgIczbZvqgC8kqmc,2825
166
- compas_cem/ghpython/components/ghuser/CompasCem_OriginNodesMove.ghuser,sha256=381fTWO3LtivPOzGEGhRcbTQ0ZvIMTRqTgZeyKED9wQ,3122
167
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterDeviationEdge.ghuser,sha256=Yzh_Y68SxHjn4CPBkKOjz4aRhgRpDR6hdYcLMt5FB3w,3042
168
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadX.ghuser,sha256=gq2rm6FjHBjlxmf1O7Cn0LyHFEboddmaHWd_-9CATR0,3047
169
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadY.ghuser,sha256=7DUdbtKchXKxlXivmI5_FjCxADhCAAbfLyYsQprtI5s,3050
170
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadZ.ghuser,sha256=-mroOj8AFSYfQN1TzSo6z0oW0m6U6T8KCVcaoty_wJs,3048
171
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginX.ghuser,sha256=t_O3WliQdQH3XYHaY5pSONQ6eb8_2YGB1zN5L0JStMc,3042
172
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginY.ghuser,sha256=l4WKo8tuOvshtIuZsb2Onpk7IWLQ5NDMgCXaFIyxcoY,3043
173
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginZ.ghuser,sha256=OAPfdLt53m-Q3b0kocquHOsth4xq1vZaf52iD-Njg7E,3041
174
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterTrailEdge.ghuser,sha256=tdF0V7LSbSs9Xt50Cw6Vs126a0jrW0KvHg8iTXIs9pc,3057
175
- compas_cem/ghpython/components/ghuser/CompasCem_Proxy.ghuser,sha256=iTog9xFtCe6WZ7Mh1yvkaa6aVKQ0RozXid-6jjuAaOY,3001
176
- compas_cem/ghpython/components/ghuser/CompasCem_ResultsEdges.ghuser,sha256=85RYA_FBtDG9J3qKFILFaKa2DlRQhRmXpDy1-YC3HTg,2998
177
- compas_cem/ghpython/components/ghuser/CompasCem_ResultsSupportNodes.ghuser,sha256=Vu3_K8bG-IdQLZV4r1T9jiRd09uig0fHGjWpB035tiQ,2951
178
- compas_cem/ghpython/components/ghuser/CompasCem_SearchEdgeKey.ghuser,sha256=9jZEHNQq33nWoK3WeqGxvGRGv9r4MSH4eltHHuja7_M,3035
179
- compas_cem/ghpython/components/ghuser/CompasCem_SearchNodeKey.ghuser,sha256=BGiRK82DRnjWEjOFgsAQs5R8fqhOm5619xZUD-8Hy5o,2986
180
- compas_cem/ghpython/components/ghuser/CompasCem_TopologyDiagram.ghuser,sha256=zvmPmOS-UtI3yTvm9opqI2fmULiSaepejIKD6FqGeCQ,3223
181
- compas_cem/ghpython/components/ghuser/CompasCem_TrailsShift.ghuser,sha256=F9qWW7auG9yTmbvwaFNCVnsC7BH5ATXtCS8qS48fypk,3045
143
+ compas_cem/ghpython/components/ghuser/CompasCem_ArtistColors.ghuser,sha256=JjR0UpRxuVkbiTSZpm3erJrCQmuKtHuF7Nxj8q1Tu-o,3283
144
+ compas_cem/ghpython/components/ghuser/CompasCem_ArtistForm.ghuser,sha256=-fdVrThU7Cs2jzJ_cVLZkJQb4EcgOdBJ5BdTlKCaUP8,3472
145
+ compas_cem/ghpython/components/ghuser/CompasCem_ArtistTopology.ghuser,sha256=1imKgnq-DMJJOnSudrQuH6XtdZhpy6ADSQs7KgegUGw,3624
146
+ compas_cem/ghpython/components/ghuser/CompasCem_ConstrainedFormFinding.ghuser,sha256=bks7cAIgAC-tiTGiL7pz4xmNuSe1M0KT-SUJ8L7thq4,4713
147
+ compas_cem/ghpython/components/ghuser/CompasCem_ConstraintDeviationEdgeLength.ghuser,sha256=kuR11XZRCghMN0STkCvgjdKnU9cW8uJtRB4FajAlhK0,3031
148
+ compas_cem/ghpython/components/ghuser/CompasCem_ConstraintEdgeDirection.ghuser,sha256=H1CeMQwblMcGWzN_GaztRanD9D9DCrwCqDIX95RsoDA,3105
149
+ compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodeLine.ghuser,sha256=-ki39RVmte7YoYtDSycxkcVr1Qd1Jqy6S9DzdOX1QWU,3055
150
+ compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePlane.ghuser,sha256=YfJgrqFuhhSclhrYaTFfI_ZFcc-XCOsWWtFzYtN_n-g,3064
151
+ compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePoint.ghuser,sha256=SA7EnRlfGP6KVTouFVE9a2NSW_7bw_nK_IxQZXhX4rs,3054
152
+ compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePolyline.ghuser,sha256=0R3wPHL4mplNGtFJ0nu00dW3X2br-RzwenSpYvXLkBA,3052
153
+ compas_cem/ghpython/components/ghuser/CompasCem_ConstraintReactionForce.ghuser,sha256=K-5fizN-hO0CTj98siE5EGxqYQB5Qv0Bn-QUe0zujRU,3087
154
+ compas_cem/ghpython/components/ghuser/CompasCem_ConstraintTrailEdgeForce.ghuser,sha256=qaUW6JTtpOnHaM3QffyB1U9VKYw929sGEeOzGYIP3ug,3037
155
+ compas_cem/ghpython/components/ghuser/CompasCem_DisassembleForm.ghuser,sha256=2VRDi1rtziinIwDiHpXy3zQSeu8xDwa1NwtDgPEV89s,2934
156
+ compas_cem/ghpython/components/ghuser/CompasCem_DisassembleTopology.ghuser,sha256=gR4w4q-M0DFyxTKVi-nu8hbHUWqn7FY6oJegXpAU44c,3328
157
+ compas_cem/ghpython/components/ghuser/CompasCem_EdgeDeviation.ghuser,sha256=GZQgsmJiY_jBw9-y0jRWQDtudR5EtSY--vrh1BR_v-s,2961
158
+ compas_cem/ghpython/components/ghuser/CompasCem_EdgeTrail.ghuser,sha256=EyzjaeI13GA_qu07K9d7tjAJIsXKJw3cUcJPZewnYzI,3179
159
+ compas_cem/ghpython/components/ghuser/CompasCem_FormFinding.ghuser,sha256=uSKI48ghnrQSHVHwwNJRsD1PLekX26rhq_pXGFUavzA,3120
160
+ compas_cem/ghpython/components/ghuser/CompasCem_Info.ghuser,sha256=GelFlVpXNidQAqgxe3iuf0WGCy2PhvuvFKFUqks-W8g,2655
161
+ compas_cem/ghpython/components/ghuser/CompasCem_JSONExportDiagram.ghuser,sha256=A4POuO0rW3btcJTUx4qkpngfUhQDzfjNtY0fF6ElFq4,2957
162
+ compas_cem/ghpython/components/ghuser/CompasCem_JSONImportForm.ghuser,sha256=6N0GRgLs2qaKahp6Io_8cK2fXXlNQnu0XnygPQSXTJY,2867
163
+ compas_cem/ghpython/components/ghuser/CompasCem_JSONImportTopology.ghuser,sha256=NUE1kABZPv8OYxMiIPCJj-L7fAdUSmk0nsDSc-3-rwY,2882
164
+ compas_cem/ghpython/components/ghuser/CompasCem_NodeLoad.ghuser,sha256=yEy-NARdqBlC0OF1YDkSNyonCPwTGvIE6vixc_kXeQs,2949
165
+ compas_cem/ghpython/components/ghuser/CompasCem_NodeSupport.ghuser,sha256=qWuOzecEtzjDyzguMB86o-X717tA902iKN2MKg8ILpM,2826
166
+ compas_cem/ghpython/components/ghuser/CompasCem_OriginNodesMove.ghuser,sha256=18ELK8AXmKH1_j7HwW17G_SUxqdg8wF8YcyL-V4UXJM,3120
167
+ compas_cem/ghpython/components/ghuser/CompasCem_ParameterDeviationEdge.ghuser,sha256=D6NN2r2zRNh-9D1rvq1sWvzbeIOyuFbYXRzEHRDtIgc,3043
168
+ compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadX.ghuser,sha256=jlUKb6XxptfobwHhc8Vs377ztHwh_IFjUGnhbcy9Tl4,3043
169
+ compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadY.ghuser,sha256=9GiJdVT8ieRdfdaHWdYtuuQ2brwPa0l__uOYde9VROk,3044
170
+ compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadZ.ghuser,sha256=mnJhI1N8ZAczaX6_Q1UosbSlN1i7nuRScZ77a1HSRrA,3053
171
+ compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginX.ghuser,sha256=KcdMFQ8PaP9DHUq4eUNvrmiiOQVIo8haa4-mz9vvZgk,3049
172
+ compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginY.ghuser,sha256=By48FMcGlJkn5BYHk6GSDw_AD8u5bZwmrolYk8Qh0qs,3045
173
+ compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginZ.ghuser,sha256=sNOLNx2A-2F3_Jz-bHi6oY88zAgFwJ_cB7EiqEt4xGQ,3039
174
+ compas_cem/ghpython/components/ghuser/CompasCem_ParameterTrailEdge.ghuser,sha256=XiBOTxBavDccRbICQ7j9kf2OJJh2MKzZgMpHfYKrNt4,3052
175
+ compas_cem/ghpython/components/ghuser/CompasCem_Proxy.ghuser,sha256=gUZAJDQL0_ZRsKFYsere9XBs2Cr-am1KQT-UB3Wb7_U,2992
176
+ compas_cem/ghpython/components/ghuser/CompasCem_ResultsEdges.ghuser,sha256=zAh7GLj63QrxipB6kJ1z1EOek8v9ja4-JI28dXp4MLc,3004
177
+ compas_cem/ghpython/components/ghuser/CompasCem_ResultsSupportNodes.ghuser,sha256=VB1u4ALLGy2fOigMtclLb_Rg8bNpSYT79aP3u_TgXv0,2945
178
+ compas_cem/ghpython/components/ghuser/CompasCem_SearchEdgeKey.ghuser,sha256=JAW1IRdZFvKT_ENy-o8PSZYRaTK2yyI-O8bYm-TOpdc,3037
179
+ compas_cem/ghpython/components/ghuser/CompasCem_SearchNodeKey.ghuser,sha256=nVJ1vESGZ-ymAT1LRZhlNE5BZM8aqEUTfpyJ9TGpwmM,2987
180
+ compas_cem/ghpython/components/ghuser/CompasCem_TopologyDiagram.ghuser,sha256=83JW9vQtrkRNVwb7SaLN6YWFBmQxM7kN0jdiMvlp2YI,3224
181
+ compas_cem/ghpython/components/ghuser/CompasCem_TrailsShift.ghuser,sha256=Qb2YHy58j1405WCn4mGaL2psWa24K7Cwz_gOdXGHIEI,3047
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.0.dist-info/AUTHORS.rst,sha256=-OpKl0OpTQVw6EIT68zWlqNgHxNiT4jcWglorf4sdrs,1799
223
- compas_cem-0.8.0.dist-info/LICENSE,sha256=GvaxOoSt0SbcZBdaYBSPeWjyowWtO47cNtD1Z_Dw2K0,1098
224
- compas_cem-0.8.0.dist-info/METADATA,sha256=NR1Yp8TnrtaBpeJVmcfqBve17FVMhGUzA4NzYLRW8fY,7654
225
- compas_cem-0.8.0.dist-info/WHEEL,sha256=a-zpFRIJzOq5QfuhBzbhiA1eHTzNCJn8OdRvhdNX0Rk,110
226
- compas_cem-0.8.0.dist-info/entry_points.txt,sha256=eqGnTHtEVMYwfXVk1Z9MhC8O2N8wuqAbr0lisLmrkxs,20
227
- compas_cem-0.8.0.dist-info/top_level.txt,sha256=MFhp-uQuMkg2A7bc0xz9h7CFiq-92Vdi-gZSaFlGb1s,11
228
- compas_cem-0.8.0.dist-info/RECORD,,
222
+ compas_cem-0.8.2.dist-info/AUTHORS.rst,sha256=-OpKl0OpTQVw6EIT68zWlqNgHxNiT4jcWglorf4sdrs,1799
223
+ compas_cem-0.8.2.dist-info/LICENSE,sha256=GvaxOoSt0SbcZBdaYBSPeWjyowWtO47cNtD1Z_Dw2K0,1098
224
+ compas_cem-0.8.2.dist-info/METADATA,sha256=ZkTMex-U_PD9SmCCz5FwGKdY-oPW6YwWzpbZ_-T-Yl4,7583
225
+ compas_cem-0.8.2.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
226
+ compas_cem-0.8.2.dist-info/top_level.txt,sha256=MFhp-uQuMkg2A7bc0xz9h7CFiq-92Vdi-gZSaFlGb1s,11
227
+ compas_cem-0.8.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
-
3
-