1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-13 14:27:08 +03:00

0031604: Wrong result of Boolean Operation Cut

BOPAlgo_WireSplitter::Path - continue building the next loop with the last edge not included into found loop.
This commit is contained in:
emv
2020-07-06 12:05:30 +03:00
committed by jfa
parent fb343bc09d
commit bbb7f3fa94
2 changed files with 39 additions and 56 deletions

View File

@@ -0,0 +1,15 @@
puts "============================================================================================="
puts " 0031604: Wrong result of Boolean Operation Cut"
puts "============================================================================================="
puts ""
restore [locate_data_file bug31604_a.brep] a
restore [locate_data_file bug31604_b.brep] b
bcut result a b
checkshape result
checknbshapes result -wire 55 -face 51 -shell 2 -solid 2
checkprops result -s 10997.5 -v 21661.1
checkview -display result -2d -path ${imagedir}/${test_image}.png