mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Boolean Operation - avoid creation of INTERNAL solid from unclassified faces in Solid Builder algorithm. Instead warn the user that some of the faces have been unclassified and not used for solids creation. Adjustment of the test cases. Test cases for the issue.
19 lines
504 B
Plaintext
19 lines
504 B
Plaintext
puts "========"
|
|
puts "OCC29580"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Regression: invalid result of BOP Fuse
|
|
#################################################
|
|
|
|
restore [locate_data_file bug29580_Cylinder.brep] b1
|
|
restore [locate_data_file bug29580_Solid.brep] b2
|
|
|
|
bfuse result b1 b2
|
|
|
|
checkshape result
|
|
checknbshapes result -wire 14 -face 13 -shell 1 -solid 1
|
|
checkprops result -s 865.851 -v 1622.19
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|