Salome HOME
Mantis issue 0021392: EDF 1631 GEOM: Dump study of sketcher 3D with relatives coordin...
[modules/geom.git] / src / GEOM_I / GEOM_IHealingOperations_i.hh
index 61dd4cc6bf1a050bcbd1c72c5916293e8230d77f..bdbaf868973f221f3dd91d56644e1401d55054ad 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -18,8 +18,6 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-
 
 #ifndef _GEOM_IHealingOperations_i_HeaderFile
 #define _GEOM_IHealingOperations_i_HeaderFile
@@ -81,6 +79,9 @@ class GEOM_I_EXPORT GEOM_IHealingOperations_i :
                                      CORBA::Double theValue,
                                      CORBA::Boolean isByParameter);
 
+   GEOM::GEOM_Object_ptr FuseCollinearEdgesWithinWire (GEOM::GEOM_Object_ptr theWire,
+                                                       const GEOM::ListOfGO& theVertices);
+
    CORBA::Boolean GetFreeBoundary(GEOM::GEOM_Object_ptr theObject,
                                   GEOM::ListOfGO_out theClosedWires,
                                   GEOM::ListOfGO_out theOpenWires );