1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug31604
emv 2a6b7c2306 0031604: Wrong result of Boolean Operation Cut
BOPAlgo_WireSplitter::Path - continue building the next loop with the last edge not included into found loop.
2020-07-08 16:03:10 +03:00

15 lines
555 B
Plaintext

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