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:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user