0027557: Unstable HLR tests
[occt.git] / tests / bugs / modalg_6 / bug25342
CommitLineData
702ef49f 1puts "============"
2puts "OCC25342"
3puts "============"
4puts ""
5###############################
6## [Regression] BRepAlgoAPI_Section returns wrong number of edges
7###############################
8
9restore [locate_data_file bug25342_pump2.brep] p
10
11explode p
12bop p_1 p_2
13bopsection result
14
15set nbshapes_expected "
16Number of shapes in shape
17 EDGE : 4
18"
19
20checknbshapes result -ref ${nbshapes_expected} -t -m "Number of edges"
5747059b 21checkview -display result -3d -path ${imagedir}/${test_image}.png