FEM: results, remove stressvectors and strainvectors from result obj, adapt code elsewhere

This commit is contained in:
Bernd Hahnebach
2019-03-15 21:06:40 +01:00
committed by Yorik van Havre
parent 53d2b30dcf
commit fc3d2a9f1e
3 changed files with 1 additions and 25 deletions

View File

@@ -663,9 +663,7 @@ std::map<std::string, std::vector<std::string>> _getFreeCADMechResultProperties(
// App::PropertyVectorList will be a list of vectors in vtk
std::map<std::string, std::vector<std::string>> resFCProperties;
resFCProperties["vectors"] = {
"DisplacementVectors",
"StressVectors",
"StrainVectors"
"DisplacementVectors"
};
// App::PropertyFloatList will be a list of scalars in vtk
resFCProperties["scalars"] = {