File: bug25594

package info (click to toggle)
opencascade 7.8.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 293,924 kB
  • sloc: cpp: 1,249,635; tcl: 15,974; cs: 5,173; java: 1,554; sh: 1,354; ansic: 821; xml: 737; makefile: 26; javascript: 22
file content (24 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
puts "======="
puts "0025594: Valid shape is not visualize in shading mode."
puts "======="
puts ""

restore [locate_data_file bug25594_face1.brep] result
fixshape result result

vinit
vdisplay result
vsetdispmode 1
vfront
vfit

set log [tricheck result]
if { [llength $log] != 0 } {
  puts "Error : Invalid mesh"
} else {
  puts "Mesh is OK"
}

checktrinfo result -tri 374 -nod 224

checkview -screenshot -3d -path ${imagedir}/${test_image}.png