0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_7 / bug31735_1
1 puts "======================================================================"
2 puts "OCC31735: BRepOffset_MakeOffset works slowly and produces wrong result"
3 puts "======================================================================"
4 puts ""
5
6 restore [locate_data_file bug31735_1.brep] a
7 explode a
8 thickshell result a_1 0.02 i
9
10 checkshape result
11
12 checknbshapes result -t -wire 56 -face 56 -shell 2 -solid 1
13
14 set tolres [checkmaxtol result]
15
16 if { ${tolres} > 0.001001} {
17    puts "Error: bad tolerance of result"
18 }
19
20 checkview -display result -2d -path ${imagedir}/${test_image}.png
21
22 puts "TEST COMPLETED"