1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug29955
emv edc9567475 0029955: Face and Solid BOP: Building 2D curve of edge on face has failed
Test case for the issue as it is not reproduced anymore.
2018-07-27 16:18:20 +03:00

43 lines
1012 B
Plaintext

puts "=============================================================="
puts "OCC29955: Face and Solid BOP: Building 2D curve of edge on face is failing"
puts "=============================================================="
restore [locate_data_file bug29955_o.brep] o
restore [locate_data_file bug29955_t.brep] t
bclearobjects
bcleartools
baddobjects o
baddtools t
bfillds
bbop r0 0
bbop r2 2
bbop r4 4
bsplit result
foreach r {r0 r2 r4} {
checkshape $r
if {![regexp "OK" [bopcheck $r]]} {
puts "Error: the result of BOP is self-interfering shape"
}
}
checknbshapes r0 -wire 1 -face 1
checkprops r0 -s 3.62288e-006
checknbshapes r2 -wire 1 -face 1
checkprops r2 -s 6.47633e-007
checknbshapes r4 -vertex 4 -edge 4
checkprops r4 -l 0.0111863
if {![regexp "nb alone Vertices : 0" [checksection r4]]} {
puts "Error: section is not closed"
}
checkshape result
checknbshapes result -wire 2 -face 2
checkprops result -s 4.27051e-006
checkview -display result -2d -path ${imagedir}/${test_image}.png