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