0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / modalg_5 / bug25704_3
CommitLineData
c7806cb6 1puts "============"
2puts "OCC25704"
3puts "============"
4puts ""
5#######################################################################
6# BRepOffsetAPI_MakeOffset: some customer's cases are processed incorrect
7#######################################################################
8
9restore [locate_data_file bug25491_offset_lines_2.brep] a
10
11if [catch { mkoffset resoffset a 1 35. i } ] {
12 puts "Error : mkoffset is wrong"
13} else {
14 renamevar resoffset_1 result
15
16 set length 730
17
18 set nb_v_good 8
19 set nb_e_good 8
20 set nb_w_good 1
21 set nb_f_good 0
22 set nb_sh_good 0
23 set nb_sol_good 0
24 set nb_compsol_good 0
25 set nb_compound_good 0
26 set nb_shape_good 17
27}
28
29smallview
30display a
31fit
32set only_screen_axo 1