From: jfa Date: Wed, 26 May 2021 09:53:51 +0000 (+0300) Subject: Bos #20438: [CEA] SIGSEGV in SHAPER and GEOM in Pipe binormal. Correction to obtain... X-Git-Tag: V9_8_0a1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f4e6b4a197d235b10a8d5dd4a824c03c651043ee;hp=2bfc3d10074ec27c71436c3626e3180909fe0bc1;p=modules%2Fgeom.git Bos #20438: [CEA] SIGSEGV in SHAPER and GEOM in Pipe binormal. Correction to obtain good result in GEOM. --- diff --git a/src/GEOMImpl/GEOMImpl_PipeDriver.cxx b/src/GEOMImpl/GEOMImpl_PipeDriver.cxx index 9fa0d3beb..97d523502 100644 --- a/src/GEOMImpl/GEOMImpl_PipeDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_PipeDriver.cxx @@ -184,7 +184,8 @@ static GeomFill_Trihedron EvaluateBestSweepMode(const TopoDS_Shape& Spine) //======================================================================= static Standard_Boolean BuildPipeShell(BRepOffsetAPI_MakePipeShell &theBuilder) { - theBuilder.SetForceApproxC1(Standard_True); + // Commented out for bos #20438 + //theBuilder.SetForceApproxC1(Standard_True); theBuilder.Build();