]> OCCT Git - occt.git/commit
0033541: Modeling Algorithms - Simple sphere cut from cylinder fails
authorakaftasev <akaftasev@opencascade.com>
Mon, 20 May 2024 09:50:28 +0000 (10:50 +0100)
committerakaftasev <akaftasev@opencascade.com>
Mon, 20 May 2024 15:22:09 +0000 (16:22 +0100)
commitc7264397508042ff121205d58940cb06c97ac926
tree6b3301265be9b523e075ca881012559043fd7ce4
parent08cecf39d5cb978e6020b7546ad8728f5582b6a2
0033541: Modeling Algorithms - Simple sphere cut from cylinder fails

Changed condition for combination of WLines into one.
WLine would be excluded from consideration for merging, if one of its middle points between vertices is out of domain (does not lie on both surfaces).
src/IntPatch/IntPatch_WLineTool.cxx
tests/bugs/modalg_8/bug33541 [new file with mode: 0644]