0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / moddata_2 / bug3721_2
CommitLineData
58cf74e0 1puts "TODO OCC11111 ALL: Error : The area of result shape is"
61c421bf 2
3puts "============"
4puts "OCC3721"
5puts "============"
6puts ""
7######################################################
8# When using Boolean Operations exception is raised for some tolerance vals.
9######################################################
10## (new topology)
11## (bfuse)
12######################################################
13
14restore [locate_data_file OCC3721-1.brep] b1
15restore [locate_data_file OCC3721-2.brep] b2
16
17checkshape b1
18checkshape b2
19
20if { [catch {bfuse result b2 b1} catch_result] } {
21 puts "Faulty OCC3721"
22}
23
24checkshape result
25
58cf74e0 26checkprops result -s 71185
5747059b 27checkview -display result -3d -path ${imagedir}/${test_image}.png