File: bug22884

package info (click to toggle)
oce 0.17.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 297,992 kB
  • ctags: 203,291
  • sloc: cpp: 1,176,369; ansic: 67,206; sh: 11,647; tcl: 6,890; cs: 5,221; python: 2,867; java: 1,522; makefile: 338; xml: 292; perl: 37
file content (53 lines) | stat: -rw-r--r-- 972 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
pload QAcommands

puts "============"
puts "OCC22884"
puts "============"
puts ""
#############################################################################
# The attached face cannot be displayed in shading mode
#############################################################################

set BugNumber OCC22884

set x1 136
set y1 176

restore [locate_data_file bug22884_Face_1.brep] result
vinit
vdisplay result
vfit
vsetdispmode 1

set square 697.812

set nb_v_good 46
set nb_e_good 46
set nb_w_good 3
set nb_f_good 1
set nb_sh_good 0
set nb_sol_good 0
set nb_compsol_good 0
set nb_compound_good 0
set nb_shape_good 96

set Color [QAGetPixelColor $x1 $y1]
set R [lindex ${Color} 2]
set G [lindex ${Color} 5]
set B [lindex ${Color} 8]
set color_status 0
if { $R == 0 && $G == 0 && $B == 0 } {
    set color_status 1
} else {
    set color_status 0
}


if { ${color_status} == 0} {
   puts "OK ${BugNumber}"
} else {
   puts "Faulty ${BugNumber}"
}

set 3dviewer 0