]> OCCT Git - occt.git/commit
0030747: Modeling Algorithms - 2d Curves concatenator doesn't properly process closed...
authorabulyche <abulyche@opencascade.com>
Mon, 4 Oct 2021 01:00:55 +0000 (04:00 +0300)
committersmoskvin <smoskvin@opencascade.com>
Thu, 14 Oct 2021 17:19:22 +0000 (20:19 +0300)
commiteb78d737d480df969e0255845b0af18cef20507f
treee95a8e52ddef3db726a35d2a27fbcbc01d9d9943
parentc1638a8db84b6b259c9c264e581b03f6ab6cedb9
0030747: Modeling Algorithms - 2d Curves concatenator doesn't properly process closed contours.

Corrected Geom2dConvert_CompCurveToBSplineCurve::Add in Geom2dConvert_CompCurveToBSplineCurve.cxx;
Added the test for this problem;
Corrected "gluing" curves in ProjLib_ProjectedCurve.cxx.
src/Geom2dConvert/Geom2dConvert_CompCurveToBSplineCurve.cxx
src/ProjLib/ProjLib_ProjectedCurve.cxx
src/QABugs/QABugs_20.cxx
tests/bugs/modalg_7/bug30747 [new file with mode: 0644]