0031492: BRepBuilderAPI_MakeFace crashes on a wire
[occt.git] / tests / bugs / modalg_7 / bug28211_2
CommitLineData
2651bb32 1puts "========"
2puts "OCC28211"
3puts "========"
4puts ""
5#################################################
6# Modeling Algorithms - Boolean fuse operation produces incorrect result
7#################################################
8
9restore [locate_data_file bug28211_MHX_VKT_WS_Pos3_source.brep] s
10restore [locate_data_file bug28211_MHX_VKT_WS_Pos3_tool.brep] t
11
12explode s f
13explode t f
14
15bnondestructive 1
16
17# Before the fix, exception in bsection algo was thrown.
18bsection r s_91 t_4
19
20bcut result s t
21
22checkshape result
23checknbshapes result -solid 4 -shell 4 -face 105 -wire 105
24checkprops result -v 226838 -s 36317.7
25
26checkview -display result -2d -path ${imagedir}/${test_image}.png