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_2/bug497_3
emv 752f9d7201 0028675: Invalid result of Boolean Cut operation when running with fuzzy value
Avoid small edges with empty list of PaveBlocks (removed edges) in the result (BOPAlgo_Builder::FillImagesEdges()).
2017-05-05 11:27:51 +03:00

23 lines
599 B
Plaintext
Executable File

puts "========="
puts " OCC497 "
puts "(case 3)"
puts "========="
puts ""
########################################################
## Result of cut and fuse operation are faulty shapes although arguments are valid.
########################################################
restore [locate_data_file OCC497e.brep] a_1
checkshape a_1
restore [locate_data_file OCC497f.brep] a_2
checkshape a_2
breducetolerance a_2
bcut result a_1 a_2
checkprops result -s 2392.19 -v 7520.02
checknbshapes result -shell 1 -solid 1
checkshape result
checkview -display result -2d -path ${imagedir}/${test_image}.png