0025574: gp_YawPitchRoll Euler Angle computation gives wrong results - warnings
[occt.git] / tests / bugs / iges / buc60820_2
CommitLineData
0e94a94e 1puts "========================"
2puts "BUC60820"
3puts "========================"
4
5igesbrep [locate_data_file buc60820.igs] a *
6
7tpcompound result
352ffd73 8checkshape result r
0e94a94e 9
10tclean result
11vinit
12vdisplay result
13vsetdispmode result 1
14vfit
15
16set info [trinfo result]
17regexp { +([-0-9.+eE]+) +triangles} $info full tri
18regexp { +([-0-9.+eE]+) +nod} $info full nod
19
20
21if { $tri != 1655 || $nod != 1143 } {
22 puts "Shading problem may be, nb tri & nod were changed"
23}
24
25set 2dviewer 0
26