X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH%2FSMESH_MeshEditor.hxx;fp=src%2FSMESH%2FSMESH_MeshEditor.hxx;h=e251e4f9c36952e26bbe456333bfe3016ed6c762;hp=103e4a4172ca4b0028106ccea29044ed35d6b3bd;hb=c80762b0a1cdba101aec4aa2b1cae281331a162e;hpb=a38c378b1cecd956f4cef180842096fadc0c014f diff --git a/src/SMESH/SMESH_MeshEditor.hxx b/src/SMESH/SMESH_MeshEditor.hxx index 103e4a417..e251e4f9c 100644 --- a/src/SMESH/SMESH_MeshEditor.hxx +++ b/src/SMESH/SMESH_MeshEditor.hxx @@ -471,7 +471,8 @@ public: // Return list of group of nodes close to each other within theTolerance. // Search among theNodes or in the whole mesh if theNodes is empty. - void MergeNodes (TListOfListOfNodes & theNodeGroups); + void MergeNodes (TListOfListOfNodes & theNodeGroups, + const bool theAvoidMakingHoles = false); // In each group, the cdr of nodes are substituted by the first one // in all elements.