0032424: [Regression] Mesh - Slow triangulation of a simple shape.
[occt.git] / tests / bugs / mesh / bug25594
1 puts "======="
2 puts "0025594: Valid shape is not visualize in shading mode."
3 puts "======="
4 puts ""
5
6 restore [locate_data_file bug25594_face1.brep] result
7 fixshape result result
8
9 vinit
10 vdisplay result
11 vsetdispmode 1
12 vfront
13 vfit
14
15 set log [tricheck result]
16 if { [llength $log] != 0 } {
17   puts "Error : Invalid mesh"
18 } else {
19   puts "Mesh is OK"
20 }
21
22 checktrinfo result -tri 374 -nod 224
23
24 checkview -screenshot -3d -path ${imagedir}/${test_image}.png