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:
15
tests/bugs/modalg_7/bug31604
Normal file
15
tests/bugs/modalg_7/bug31604
Normal 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
|
Reference in New Issue
Block a user