0026233: BRepOffset_MakeOffset makes incorrect result
[occt.git] / tests / bugs / modalg_2 / bug406
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Faulty OCC406: Command checkshape works wrongly: Source shape looks invalid"
2puts "TODO OCC12345 ALL: Error : The square of result shape is"
3
4puts "========"
5puts "OCC406"
6puts "========"
7puts ""
8#########################################
9## Checkshape says face is Ok, but it looks invalid
10#########################################
11
12restore [locate_data_file OCC406.brep] result
13
14set che [checkshape result]
15
16if { [regexp {Faulty} $che ] != 1 } {
17 puts "Faulty OCC406: Command checkshape works wrongly: Source shape looks invalid"
18} else {
19 puts "OCC406 OK : Source shape is invalid. Command checkshape works properly."
20}
21
22set square 0
23set 2dviewer 0