1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

Fix for issue #28150

Set-61
This commit is contained in:
nbv
2017-01-19 17:29:04 +03:00
parent 37191eca10
commit 94e8503928

View File

@@ -721,6 +721,7 @@ Handle(Adaptor2d_HCurve2d)
Standard_Integer NbOfPnts = 61;
GCPnts_QuasiUniformAbscissa QUA(Curve->GetCurve(),NbOfPnts);
NbOfPnts = QUA.NbPoints();
TColgp_Array1OfPnt Pts(1,NbOfPnts);
TColStd_Array1OfReal Param(1,NbOfPnts);
Standard_Integer i, j;