0028248: [Regression] HLR Algo result is retrieved from the last added shape only
[occt.git] / tests / bugs / modalg_7 / bug25856_1
1 puts "TODO OCC25856 ALL: Faulty shapes in variables faulty_1 to"
2
3 puts "============"
4 puts "OCC25856"
5 puts "============"
6 puts ""
7 #############################################################################################
8 # BRepOffsetAPI_ThruSections returns an invalid shape if one wire contains degenerated edges
9 #############################################################################################
10
11 restore [locate_data_file bug25856_threeWires.brep] t
12
13 explode t
14
15 thrusections -N r 0 0 t_1 t_2
16 checkshape r
17
18 fixshape rr r
19 checkshape rr
20
21 checkview -display r  -2d -path ${imagedir}/${test_image}_1.png
22 checkview -display rr -2d -path ${imagedir}/${test_image}_2.png