0029925: Foundation Classes - add missing cast to LowerCase() and UpperCase() arguments
[occt.git] / tests / bugs / modalg_2 / bug20964_2
CommitLineData
3bea4c16 1puts "============"
2puts "OCC20964"
3bea4c16 3puts "============"
4puts ""
5#######################################################################
6# Wrong result of cut operation for given shapes
7#######################################################################
8
9set BugNumber OCC20964
10
11puts "Load first shape ..."
12restore [locate_data_file OCC20964_revsolid.brep] b1
13puts "Load second shape ..."
14restore [locate_data_file OCC20964_sphere.brep] b2
15
16puts "Prepare boolean operation ..."
17bop b1 b2
18
19puts "Start boolean operation ..."
20bopcommon result
21puts "Finish boolean operation ..."
22
58cf74e0 23checkprops result -s 5164.66
24checkshape result
3bea4c16 25
a4eba920 26checknbshapes result -vertex 8 -edge 12 -wire 6 -face 5 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 34
3bea4c16 27
5747059b 28checkview -display result -2d -path ${imagedir}/${test_image}.png