From: eap Date: Thu, 27 Jun 2013 12:49:25 +0000 (+0000) Subject: 0021934: Delete the internal faces of an object. X-Git-Tag: BR_hydro_v_0_3_1~170 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=833e0c922f4c8451b73165f854e577338f4b9052;p=modules%2Fgeom.git 0021934: Delete the internal faces of an object. Implement GetCreationInformation() --- diff --git a/src/GEOMImpl/GEOMImpl_HealingDriver.cxx b/src/GEOMImpl/GEOMImpl_HealingDriver.cxx index a7514b0dd..675b0ec50 100644 --- a/src/GEOMImpl/GEOMImpl_HealingDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_HealingDriver.cxx @@ -908,6 +908,10 @@ GetCreationInformation(std::string& theOperationName, AddParam( theParams, "Wire", aCI.GetOriginal() ); AddParam( theParams, "Vertexes", aCI.GetShapes() ); break; + case REMOVE_INTERNAL_FACES: + theOperationName = "REMOVE_WEBS"; + AddParam( theParams, "Selected shape", aCI.GetOriginal() ); + break; default: return false; }