Salome HOME
Bos #20438: [CEA] SIGSEGV in SHAPER and GEOM in Pipe binormal. Correction to obtain...
authorjfa <jfa@opencascade.com>
Wed, 26 May 2021 09:53:51 +0000 (12:53 +0300)
committerjfa <jfa@opencascade.com>
Wed, 26 May 2021 09:53:51 +0000 (12:53 +0300)
src/GEOMImpl/GEOMImpl_PipeDriver.cxx

index 9fa0d3beb2046694720d83a1e59c31c15aa535cf..97d52350276d8364d17f45fe218000ff90be9cc0 100644 (file)
@@ -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();