1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
emv 58210e5983 0032136: Modeling Algorithms - Boolean fuse fails and corrupts the argument-shape
Avoid increasing tolerance of the vertex before the check on valid range is passed.
2021-03-05 18:00:28 +03:00

29 lines
566 B
Plaintext

puts "=========="
puts "OCC29523"
puts "=========="
cpulimit 60
restore [locate_data_file bug29523_cut_extrudewire09.brep] sw
restore [locate_data_file bug29523_cut_toolwire09.brep] tw
evolved result -s sw -p tw -solid -a -v
checkprops result -s 21088.8 -v 75993.1
checkshape result
checknbshapes result -solid 1 -shell 1
if {[regexp "Faulties" [bopargcheck result]]} {
puts "Error: bopargcheck has found some faulties in res2"
}
checkmaxtol result -ref 5.e-6
smallview
don result sw tw
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png