0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / modalg_2 / bug5805_5
1 puts "============"
2 puts "OCC5805"
3 puts "============"
4 puts ""
5 ######################################################
6 # BRepOffsetAPI_MakeThickSolid behaves unstably and produces very different results.
7 ######################################################
8
9 set BugNumber OCC5805
10
11 restore [locate_data_file OCC5805.brep] a 
12
13 checkshape a
14
15 explode a f
16
17 offsetparameter 1e-7 c a
18 offsetload a -1
19
20 if { [catch { offsetperform result } catch_result] } {
21    puts "Faulty ${BugNumber} : offsetshape is wrong"
22 }
23
24 checkmaxtol result -min_tol 1.
25
26 checkprops result -s 876.584 
27 checkshape result
28
29 checknbshapes result -vertex 10 -edge 15 -wire 7 -face 7 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 41
30 checkview -display result -2d -path ${imagedir}/${test_image}.png