0025124: [Feature request] Removal of continuity checks for offset geometries
[occt.git] / tests / bugs / modalg_5 / bug25456
1 puts "============"
2 puts "OCC25456"
3 puts "============"
4 puts ""
5 ###############################
6 ## BOPAlgo_CheckerSI reports an error on the given shape
7 ###############################
8
9 restore [locate_data_file bug25456_shape.brep] a
10
11 set info [bopcheck a]
12
13 if {[string compare ${info} " This shape seems to be OK.\n"] == 0} {
14     puts "OK: BOPAlgo_CheckerSI report is good"
15 } else {
16     puts "Error : BOPAlgo_CheckerSI report is wrong"
17 }