From 833e0c922f4c8451b73165f854e577338f4b9052 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 27 Jun 2013 12:49:25 +0000 Subject: [PATCH] 0021934: Delete the internal faces of an object. Implement GetCreationInformation() --- src/GEOMImpl/GEOMImpl_HealingDriver.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.30.2