0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_4 / bug13595_2
CommitLineData
a8676008 1puts "============"
2puts "OCC13595"
3puts "============"
4puts ""
5######################################################
6# MakePipe raises exception
7######################################################
8
9set BugNumber OCC13595
10
11restore [locate_data_file bug13595_spine.brep] sp
12restore [locate_data_file bug13595_profile2.brep] p2
13
14if [catch { pipe result sp p2 } catch_result] {
15 puts "${BugNumber}: Faulty (1)"
16} else {
58cf74e0 17checkprops result -s 407.922
18checkshape result
a8676008 19
a4eba920 20checknbshapes result -vertex 6 -edge 7 -wire 2 -face 2 -shell 1 -solid 0 -compsolid 0 -compound 1 -shape 19
a8676008 21}
22
5747059b 23checkview -display result -2d -path ${imagedir}/${test_image}.png
a8676008 24