Salome HOME
0022178: [CEA 798] Sewing: Make option NonManifoldMode available in GEOM
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IHealingOperations.hxx
index b946861ee4852e772380c118556cce8be774c577..37f1b90f42d23f22b423b7dd43f43a4476a4808f 100644 (file)
@@ -71,7 +71,8 @@ class GEOMImpl_IHealingOperations : public GEOM_IOperations {
                                  const Handle(TColStd_HArray1OfInteger)& theWires);
 
   Standard_EXPORT Handle(GEOM_Object) Sew( Handle(GEOM_Object) theObject,
-                           double theTolerance );
+                           double theTolerance,
+                           bool isAllowNonManifold);
 
   Standard_EXPORT Handle(GEOM_Object) DivideEdge( Handle(GEOM_Object) theObject,
                                                   int theIndex,