@@ -8,7 +8,7 @@ Deformation node is one of the analyzer type. It is used to get the deformation
Inputs
----------
------
All inputs need to proceed from an external node
...
...
@@ -29,11 +29,11 @@ In the N-Panel you can use the toggle **Output NumPy** to get NumPy arrays (make
Outputs
-------
- **Edges_Def** :the variation of the length of the edges.
- **Pols_Def** : the variation of the areas of each polygon.
- **EdgesDef** :the variation of the length of the edges.
- **PolsDef** : the variation of the areas of each polygon.
- **Vert_Pol_Def**: Each polygon will distribute its areal variation to its vertices. Each vertex will get the sum of the deformations related to itself.
- **Vert_Edge_Def**: Each edge will distribute its elongation to its vertices. Each vertex will get the sum of elongations related to itself.
- **VertPolDef**: Each polygon will distribute its areal variation to its vertices. Each vertex will get the sum of the deformations related to itself.
- **VertEdgeDef**: Each edge will distribute its elongation to its vertices. Each vertex will get the sum of elongations related to itself.
Examples of usage
...
...
@@ -52,4 +52,3 @@ You can compare many different states at the same time.