0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_5 / bug25704_4
CommitLineData
c7806cb6 1puts "============"
2puts "OCC25704"
3puts "============"
4puts ""
5#######################################################################
6# BRepOffsetAPI_MakeOffset: some customer's cases are processed incorrect
7#######################################################################
8
9restore [locate_data_file bug25491_offset_lines_2.brep] a
10
11if [catch { mkoffset resoffset a 1 40. i } ] {
12 puts "Error : mkoffset is wrong"
13} else {
14 renamevar resoffset_1 result
15
58cf74e0 16 checkprops result -l 770
17checkshape result
18checksection result
c7806cb6 19
a4eba920 20 checknbshapes result -vertex 8 -edge 8 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 17
c7806cb6 21}
22
23smallview
24display a
25fit
5747059b 26checkview -screenshot -2d -path ${imagedir}/${test_image}.png