0028677: Avoid change of wire orientation in BRepLib_MakeFace if the wire is open
[occt.git] / tests / bugs / modalg_5 / bug25298_02
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 { openoffset resoffset a 1 10 i } ] {
16   puts "Error : mkoffset is wrong"
17 } else {
18   renamevar resoffset_1 result
19
20   checkprops result -l 159.96 
21 checkshape result 
22 checksection result
23
24   checknbshapes result -vertex 3 -edge 2 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 6
25   display result
26   fit
27 }
28
29 checkview -screenshot -2d -path ${imagedir}/${test_image}.png