0025574: gp_YawPitchRoll Euler Angle computation gives wrong results - warnings
[occt.git] / tests / bugs / modalg_2 / bug264_11
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Faulty OCC264_11: here is shading problem"
58cf74e0 2puts "TODO OCC12345 ALL: Error : The area of result shape is"
a87752f3 3
4puts "========"
5puts "OCC264"
6puts " (case 11)"
7puts "========"
8
9restore [locate_data_file OCC264_11.brep] result
352ffd73 10checkshape result
a87752f3 11
12tclean result
13vinit
14vdisplay result
15vclear
16
17isos result 0
18triangles result
19
20set tri_info [trinfo result]
21regexp { +([-0-9.+eE]+) +triangles} $tri_info full tri
22regexp { +([-0-9.+eE]+) +nodes} $tri_info full nod
23
24if { $tri != 32 && $nod != 28 } {
25 puts "Faulty OCC264_11: here is shading problem"
26} else {
27 puts "Shading of OCC264_11 is OK"
28}
29
58cf74e0 30checkprops result -s 0
a87752f3 31set 3dviewer 0
32