1
0
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:
nbv
2018-11-02 10:06:26 +03:00
committed by apn
parent ce1c28b8b4
commit 364c88864b
4 changed files with 115 additions and 6 deletions

View File

@@ -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]);