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_6/bug27167
apn fd0add651a 0027167: Boolean operations produce an invalid shape
Added test case bugs/modalg_6/bug27167.
Modified shape name in bugs/modalg_6/bug27190.
2016-03-30 12:40:45 +03:00

15 lines
416 B
Plaintext

puts "=========="
puts "OCC27167"
puts "=========="
puts ""
#####################################################
# Boolean operations produce an invalid shape
#####################################################
restore [locate_data_file bug27167_pipe.brep] a1
pcylinder a2 100 300
bfuse result a1 a2
checkshape result
checkprops result -s 295465
checkview -display result -2d -path ${imagedir}/${test_image}.png