+ make FEM beam section and shell thickness ready for drag and drop

This commit is contained in:
wmayer
2015-10-19 14:48:07 +02:00
parent b6a1e15aee
commit 19aa17cd27
6 changed files with 28 additions and 3 deletions

View File

@@ -175,6 +175,8 @@ bool ViewProviderFemAnalysis::canDragObject(App::DocumentObject* obj) const
return true;
else if (obj->getTypeId().isDerivedFrom(Fem::FemSetObject::getClassTypeId()))
return true;
else if (obj->getTypeId().isDerivedFrom(Base::Type::fromName("Fem::FeaturePython")))
return true;
else if (obj->getTypeId().isDerivedFrom(App::MaterialObject::getClassTypeId()))
return true;
else