0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / iges / bug5027_1
CommitLineData
e54706ed 1puts "============"
2puts "OCC5027"
3puts "============"
4puts ""
5######################################################
6# Incorrect result translating wire with loops from STEP
7######################################################
8
9set BugNumber OCC5027
10
5d1833ef 11set filepath [locate_data_file OCC5027.igs]
12if [catch { igesread $filepath a * } res] {
13 puts "Error ${BugNumber} : here is reading problem"
e54706ed 14} else {
15 tpcompound result
e54706ed 16
e54706ed 17 set square 159588
18 set nb_v_good 140
19 set nb_e_good 144
20 set nb_w_good 36
21 set nb_f_good 31
22 set nb_sh_good 0
23 set nb_sol_good 0
24 set nb_compsol_good 0
25 set nb_compound_good 1
26 set nb_shape_good 352
27
28 set 2dviewer 0
29}
30
31