Reorganization of bugs testing group
[occt.git] / tests / bugs / vis / bug4894
CommitLineData
643bacb9 1puts "============"
2puts "OCC4894"
3puts "============"
4puts ""
5#######################################################################
6# Problems with sharding in vdisplay
7#######################################################################
8
9restore [locate_data_file bug4894_face_cyl] result
10
11vinit
12vdisplay result
13tclean result
14trinfo result
15vsetdispmode 1
82cbc512 16vfit
643bacb9 17set info [trinfo result]
18regexp { +([-0-9.+eE]+) +triangles} $info full tr
19regexp { +([-0-9.+eE]+) +nodes} $info full nd
20
21if { $tr <= 0 || $nd <= 0 } {
22 puts "Error : Problems with shading"
23}
24
82cbc512 25set only_screen 1