]> OCCT Git - occt-copy.git/commit
0031016: Projection of an ellipse is a B-spline in some cases
authorazv <azv@opencascade.com>
Tue, 7 Jul 2020 14:40:50 +0000 (17:40 +0300)
committerazv <azv@opencascade.com>
Tue, 7 Jul 2020 20:10:12 +0000 (23:10 +0300)
commit781c69588c6dadb44cccc21821fb3db9fb680e35
treef78376578d8148ffbf578b3b9c2c4abfdbd10898
parent12dbdf548300340c33ab5bbac8fede1cb7c736ed
0031016: Projection of an ellipse is a B-spline in some cases

Improve projection of ellipse and circle on a plane in case of the same parametrization of the original curve and the projected one is not necessary. Now the projection is a canonical curve instead on B-spline.
13 files changed:
src/ProjLib/ProjLib_ProjectOnPlane.cxx
tests/bugs/modalg_7/bug31016_01 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_02 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_03 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_04 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_05 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_06 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_07 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_08 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_09 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_10 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_11 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_12 [new file with mode: 0644]