0026342: No materials are read from STEP
[occt.git] / tests / bugs / modalg_5 / bug25298_02
CommitLineData
c19dd45e 1puts "============"
2puts "OCC25298"
3puts "============"
4puts ""
5#######################################################################
6# New option of BRepOffsetAPI_MakeOffset algorithm: processing of sharp corners in mode GeomAbs_Intersection
7#######################################################################
8
9restore [locate_data_file bug25225_2869_open.brep] a
10
11smallview
12display a
13fit
14
15if [catch { openoffset resoffset a 1 -10 i } ] {
16 puts "Error : mkoffset is wrong"
17} else {
18 renamevar resoffset_1 result
19
20 set length 159.96
21
22 set nb_v_good 3
23 set nb_e_good 2
24 set nb_w_good 1
25 set nb_f_good 0
26 set nb_sh_good 0
27 set nb_sol_good 0
28 set nb_compsol_good 0
29 set nb_compound_good 0
30 set nb_shape_good 6
31
32 display result
33 fit
34}
35
36set only_screen_axo 1