0031485: Data Exchange - Export STEP in nonmanifold mode looses all faces except one
[occt.git] / tests / bugs / step / bug3397
CommitLineData
e54706ed 1puts "============"
2puts "OCC3397"
3puts "============"
4puts ""
5######################################################
6# Incorrect work of ShapeFix_ComposeShell
7######################################################
8
9set BugNumber OCC3397
10
11#mkv-04.09.06
12param read.step.shape.relationship OFF
13
5d1833ef 14set filepath [locate_data_file trj12_b3-tu-203.stp]
15if [catch { stepread $filepath a * } res] {
e54706ed 16 puts "Faulty ${BugNumber} : here is reading problem"
17} else {
18 tpcompound result
e54706ed 19
58cf74e0 20 checkprops result -s 1.48021e+06
21 checkshape result
a4eba920 22 checknbshapes result -vertex 1228 -edge 1938 -wire 762 -face 696 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 4627
e54706ed 23}
24
5747059b 25checkview -display result -2d -path ${imagedir}/${test_image}.png