From: skv Date: Wed, 12 Nov 2014 14:09:01 +0000 (+0300) Subject: 0022714: EDF GEOM: Issue with MakePipeTShapeChamfer X-Git-Tag: V7_5_0rc1~5^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=inline;h=702de9ae7d4eff713d0ce090c655cc02346c4c62;p=modules%2Fgeom.git 0022714: EDF GEOM: Issue with MakePipeTShapeChamfer --- 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 */