mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
BOPAlgo_WireSplitter::Path - continue building the next loop with the last edge not included into found loop.
15 lines
555 B
Plaintext
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 |