0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_2 / bug439
CommitLineData
a87752f3 1
2puts "========================"
3puts " OCC439 "
4puts "========================"
5puts ""
6#####################################################
7## Cut operation produces NOT Valid result on attached shapes
8#####################################################
9
10restore [locate_data_file OCC439.brep] a
11explode a
12
352ffd73 13checkshape a_1
14checkshape a_2
a87752f3 15
16bcut result a_1 a_2
17
18set che [checkshape result]
19if { [regexp {Faulty} $che ] == 1 } {
20 puts "Faulty OCC134: Resulte shape is invalid. It was detected by Checkshape command"
21} else {
22 puts "OCC134 OK: Result shape is valid"
23}
24
58cf74e0 25checkprops result -s 247000
5747059b 26checkview -display result -2d -path ${imagedir}/${test_image}.png