mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
416 B
Plaintext
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
|