0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_7 / bug25856_1
CommitLineData
dfdfa61f 1puts "TODO OCC25856 ALL: Faulty shapes in variables faulty_1 to"
2
3puts "============"
4puts "OCC25856"
5puts "============"
6puts ""
7#############################################################################################
8# BRepOffsetAPI_ThruSections returns an invalid shape if one wire contains degenerated edges
9#############################################################################################
10
11restore [locate_data_file bug25856_threeWires.brep] t
12
13explode t
14
15thrusections -N r 0 0 t_1 t_2
16checkshape r
17
18fixshape rr r
19checkshape rr
20
21checkview -display r -2d -path ${imagedir}/${test_image}_1.png
22checkview -display rr -2d -path ${imagedir}/${test_image}_2.png