0025982: Wrong result obtained by General Fuse operator.
[occt.git] / tests / bugs / modalg_5 / bug24654
1 puts "============"
2 puts "OCC24654"
3 puts "============"
4 puts ""
5 ######################################################
6 # Result of Boolean operation is invalid for bopargcheck if rotated
7 ######################################################
8
9 restore [locate_data_file bug24654_qf.brep] result
10
11 set info [bopargcheck result]
12
13 if { [regexp "Faulties, that can not be treated by BOP, are detected" ${info}] == 1 } {
14     puts "Error : Wrong result"
15 } else {
16     puts "OK : Good result"
17 }
18
19 set 3dviewer 1