FEM: Rename animateNodes to applyDisplacementToNodes

Also animateNodes is now applyDisplacementToNodes.
The funcions are not doing animation, but are responsible
for deforming mesh.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-05-27 16:04:15 +01:00
parent 8195ce579b
commit 4e94c02dda
5 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
<Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel@web.de" />
<UserDocu>ViewProviderFemMesh class</UserDocu>
</Documentation>
<Methode Name="animate">
<Methode Name="applyDisplacement">
<Documentation>
<UserDocu></UserDocu>
</Documentation>