0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / moddata_2 / bug3721_5
CommitLineData
61c421bf 1puts "============"
2puts "OCC3721"
3puts "============"
4puts ""
5######################################################
6# When using Boolean Operations exception is raised for some tolerance vals.
7######################################################
8## (new topology)
9## (bcut)
10######################################################
11
12restore [locate_data_file OCC3721-1.brep] b1
13restore [locate_data_file OCC3721-2.brep] b2
14
15checkshape b1
16checkshape b2
17
18if { [catch {bcut result b2 b1} catch_result] } {
19 puts "Faulty OCC3721"
20}
21
22checkshape result
23
58cf74e0 24checkprops result -s 71185
5747059b 25checkview -display result -3d -path ${imagedir}/${test_image}.png