mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Boolean operations - Allow repeated intersection of edges to find the coinciding pairs. Previously, only the edges rejected by bounding boxes classification has been additionally checked on coincidence. The current patch removes this filter allowing all edges with coinciding vertices to be checked on coincidence. Adjustment of the test cases for current behavior: 1. The following cases are improvements: boolean volumemaker A8 bugs modalg_1 buc60703_1 bugs modalg_1 buc60703_2 bugs modalg_1 buc60703_4 bugs modalg_6 bug26789_1 bugs modalg_6 bug26789_2 bugs modalg_7 bug26883_4 bugs modalg_7 bug27948 2. bugs modalg_7 bug29580_1 is modified to extend the validity checks.
25 lines
605 B
Plaintext
25 lines
605 B
Plaintext
puts "========"
|
|
puts "OCC26883"
|
|
puts "========"
|
|
puts ""
|
|
#######################################################################
|
|
# Wrong result of Boolean Operation
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug26883_object.brep] b1
|
|
restore [locate_data_file bug26883_fuse_tool2.brep] b2
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1
|
|
baddtools b2
|
|
bfillds
|
|
|
|
bbop result 1
|
|
|
|
checkshape result
|
|
checkprops result -s 2116.44 -v 607.276
|
|
checknbshapes result -wire 39 -face 32 -shell 3 -solid 1
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|