Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / modalg_4 / pro19653
CommitLineData
0e94a94e 1puts "TODO OCC12345 ALL: Faulty : TEST FAILED"
2puts "TODO OCC12345 ALL: Error : The length of result shape is"
3
4puts "============"
5puts "PRO19653"
6puts "BREPALGO_BOOLEANOPERATION does not return result."
7puts "=================================="
8puts "It takes visual check for this BUG"
9puts "=================================="
10
11restore [locate_data_file pro19653a.brep] a
352ffd73 12checkshape a
0e94a94e 13restore [locate_data_file pro19653b.brep] b
352ffd73 14checkshape b
0e94a94e 15bsection result a b
16
17explode result e
18checkshape result_1
19explode a e
20regexp {Mass +: +([-0-9.+eE]+)} [lprops result_1] full ll_1
21regexp {Mass +: +([-0-9.+eE]+)} [lprops a_4] full ll_2
22if { $ll_1 != $ll_2 } {
23 puts "Faulty : TEST FAILED"
24} else {
25 puts "PRO19653 OK : BREPALGO_BOOLEANOPERATION returns result"
26}
27
28set length 0
29set 2dviewer 0