0023457: Slow text rendering
[occt.git] / tests / bugs / modalg / bug292
CommitLineData
0e94a94e 1
2puts "========================"
3puts " OCC292 "
4puts "========================"
5puts ""
6#################################################################
7## Attached face looks as unclosed but command "checkshape" concludes that it is valid. Inspite of that,
8## mesh for shading is not creating on this face.
9#################################################################
10
11restore [locate_data_file OCC292.brep] result
352ffd73 12checkshape result
0e94a94e 13
14tclean result
15vinit
16vdisplay result
17vsetdispmode result 1
18
19isos result 0
20triangles result
21
22 set tri 0
23 set nod 0
24set tri_info [trinfo result]
25regexp { +([-0-9.+eE]+) +triangles} $tri_info full tri
26regexp { +([-0-9.+eE]+) +nodes} $tri_info full nod
27if { $tri ==6 && $nod == 8} {
28 puts " Warning: OCC292 looks like OK, but visual checking is required !!!!"
29} else {
30 puts " OCC292 : Faulty"
31}
32
0e94a94e 33set square 1.3135
82cbc512 34set 3dviewer 1
35
0e94a94e 36