0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / modalg_5 / bug25491
CommitLineData
a791eb69 1puts "============"
2puts "OCC25491"
3puts "============"
4puts ""
5#######################################################################
6# BRepOffsetAPI_MakeOffset algorithm crashes on customer's shape and big value of offset
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 120
17
18 set nb_v_good 5
19 set nb_e_good 5
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 11
27}
28
29smallview
30display a
31fit
32set only_screen_axo 1