0023062: Incorrect display of edge in draw axo viewer
[occt.git] / tests / bugs / vis / bug364
CommitLineData
a87752f3 1puts "========================"
2puts "BUC61000"
3puts " OCC364 "
4puts "========================"
5puts ""
6##############################################
7## Face is invisible in the shading mode in the 3D View.
8##############################################
9
10restore [locate_data_file OCC364.brep] result
352ffd73 11checkshape result
a87752f3 12
13tclean result
14isos result 0
15vinit
16vdisplay result
17vsetdispmode result 1
18vfit
19triangles result
20
21set info [trinfo result]
22regexp { +([-0-9.+eE]+) +triangles} $info full tri
23regexp { +([-0-9.+eE]+) +nodes} $info full nod
24
25if { $tri != 84 || $nod != 84 } {
26 puts "Faulty OCC364: here is shading problem"
27} else {
28 puts "Shading of OCC364 is OK"
29}
30
31set only_screen 1
32
33
34