mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
* Test case has been added * Adjust mesh characteristics in test cases according to changes in issue #27537
22 lines
493 B
Plaintext
22 lines
493 B
Plaintext
puts "============"
|
|
puts "OCC27481"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Boolean CUT produces wrong result
|
|
######################################################
|
|
|
|
restore [locate_data_file bug27481_object.brep] obj
|
|
restore [locate_data_file bug27481_tool.brep] tool
|
|
|
|
bcut result obj tool
|
|
|
|
checknbshapes result -solid 1
|
|
|
|
checkshape result
|
|
|
|
checkprops result -v 197909
|
|
|
|
smallview; fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|