FEM: mechanical result object, add peeq strain propert,

by sodelo
This commit is contained in:
Bernd Hahnebach 2017-02-20 06:29:52 +01:00 committed by wmayer
parent b203725ae2
commit 9091c475d5

View File

@ -51,6 +51,9 @@ class _FemMechanicalResult():
# does not show up in propertyEditor of combiView
obj.addProperty("App::PropertyVectorList", "StrainVectors", "Fem", "List of strain vectors", True)
# does not show up in propertyEditor of combiView
obj.addProperty("App::PropertyFloatList", "Peeq", "Fem", "List of equivalent plastic strain values", True)
# readonly in propertyEditor of combiView
obj.addProperty("App::PropertyFloatList", "DisplacementLengths", "Fem", "List of displacement lengths", True)