]> OCCT Git - occt.git/commit
0033541: Modeling Algorithms - Simple sphere cut from cylinder fails
authorakaftase <168822067+akaftase@users.noreply.github.com>
Sun, 7 Jul 2024 18:54:59 +0000 (19:54 +0100)
committerPasukhin Dmitry <44947322+dpasukhi@users.noreply.github.com>
Mon, 8 Jul 2024 15:28:00 +0000 (17:28 +0200)
commitb8288141311ee5aaa1848f26d0018c2c4007ef5c
tree2bef5c94f57f943bd0254fd2442e34511b30decf
parent5811a330c784c49e64c65fdaa88d01bff444da56
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]