0026570: Crash on attempt to rotate a shape.
[occt.git] / tests / bugs / modalg_4 / bug697_1
CommitLineData
4e882c71 1puts "TODO OCC29351 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
f1aa2b62 2puts "============"
3puts "OCC697"
4puts "============"
5puts ""
6######################################################
7# Fuse operation does not work
8######################################################
9## (old topology)
10## (fuse)
11######################################################
12
13restore [locate_data_file OCC697_1.brep] b1
14restore [locate_data_file OCC697_2.brep] b2
15
352ffd73 16checkshape b1
17checkshape b2
f1aa2b62 18##############################################
19if { [catch {bfuse result b1 b2} catch_result] } {
20##############################################
21 puts "Faulty : an exception was caught"
22}
23
58cf74e0 24checkprops result -s 8879.41
25checkshape result
5747059b 26checkview -display result -2d -path ${imagedir}/${test_image}.png
f1aa2b62 27