FEM: constraint transform, fixes #3283

This commit is contained in:
Bernd Hahnebach
2017-12-13 08:34:37 +01:00
committed by wmayer
parent 3d862b8dea
commit 9bcdd09473

View File

@@ -439,7 +439,7 @@ void TaskFemConstraintTransform::onReferenceDeleted() {
std::string TaskFemConstraintTransform::getSurfaceReferences(std::string showConstr="")
{
return "for obj in FreeCAD.ActiveDocument.Objects:\n\
if obj.isDerivedFrom(\"Fem::FemAnalysisPython\"):\n\
if obj.isDerivedFrom(\"Fem::FemAnalysis\"):\n\
if FreeCAD.ActiveDocument."+showConstr+" in obj.Group:\n\
members = obj.Group\n\
A = []\n\