1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0025207: GCPnts_QuasiUniformDeflection achieves incorrect result on some curve.

Test case for issue CR25207
This commit is contained in:
jgv
2014-09-25 14:43:28 +04:00
committed by bugmaster
parent ca3c13d1e8
commit d8726c7c6b
2 changed files with 41 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ static Standard_Boolean PerformCurve (TColStd_SequenceOfReal& Parameters,
const Standard_Real EPSILON,
const GeomAbs_Shape Continuity)
{
Standard_Integer Nbmin = 21;
Standard_Integer Nbmin = 2;
gp_Pnt Pdeb;
if (Continuity <= GeomAbs_G1)