0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / xde / bug2821
CommitLineData
61c421bf 1puts "============"
2puts "OCC2821"
3puts "============"
4puts ""
5######################################################
6# IGES file not impored correctly
7######################################################
8
9igesbrep [locate_data_file OCC2821.igs] a *
10
11set comp [tpcompound result]
12regexp {([-0-9.+eE]+) +Shape\(s\)} $comp full nb
13if { $nb < 1} {
14 puts "Error : Number of shape(s) listed is wrong"
15} else {
58cf74e0 16 checkprops result -s 41153
17checkshape result
61c421bf 18}
19
5747059b 20checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 21