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_6/bug27481
azv 4b445d1848 0027481: [Regression to OCCT 6.6.0] Modeling Algorithms - incorrect CUT on two solids
* Test case has been added
* Adjust mesh characteristics in test cases according to changes in issue #27537
2016-06-02 14:23:40 +03:00

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