]> OCCT Git - occt.git/commit
0033570: Modeling Algorithms - Incorrect result of cutting spheres
authorakaftasev <akaftasev@opencascade.com>
Mon, 8 Jul 2024 15:49:52 +0000 (16:49 +0100)
committerdpasukhi <dpasukhi@opencascade.com>
Tue, 9 Jul 2024 08:49:22 +0000 (09:49 +0100)
commitc6065f5da9af221c8f7230a05c66ed7e073b724b
tree6f2683bc58ca71c41af11e07042a4ad51f3657e9
parentf39f9838e43879ca3a1582de7150ee651a7942cb
0033570: Modeling Algorithms - Incorrect result of cutting spheres

The reason of current problem lies inside projection algorithm
Function_SetUVBounds() for projection of circle onto sphere produces shifted bounds.
Incorrect checking of placement on summit of the sphere was fixed.
src/ProjLib/ProjLib_ComputeApprox.cxx
tests/bugs/modalg_8/bug33570 [new file with mode: 0644]