mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0025950: Bad performance of intersection algorithm.
1. Test case has been created. 2. Minor correction in DrawTrSurf.cxx file.
This commit is contained in:
@@ -284,7 +284,7 @@ static Standard_Integer drawpoles(Draw_Interpretor&,
|
||||
}
|
||||
}
|
||||
|
||||
if ( n<2) return 1;
|
||||
if ( n<2) return 0;
|
||||
|
||||
Handle(DrawTrSurf_BezierSurface) BZS;
|
||||
BZS = GetBezierSurface(a[1]);
|
||||
|
Reference in New Issue
Block a user