mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The following improvements have been made in Boolean operations algorithm in order to fix the problem: 1. Initialization of the pave blocks which vertices have acquired the SD ones. 2. Removing from Data Structure the small edges having the same vertices on both ends (either initially or acquired). 3. Avoid adding empty SD connections when one vertex points to itself. Test case for the issue.
23 lines
588 B
Plaintext
Executable File
23 lines
588 B
Plaintext
Executable File
puts "========================"
|
|
puts " OCC472 "
|
|
puts "(case 3)"
|
|
puts "========================"
|
|
puts ""
|
|
#####################################################
|
|
## Bad result of Fuse Operation (Cut&Common - bad too). SAM1470 (#2634)
|
|
#####################################################
|
|
restore [locate_data_file OCC472a.brep] b1
|
|
checkshape b1
|
|
|
|
restore [locate_data_file OCC472b.brep] b2
|
|
checkshape b2
|
|
|
|
bfuse result b1 b2
|
|
|
|
checknbshapes result -shell 1 -solid 1
|
|
|
|
checkprops result -v -111.22 -s 229.516
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|