0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_5 / bug25298_04
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_closed.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 192.023 
21 checkshape result 
22 checksection result
23
24   checknbshapes result -vertex 3 -edge 3 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 7
25   display result
26   fit
27 }
28
29 checkview -screenshot -2d -path ${imagedir}/${test_image}.png