Salome HOME
0022714: EDF GEOM: Issue with MakePipeTShapeChamfer
authorskv <skv@opencascade.com>
Wed, 12 Nov 2014 14:09:01 +0000 (17:09 +0300)
committerskv <skv@opencascade.com>
Wed, 12 Nov 2014 14:09:01 +0000 (17:09 +0300)
src/GEOMImpl/GEOMImpl_FillingDriver.cxx

index 57d0317cb35e7c52f8473fb574648278a05c6a08..9dc5092bd48d13cffe13496687e7ba2ce6d7ef4c 100644 (file)
@@ -205,7 +205,7 @@ Standard_Integer GEOMImpl_FillingDriver::Execute(TFunction_Logbook& log) const
     }
 
     /* a 'tolerance' is used to compare 2 knots : see GeomFill_Generator.cdl */
-    Section.Perform(Precision::Confusion());
+    Section.Perform(Precision::PConfusion());
     Handle(GeomFill_Line) Line = new GeomFill_Line(i);
 
     GeomFill_AppSurf App (mindeg, maxdeg, tol3d, tol2d, nbiter); /* user parameters */