From 702de9ae7d4eff713d0ce090c655cc02346c4c62 Mon Sep 17 00:00:00 2001 From: skv Date: Wed, 12 Nov 2014 17:09:01 +0300 Subject: [PATCH] 0022714: EDF GEOM: Issue with MakePipeTShapeChamfer --- src/GEOMImpl/GEOMImpl_FillingDriver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMImpl/GEOMImpl_FillingDriver.cxx b/src/GEOMImpl/GEOMImpl_FillingDriver.cxx index 57d0317cb..9dc5092bd 100644 --- a/src/GEOMImpl/GEOMImpl_FillingDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_FillingDriver.cxx @@ -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 */ -- 2.39.2