0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / modalg_1 / bug16667_2
1 puts "============"
2 puts "OCC16667"
3 puts "============"
4 puts ""
5 #######################################################################
6 # 2D Offset algorithm fails
7 #######################################################################
8
9 restore [locate_data_file OCC16667-face.brep] a
10
11 mkoffset resoffset a 1 -20
12 renamevar resoffset_1 result
13
14 checkprops result -l 1188.62 
15 checkshape result
16 checksection result
17 checknbshapes result -vertex 5 -edge 5 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 11
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19