Salome HOME
Mantis issue 0021934: Delete the internal faces of an object
[modules/geom.git] / src / GEOM_I / GEOM_IHealingOperations_i.hh
index 45a85df6291dd8c5ea35c96cbb8077a785019a89..92902800566703374413ed2d6933030eae2a9896 100644 (file)
@@ -78,6 +78,8 @@ class GEOM_I_EXPORT GEOM_IHealingOperations_i :
    GEOM::GEOM_Object_ptr SewAllowNonManifold (GEOM::GEOM_Object_ptr theObject,
                                               CORBA::Double theTolerance);
 
+   GEOM::GEOM_Object_ptr RemoveInternalFaces (GEOM::GEOM_Object_ptr theCompound);
+
    GEOM::GEOM_Object_ptr DivideEdge (GEOM::GEOM_Object_ptr theObject,
                                      CORBA::Short theIndex,
                                      CORBA::Double theValue,