mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-15 20:17:41 +08:00
Boolean Operations - when checking two faces with the same bounds on Same Domain, take into account possible deviation of the edges from the faces surfaces. Test cases for the issue.
20 lines
522 B
Plaintext
20 lines
522 B
Plaintext
puts "========"
|
|
puts "OCC29488"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Regression: boolean operation " general fuse" creates solid containing 5 not connected shells lying on the one level
|
|
#################################################
|
|
|
|
restore [locate_data_file bug29488_shapes.brep] s
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
eval baddobjects [explode s]
|
|
bfillds
|
|
bbuild result
|
|
|
|
checkshape result
|
|
checknbshapes result -wire 401 -face 377 -shell 10 -solid 2
|
|
checkprops result -s 77135.9 -v 246693
|