0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_5 / bug22981
1 puts "============"
2 puts "OCC22981"
3 puts "============"
4 puts ""
5 #########################################################################
6 # BRepOffsetAPI_ThruSections fails to build a surface from closed wires
7 #########################################################################
8
9 restore [locate_data_file bug22981_Turb1.brep] t
10 explode t
11
12 thrusections result 0 0 t_1 t_2
13 thrusections result 0 0 t_2 t_3 t_4 t_5 t_6 t_7 t_8 t_9 t_10 t_11
14
15 checkprops result -s 6234.87
16 checkshape result
17 checkview -display result -2d -path ${imagedir}/${test_image}.png
18
19
20