0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / modalg_1 / buc60865
1
2 puts "============"
3 puts "BUC60865"
4 puts "BUC60864"
5 puts "============"
6 puts ""
7 ##########################
8 ## Section gives duplicate edges. 
9 ##########################
10
11 restore [locate_data_file BUC60865_sh6.brep] sh 
12 checkshape sh
13
14 plane pl 1.1 0.99999 1 0 1 0
15 mkface f pl
16 bsection result sh f
17
18 checknbshapes result -edge 5 -m "SECTION operation"
19
20 checkprops result -l 4.5 
21 checkshape result
22 checksection result
23 checkview -display result -2d -path ${imagedir}/${test_image}.png
24