]> OCCT Git - occt.git/commit
0033418: Modeling Algorithms - BRepExtrema_DistShapeShape wrong arc ellipse - point... CR33418
authorakaftasev <akaftasev@opencascade.com>
Wed, 2 Aug 2023 09:35:30 +0000 (10:35 +0100)
committerakaftasev <akaftasev@opencascade.com>
Fri, 4 Aug 2023 09:04:44 +0000 (10:04 +0100)
commit1083b94cf9ba10e6860590a462afa53971dd3d70
tree96e536fcc98fbf9a66b180e335da474c4dcd51e5
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]