FEM: mechanical result object, add comment in regard of read only

This commit is contained in:
Bernd Hahnebach
2019-02-04 06:42:22 +01:00
committed by Yorik van Havre
parent 79be27eab6
commit 1629761522

View File

@@ -45,6 +45,7 @@ class _FemResultMechanical():
obj.addProperty("App::PropertyFloat", "EigenmodeFrequency", "Data", "User Defined Results", True)
# node results
# set read only or hide a property: https://forum.freecadweb.org/viewtopic.php?f=18&t=13460&start=10#p108072
# do not show up in propertyEditor of comboView
obj.addProperty("App::PropertyVectorList", "DisplacementVectors", "NodeData", "List of displacement vectors", True)
obj.addProperty("App::PropertyVectorList", "StressVectors", "NodeData", "List of stress vectors", True)