Integration part of tests of grid chl
[occt.git] / tests / bugs / modalg / bug269_2
CommitLineData
0e94a94e 1
2puts "======== OCC269 ========"
3
4restore [locate_data_file OCC269-2.brep] result
5puts [checkshape result]
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 != 7627 && $nod != 3888,aki251103
20if { $tri != 6849 && $nod != 3498 } {
21 puts "Shady OCC269: shading problem may be"
22} else {
23 puts "Shading of OCC269 is OK"
24}
25set square 32.9479
26set 2dviewer 0