0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / step / bug222
1 puts "========"
2 puts "OCC222"
3 puts "========"
4 puts ""
5
6 #############################################
7 ##Regression in dev as compare C40 (bad tolerance after fixshape)
8 #############################################
9
10 stepread [locate_data_file trj3_s1-ac-214.stp] a *
11
12 tpcompound result
13
14 regexp { +Face +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} [maxtolerance result] full MaxFace
15 regexp { +Edge +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} [maxtolerance result] full MaxEdge
16 regexp { +Vertex +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} [maxtolerance result] full MaxVertex
17
18 if { $MaxFace > 1 || $MaxEdge > 1 || $MaxVertex > 1 } {
19    puts "Error : Tolerance of shape is more then 1.0"
20 }
21
22 checkview -display result -2d -path ${imagedir}/${test_image}.png
23