1
0
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:
jgv
2013-01-18 13:42:52 +04:00
parent cfb6776ec0
commit ea9632bc14
3 changed files with 30 additions and 1 deletions

View File

@@ -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(),