Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / modalg_2 / bug234
CommitLineData
0e94a94e 1puts "========"
2puts "OCC234"
3puts "========"
4
5######################################################################
6##I believe that attached shape is OK but checkshape finds out some problems (Bad Orientation of Subshape).
7######################################################################
8
9restore [locate_data_file OCC234.brep] result
10
11set che [checkshape result r]
12if { [regexp {OK} $che] != 1 } {
13 puts "Faulty OCC234 (checkshape) : Checkshape command works wrongly"
14} else {
15 puts "OCC234 OK (checkshape) : Checkshape command works properly"
16}
17
18set che [checkshape result]
19if { [regexp {Faulty} $che] == 1 } {
20 puts "Faulty OCC234 (checkshape) : Checkshape command works wrongly"
21} else {
22 puts "OCC234 OK (checkshape) : Checkshape command works properly"
23}
24
25set square 2464.17
26set 2dviewer 0