FEM: mechanical result object, add peeq strain propert,
by sodelo
This commit is contained in:
parent
b203725ae2
commit
9091c475d5
|
@ -51,6 +51,9 @@ class _FemMechanicalResult():
|
||||||
# does not show up in propertyEditor of combiView
|
# does not show up in propertyEditor of combiView
|
||||||
obj.addProperty("App::PropertyVectorList", "StrainVectors", "Fem", "List of strain vectors", True)
|
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
|
# readonly in propertyEditor of combiView
|
||||||
obj.addProperty("App::PropertyFloatList", "DisplacementLengths", "Fem", "List of displacement lengths", True)
|
obj.addProperty("App::PropertyFloatList", "DisplacementLengths", "Fem", "List of displacement lengths", True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user