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_6/bug28474_2
emv 6fd4ffd9eb 0028474: Boolean operations - General Fuse operator breaks validity of resulting shape
1. Re-orienting the shell before making solid from it (MakeShell in BOPAlgo_ShellSplitter);

2. The implementation of the BOPTools_AlgoTools::IsSplitToReverse() method has been changed to
   make the usage of the Hatcher for looking for the point in the face default.

3. Test cases for the issue.
2017-04-20 12:35:45 +03:00

23 lines
546 B
Plaintext

puts "========"
puts "OCC28474"
puts "========"
puts ""
#################################################
# Boolean operations - General Fuse operator breaks validity of resulting shape
#################################################
restore [locate_data_file bug28474_shapes2.brep] b
explode b
bclearobjects
bcleartools
baddobjects b_1
baddtools b_2
bfillds
bbuild result
checkshape result
checknbshapes result -shell 2 -solid 2
checkprops result -s 0.580379 -v 0.000580023
checkview -display result -2d -path ${imagedir}/${test_image}.png