0033225: Changing the status of tests on Ubuntu 20.04 and Windows 64 VC142
[occt.git] / tests / bugs / modalg_1 / bug19071
1 puts "TODO CR33225 Linux: Error : The command is not valid. The area is 0."
2 puts "TODO CR33225 Linux: Error : The area of result shape is 0, expected 177462"
3 puts "TODO CR33225 Linux: is WRONG because number of "
4
5 puts "============"
6 puts "OCC19071"
7 puts "============"
8 puts ""
9
10 #######################################################################
11 # The MakeFuse or the MakePartition function crash together on 2 torus
12 #######################################################################
13
14 set BugNumber OCC19071
15
16 puts "Load first shape ..."
17 restore [locate_data_file OCC19071_Rotation_2.brep] b1 
18 puts "Load second shape ..."
19 restore [locate_data_file OCC19071_Torus_2.brep] b2 
20
21 puts "Prepare boolean operation ..."
22 bop b1 b2
23
24 puts "Start boolean operation ..."
25 bopfuse result
26 puts "Finish boolean operation ..."
27
28 checkprops result -s 177462 
29 checkshape result
30
31 checknbshapes result -vertex 6 -edge 16 -wire 6 -face 6 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 37
32
33 checkview -display result -2d -path ${imagedir}/${test_image}.png
34