0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / modalg_2 / bug330
CommitLineData
6d368502 1# TODOs statements should be replaced by REQUIRED after bug fixing.
a87752f3 2puts "TODO OCC12345 ALL: Faulty OCC330: Checkshape command works wrongly"
58cf74e0 3puts "TODO OCC12345 ALL: Error : The area of result shape is"
a87752f3 4
5puts "========================"
6puts " OCC330 "
7puts "========================"
8puts ""
9##################################################
10## checkshape command consider the shape with incorrect order of tolerance as valid.
11##################################################
12
13restore [locate_data_file OCC330.brep] result
14
a87752f3 15set che [checkshape result]
a87752f3 16
17if { [regexp {Faulty} $che ] != 1 } {
18 puts "Faulty OCC330: Checkshape command works wrongly"
19} else {
20 puts "OCC330 OK : Checkshape command works properly"
21}
22
58cf74e0 23checkprops result -s 0
5747059b 24checkview -display result -2d -path ${imagedir}/${test_image}.png