]> OCCT Git - occt.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)
committerbugmaster <bugmaster@opencascade.com>
Mon, 20 Jul 2020 13:57:29 +0000 (16:57 +0300)
commitb939a13923e9630064b6840e1b46ceea8e4dc8d6
tree194afe73d043abf27b174d1e968b55cbaa5e04b4
parent41ccce129d0f39b7a8a5edaaaeb2cf782e3bce2d
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 of B-spline.
26 files changed:
src/ProjLib/ProjLib_ProjectOnPlane.cxx
tests/bugs/modalg_7/begin
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]
tests/bugs/modalg_7/bug31016_13 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_14 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_15 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_16 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_17 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_18 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_19 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_20 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_21 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_22 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_23 [new file with mode: 0644]
tests/bugs/modalg_7/bug31016_24 [new file with mode: 0644]