0025270: OCCT fails to calculate extrema between extruded surface and line
[occt.git] / tests / bugs / modalg_5 / bug24266
1 puts "============"
2 puts "OCC24266"
3 puts "============"
4 puts ""
5 ######################################################
6 # Wrong result obtained by 'bopargcheck'
7 ######################################################
8
9 restore [locate_data_file bug24266_qx.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