mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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.
23 lines
544 B
Plaintext
23 lines
544 B
Plaintext
puts "========"
|
|
puts "OCC28474"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Boolean operations - General Fuse operator breaks validity of resulting shape
|
|
#################################################
|
|
|
|
restore [locate_data_file bug28474_shapes1.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 1.37256 -v 0.00204945
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|