0030395: DRAW bop: Some sub-shapes of some of the argument become connected through...
[occt.git] / tests / bugs / modalg_7 / bug28388_2
CommitLineData
80070d49 1puts "========"
2puts "OCC28388"
3puts "========"
4puts ""
5####################################################################
6# Boolean common of simple face and solid results in empty compound
7####################################################################
8
9restore [locate_data_file bug28388_extOK.brep] e
10
11explode e
12whatis e_1
13whatis e_2
14tolerance e_1
15tolerance e_2
16checkshape e_1
17checkshape e_2
18bopcheck e_1
19bopcheck e_2
20bopargcheck e_1 e_2 -O #F
21
22bop e_1 e_2
23bopcommon r
24
25whatis r
26explode r
27checkshape r_1
28nbshapes r_1
29
30checkview -display r_1 -2d -path ${imagedir}/${test_image}-2d.png
31checkview -display r_1 -3d -path ${imagedir}/${test_image}-3d.png