]> OCCT Git - occt.git/commit
0033418: Modeling Algorithms - BRepExtrema_DistShapeShape wrong arc ellipse - point... CR33418_1
authorakaftasev <akaftasev@opencascade.com>
Wed, 2 Aug 2023 09:35:30 +0000 (10:35 +0100)
committerakaftasev <akaftasev@opencascade.com>
Thu, 3 Aug 2023 15:55:35 +0000 (16:55 +0100)
commit9d9b512267286923cfa4713df844cede0aaedfeb
treeb7c3fc285f55f366797902968ca69b3486eb0526
parent342132316488a6e7cf28fc1980b86e2a2cf9f970
0033418: Modeling Algorithms - BRepExtrema_DistShapeShape wrong arc ellipse - point result

Wrong calculation of distance arises for ellipse with MajorRadius == MinorRadius when first or last parameter of trimmed ellipse more then 2*pi
This case should be calculated as circle
src/Extrema/Extrema_ExtPElC.cxx
tests/bugs/modalg_8/bug33418 [new file with mode: 0644]