Reorganization of bugs testing group
[occt.git] / tests / bugs / moddata / buc60707
CommitLineData
0e94a94e 1
2puts "==========="
3puts "BUC60707"
4puts "==========="
5puts ""
6#################################################
7## Fillets created in CasCade version 3 do not display as shaded surfaces.
8#################################################
9restore [locate_data_file buc60707a.brep] result
10puts [checkshape result]
11
12tclean result
13incmesh result .1
14triangles result
15set info [trinfo result]
16regexp { +([-0-9.+eE]+) +triangles} $info full Maxtriangl
17
18if { $Maxtriangl < 1 } {
19 puts "Error : inside mesh for shading wasn't build"
20}
21
22set 3dviewer 0
23
24
25