0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_5 / bug25298_03
1 puts "============"
2 puts "OCC25298"
3 puts "============"
4 puts ""
5 #######################################################################
6 # New option of BRepOffsetAPI_MakeOffset algorithm: processing of sharp corners in mode GeomAbs_Intersection
7 #######################################################################
8
9 restore [locate_data_file bug25225_2869_open.brep] a
10
11 smallview
12 display a
13 fit
14
15 if [catch { mkoffset resoffset a 1 10 i } ] {
16   puts "Error : mkoffset is wrong"
17 } else {
18   renamevar resoffset_1 result
19
20   checkprops result -l 416.777 
21 checkshape result 
22 checksection result
23
24   checknbshapes result -vertex 7 -edge 7 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 15
25   display result
26   fit
27 }
28
29 checkview -screenshot -2d -path ${imagedir}/${test_image}.png