0025574: gp_YawPitchRoll Euler Angle computation gives wrong results - warnings
[occt.git] / tests / bugs / vis / buc60887
CommitLineData
352ffd73 1puts "============"
2puts "BUC60887"
3puts "============"
4puts ""
5############################################
6## Shape hangs after command " vdisplay " in the Viewer3d.
7############################################
8
9restore [locate_data_file BUC60887.brep] result
10
11set nb_info [nbshapes result]
12regexp {VERTEX +: +([-0-9.+eE]+)} $nb_info full nb_v
13
14puts [format "Shape res contains %s vertexes" $nb_v]
15if { $nb_v == 0} {
16 puts "Error : Result shape is NULL shape"
17} else {
18 set 3dviewer 1
19}
20