1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
emv f80842e34c 0028556: Invalid result of Fuse operation in the test case bugs moddata_2 bug469
1. Using appropriate intersection tolerance for splitting the degenerated edges in Boolean operations (void BOPAlgo_PaveFiller::FillPaves()).

2. Avoid creation of the wires consisting of degenerated edges only (BOPAlgo_WireSplitter).

3. Test case bugs/moddata_2/bug469 has been corrected to obtain valid result of operation. TODO statements have been removed from the case.
2017-03-23 15:57:24 +03:00

31 lines
790 B
Plaintext
Executable File

puts "========================"
puts " OCC469 "
puts "========================"
puts ""
######################################################
## It's impossible to fuse the two shapes in the file attached. #2740, SAM1493
######################################################
restore [locate_data_file OCC469.brep] a
# remove small edges from the shape
fixsmalledges a a 0.002
# explode to get two arguemnts
explode a
# use fuzzy value to treat misalignment of the arguments
bfuzzyvalue 0.002
# perform Boolean operation
bfuse result a_1 a_2
# restoring fuzzy value to zero
bfuzzyvalue 0.0
# check the obtained result
checkshape result
checkprops result -s 30523.3 -v 22730.1
checknbshapes result -shell 1 -solid 1
checkview -display result -2d -path ${imagedir}/${test_image}.png