FEM: results, remove stressvectors and strainvectors from result obj, adapt code elsewhere
This commit is contained in:
committed by
Yorik van Havre
parent
53d2b30dcf
commit
fc3d2a9f1e
@@ -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"] = {
|
||||
|
||||
Reference in New Issue
Block a user