Salome HOME
EDF 8523: Enable generation of 2D joint elements from GUI
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_DuplicateNodesDlg.cxx
index 368aa77ca6624905b542afd43c2ca2571e31d680..ad4997644dd4f5be795d78a3dc9b578ee8e67dfd 100644 (file)
@@ -602,7 +602,8 @@ void SMESHGUI_DuplicateNodesDlg::onSelectionChanged()
         ok = ( aGroupType != SMESH::NODE );
         break;
       case 3:
         ok = ( aGroupType != SMESH::NODE );
         break;
       case 3:
-        ok = ( aGroupType == SMESH::VOLUME );
+        ok = ( aGroupType == SMESH::VOLUME || 
+              aGroupType == SMESH::FACE );
         break;
       }
     }
         break;
       }
     }