Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / modalg_2 / bug269_4
CommitLineData
0e94a94e 1
2puts "======== OCC269 ========"
3
4restore [locate_data_file OCC269-4.brep] result
352ffd73 5checkshape result
0e94a94e 6isos result 0
7tclean result
8
9#Creating mesh
10incmesh result 0.01
11
12#View the result of mesh
13triangles result
14
15set tri_info [trinfo result]
16regexp { +([-0-9.+eE]+) +triangles} $tri_info full tri
17regexp { +([-0-9.+eE]+) +nodes} $tri_info full nod
18
19# $tri != 8362 && $nod != 4257
20if { $tri != 7218 && $nod != 3685 } {
21 puts "Shady OCC269: shading problem may be, nb tri & nod changed"
22} else {
23 puts "Shading of OCC269 is OK"
24}
25set square 36.4284
26set 2dviewer 0