]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/BlockFix/BlockFix.hxx
Salome HOME
[bos #36177] [FORUM] - Remove extra-edge on hemisphere
[modules/geom.git] / src / BlockFix / BlockFix.hxx
index 64fd7c3f4fe0a6693126907b21ebbe4089804a88..4219c81461ebe40d4809b7c5e918a8a0bdd64490 100644 (file)
@@ -39,7 +39,10 @@ class BlockFix_CheckTool;
 class BlockFix {
 
 public:
-  Standard_EXPORT static  TopoDS_Shape RotateSphereSpace(const TopoDS_Shape& S,const Standard_Real Tol);
+  Standard_EXPORT static  TopoDS_Shape RotateSphereSpace
+                                      (const TopoDS_Shape& S,
+                                       const Standard_Real Tol,
+                                       const Standard_Boolean theTrySmallRotation = Standard_True);
   Standard_EXPORT static  TopoDS_Shape RefillProblemFaces(const TopoDS_Shape& S);
   Standard_EXPORT static  TopoDS_Shape FixRanges(const TopoDS_Shape& S,const Standard_Real Tol);