0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_2 / bug530
CommitLineData
352ffd73 1puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
58cf74e0 2puts "TODO OCC12345 ALL: Error : The area of result shape is"
352ffd73 3
4puts "======="
5puts "OCC530"
6puts "======="
7puts ""
8####################################
9## Draw hungs up during performing bfuse operation
10####################################
11
12cpulimit 3000
13
14restore [locate_data_file OCC530_1.brep] c1
15checkshape c1
16
17restore [locate_data_file OCC530_2.brep] c2
18checkshape c2
19
20if { [catch { bfuse result c1 c2 } catch_result] } {
21 puts "Faulty OCC530 : function BFUSE works wrongly"
22} else {
23 puts "OCC530 OK: function BFUSE works properly"
24}
25
58cf74e0 26checkprops result -s 0
27checkshape result
5747059b 28checkview -display result -2d -path ${imagedir}/${test_image}.png
352ffd73 29
30