0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / modalg_5 / bug25225_2
CommitLineData
9ffd84ad 1puts "============"
2puts "OCC25225"
3puts "============"
4puts ""
5#######################################################################
6# Failure of 2d offset algorithm on two wires with arc
7#######################################################################
8
9restore [locate_data_file bug25225_2869_open.brep] a
10
11if [catch { mkoffset resoffset a 1 -10} ] {
12 puts "Error : mkoffset is wrong"
13} else {
14 renamevar resoffset_1 result
15
58cf74e0 16 checkprops result -l 416.777
17checkshape result
18checksection result
9ffd84ad 19
a4eba920 20 checknbshapes result -vertex 7 -edge 7 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 15
9ffd84ad 21}
22
5747059b 23checkview -display result -2d -path ${imagedir}/${test_image}.png