0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / modalg_5 / bug25298_05
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 403.249 
21 checkshape result 
22 checksection result
23
24   checknbshapes result -vertex 4 -edge 4 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 9
25   display result
26   fit
27 }
28
29 checkview -screenshot -2d -path ${imagedir}/${test_image}.png