Deformation node is one of the analyzer type. It is used to get the deformation of one or many meshes between different states. The deformation is measured by the areal variance or the edge elongation
**Edges_Def** :the variation of the length of the edges
**Pols_Def** : the variation of the areas of each polygon
**Vert_Pol_Def**: Each polygon will distribute its surface 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.
Example of usage
----------------
Different kinds of tension maps can be created using this node, from any of its outputs, here some basic examples:
The elongation can proportional to the tension, in this example the node is used to get one approximation of the needed thickness to sustain the tensions applied to a cloth simulation.