0030760: Modeling Algorithms - Intersection fails in Occt 7.3.0
[occt.git] / tests / bugs / modalg_7 / bug25856_2
CommitLineData
dfdfa61f 1puts "============"
2puts "OCC25856"
3puts "============"
4puts ""
5#############################################################################################
6# BRepOffsetAPI_ThruSections returns an invalid shape if one wire contains degenerated edges
7#############################################################################################
8
9restore [locate_data_file bug25856_threeWires.brep] t
10
11explode t
12
13thrusections -N r 0 0 t_1 t_2 t_3
14checkshape r
15
16fixshape rr r
17checkshape rr
18
19checkview -display r -2d -path ${imagedir}/${test_image}_1.png
20checkview -display rr -2d -path ${imagedir}/${test_image}_2.png