]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMImpl/GEOMImpl_BooleanDriver.hxx
Salome HOME
[bos #40619][CEA] Add Fuzzy parameter to partition and boolean operators
[modules/geom.git] / src / GEOMImpl / GEOMImpl_BooleanDriver.hxx
index 2b8efef4f5f2936a21f7598d1520b2adb03d7af5..e9c412e5c54d0df6161b8ac97e22e97e458d6dcf 100644 (file)
@@ -50,7 +50,8 @@ private:
 
   TopoDS_Shape performOperation(const TopoDS_Shape theShape1,
                                 const TopoDS_Shape theShape2,
-                                const Standard_Integer theType) const;
+                                const Standard_Integer theType,
+                                const Standard_Real theFuzzyParam) const;
 
   TopoDS_Shape makeCompoundShellFromFaces(const TopoDS_Shape theShape) const;