1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_2/bug472_3
emv 1ccef79a2a 0029688: Regression vs 7.2.0: Wrong result of CUT operation
Boolean Operations - when splitting the face by the intersections with other arguments check if the face (e.g. really thin one) can be split by a vertex. In this case avoid simple face reconstruction and use the BuilderFace algorithm to split the face.
Test case for the issue.
2018-04-12 12:40:07 +03:00

25 lines
716 B
Plaintext
Executable File

puts "TODO OCC25917 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC25917 ALL: Error : is WRONG because number of "
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 -vertex 66 -edge 107
checkprops result -s 229.516
checkshape result
checkview -display result -2d -path ${imagedir}/${test_image}.png