mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Bos #20438: [CEA] SIGSEGV in SHAPER and GEOM in Pipe binormal. Correction to obtain good result in GEOM.
This commit is contained in:
parent
2bfc3d1007
commit
f4e6b4a197
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user