1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0023622: IGES import produces invalid shape with parameter read.iges.bspline.continuity=0

Adding test cases for this fix
This commit is contained in:
Roman Lygin
2012-12-28 18:11:58 +04:00
parent 7fe83417f1
commit c888decadb
3 changed files with 66 additions and 1 deletions

View File

@@ -910,7 +910,6 @@ Handle(Geom_BSplineSurface) IGESToBRep_BasicSurface::TransferBSplineSurface
// ===============================
Standard_Integer icont = GetContinuity();
if ( icont < 1) return res;
//Standard_Boolean isC1 = Standard_True, isC2 = Standard_True; //szv#4:S4163:12Mar99 not needed
i = res->LastUKnotIndex();