0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / moddata_2 / bug284
1 puts "REQUIRED All: Faulty shapes in variables faulty_1 to faulty_"
2 puts "========"
3 puts "OCC284"
4 puts "========"
5
6 #########################################################
7 ## Command "checkshape" "gives" exception during attempt to check attached shape.
8 #########################################################
9
10 restore [locate_data_file OCC284.brep] result
11
12 if [catch { checkshape result } catch_result] {
13   puts "Faulty OCC284 : here is problem in checkshape function"
14 } else {
15   puts "OCC284  OK: function checkshape works properly"
16 }
17
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19