0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_6 / bug21624
CommitLineData
b0deeecf 1puts "=========="
2puts "OCC21624"
3puts "=========="
4puts ""
5##############################################
6# BRepFeat_SplitShape produce invalid shape
7##############################################
8
9restore [locate_data_file bug21624_splitBug.brep] cc
10explode cc
11splitshape result cc_1 cc_1 cc_2 cc_1 cc_3
12
13set info [ checkshape result f ]
14
15if { [regexp {The Shape result looks OK} $info] } {
16 puts "OK: Splitshape produces valid shape"
17} else {
18 puts "Error: Splitshape produces invalid shape"
19}
20
5747059b 21checkview -display result -2d -path ${imagedir}/${test_image}.png