0022240: Bad triangulation of transformed shapes
[occt.git] / tests / bugs / modalg_2 / bug330
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Faulty OCC330: Checkshape command works wrongly"
2puts "TODO OCC12345 ALL: Error : The square of result shape is"
3
4puts "========================"
5puts " OCC330 "
6puts "========================"
7puts ""
8##################################################
9## checkshape command consider the shape with incorrect order of tolerance as valid.
10##################################################
11
12restore [locate_data_file OCC330.brep] result
13
14decho off
15set che [checkshape result]
16decho on
17
18if { [regexp {Faulty} $che ] != 1 } {
19 puts "Faulty OCC330: Checkshape command works wrongly"
20} else {
21 puts "OCC330 OK : Checkshape command works properly"
22}
23
24set square 0
25set 2dviewer 0