7a449489fc6a64ed308581be7863bc6772cf1d0d
[occt.git] / tests / bugs / mesh / bug28719
1 puts "TODO OCC28719 ALL: ERROR: OCC28719 is reproduced."
2
3 puts "========"
4 puts "OCC28719"
5 puts "========"
6 puts ""
7 ###################################
8 # Display issue for special model
9 ###################################
10
11 restore [locate_data_file bug28719_display_issue.brep] result
12
13 vinit
14 vdisplay result
15 vsetdispmode result 1
16 vfit
17
18 if {[string trim [vreadpixel 255 169 name]] == "GRAY75 1"} {
19   puts "ERROR: OCC28719 is reproduced. Nontriangulated faces have been detected."
20 }
21 if {[string trim [vreadpixel 133 241 name]] == "GRAY75 1"} {
22   puts "ERROR: OCC28719 is reproduced. Nontriangulated faces have been detected."
23 }
24
25 checkview -screenshot -3d -path ${imagedir}/${test_image}.png