Salome HOME
ASERIS: Return a group from FillHole()
[modules/smesh.git] / src / SMESH_I / SMESH_MeshEditor_i.hxx
index c5818522e4362db02f95180559baff8c88732ef0..44a87ba45aea27eaa79a66b0a48c8f3019acd7fc 100644 (file)
@@ -573,8 +573,10 @@ public:
 
   /*!
    * Fill with 2D elements a hole defined by a FreeBorder.
+   * Optionally add new faces to a given group, which is returned
    */
-  void FillHole(const SMESH::FreeBorder& hole)
+  SMESH::SMESH_Group_ptr FillHole(const SMESH::FreeBorder& hole,
+                                  const char*              groupName)
     throw (SALOME::SALOME_Exception);
 
   SMESH::CoincidentFreeBorders* FindCoincidentFreeBorders(CORBA::Double tolerance);