0025982: Wrong result obtained by General Fuse operator.
[occt.git] / tests / bugs / modalg_5 / bug25704_2
CommitLineData
c7806cb6 1puts "============"
2puts "OCC25704"
3puts "============"
4puts ""
5#######################################################################
6# BRepOffsetAPI_MakeOffset: some customer's cases are processed incorrect
7#######################################################################
8
9circle a 0 0 0 10
10mkedge a a
11wire a a
12
13if [catch { mkoffset resoffset a 1 -3. } ] {
14 puts "Error : mkoffset is wrong"
15} else {
16 renamevar resoffset_1 result
17
873c119f 18 set length 43.9823
c7806cb6 19
20 set nb_v_good 1
21 set nb_e_good 1
22 set nb_w_good 1
23 set nb_f_good 0
24 set nb_sh_good 0
25 set nb_sol_good 0
26 set nb_compsol_good 0
27 set nb_compound_good 0
28 set nb_shape_good 3
29}
30
31smallview
32display a
33fit
34set only_screen_axo 1