FEM: mechanical result object, add comment in regard of read only
This commit is contained in:
committed by
Yorik van Havre
parent
79be27eab6
commit
1629761522
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user