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/bug21624
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

22 lines
566 B
Plaintext

puts "=========="
puts "OCC21624"
puts "=========="
puts ""
##############################################
# BRepFeat_SplitShape produce invalid shape
##############################################
restore [locate_data_file bug21624_splitBug.brep] cc
explode cc
splitshape result cc_1 cc_1 cc_2 cc_1 cc_3
set info [ checkshape result f ]
if { [regexp {The Shape result looks OK} $info] } {
puts "OK: Splitshape produces valid shape"
} else {
puts "Error: Splitshape produces invalid shape"
}
checkview -display result -2d -path ${imagedir}/${test_image}.png