1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0025858: Incorrect result of open offset on single edge based on BSpline curve

Test-case for issue #25883
This commit is contained in:
jgv
2015-03-12 12:27:32 +03:00
committed by bugmaster
parent ee51a9fe3a
commit b11a99d9c1
2 changed files with 28 additions and 1 deletions

View File

@@ -227,7 +227,7 @@ BRepFill_PipeShell::BRepFill_PipeShell(const TopoDS_Wire& Spine)
SetTolerance();
myMaxDegree = 11;
myMaxSegments = 30;
myMaxSegments = 100;
// Attention to closed non-declared wire !
if (!mySpine.Closed()) {