FEM: calculix dat result text object, move into analysis
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
#include <Mod/Fem/App/FemSetObject.h>
|
||||
#include <Mod/Fem/App/FemConstraint.h>
|
||||
#include <App/MaterialObject.h>
|
||||
#include <App/TextDocument.h>
|
||||
|
||||
#include "TaskDlgAnalysis.h"
|
||||
|
||||
@@ -205,6 +206,8 @@ bool ViewProviderFemAnalysis::canDragObject(App::DocumentObject* obj) const
|
||||
return true;
|
||||
else if (obj->getTypeId().isDerivedFrom(App::MaterialObject::getClassTypeId()))
|
||||
return true;
|
||||
else if (obj->getTypeId().isDerivedFrom(App::TextDocument::getClassTypeId()))
|
||||
return true;
|
||||
#ifdef FC_USE_VTK
|
||||
else if (obj->getTypeId().isDerivedFrom(Fem::FemPostObject::getClassTypeId()))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user