]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0021934: Delete the internal faces of an object.
authoreap <eap@opencascade.com>
Thu, 27 Jun 2013 12:49:25 +0000 (12:49 +0000)
committereap <eap@opencascade.com>
Thu, 27 Jun 2013 12:49:25 +0000 (12:49 +0000)
Implement GetCreationInformation()

src/GEOMImpl/GEOMImpl_HealingDriver.cxx

index a7514b0dd586dcc28bbd2868f7ecee0da36c65c7..675b0ec502cb1e8236b4be3207a45f0f314cfde6 100644 (file)
@@ -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;
   }