0026310: Very slow boolean cut operations on cylinders
[occt.git] / tests / bugs / modalg_5 / bug25509_8
CommitLineData
949df2b6 1puts "============"
2puts "OCC25509"
3puts "============"
4puts ""
5######################################################
6# Wrong shape considered as valid by checkshape
7######################################################
8
9restore [locate_data_file bug25509_r_6.brep] result
10
11decho off
12set info [checkshape result]
13decho on
14
15if { [regexp "Faulty shapes in variables faulty_1" ${info}] != 1 } {
16 puts "Error : There are no mistakes by checkshape-command"
17} else {
18 puts "OK : There are mistakes by checkshape-command"
19}
20
21set 2dviewer 1