Bos #20438: [CEA] SIGSEGV in SHAPER and GEOM in Pipe binormal. Correction to obtain good result in GEOM.

This commit is contained in:
jfa 2021-05-26 12:53:51 +03:00
parent 2bfc3d1007
commit f4e6b4a197

View File

@ -184,7 +184,8 @@ static GeomFill_Trihedron EvaluateBestSweepMode(const TopoDS_Shape& Spine)
//======================================================================= //=======================================================================
static Standard_Boolean BuildPipeShell(BRepOffsetAPI_MakePipeShell &theBuilder) static Standard_Boolean BuildPipeShell(BRepOffsetAPI_MakePipeShell &theBuilder)
{ {
theBuilder.SetForceApproxC1(Standard_True); // Commented out for bos #20438
//theBuilder.SetForceApproxC1(Standard_True);
theBuilder.Build(); theBuilder.Build();