mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0023651: Exception on fillet construction between NURBS and surface of revolution
Adding test cases for this fix
This commit is contained in:
@@ -538,7 +538,7 @@ Standard_Boolean ChFi3d_Builder::CompleteData
|
||||
Handle(BRepBlend_AppFunc) TheFunc
|
||||
= new (BRepBlend_AppFunc)(lin, Func, tolapp3d, 1.e-5);
|
||||
|
||||
Standard_Integer Degmax = 20, Segmax = 100;
|
||||
Standard_Integer Degmax = 20, Segmax = 5000;
|
||||
BRepBlend_AppSurface approx (TheFunc,
|
||||
lin->Point(1).Parameter(),
|
||||
lin->Point(lin->NbPoints()).Parameter(),
|
||||
|
Reference in New Issue
Block a user