1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
occt/tests/bugs/modalg_6/bug21624
apn b0deeecfba 0021624: BRepFeat_SplitShape produce invalid shape
Added test case bugs/modalg_6/bug21624
2015-04-23 16:34:15 +03:00

22 lines
515 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"
}
set 2dviewer 1