0028802: The tolerance reached by approximator is used in creation of an edge, it...
[occt.git] / tests / bugs / modalg_6 / bug26112
1 puts "============"
2 puts "OCC26112"
3 puts "============"
4 puts ""
5 ###############################
6 ## Exception is raised during perform of General Fuse operation
7 ###############################
8
9 restore [locate_data_file bug26112_c.brep ] c
10
11 explode c
12
13 bclearobjects
14 bcleartools
15 baddobjects c_1
16 baddtools c_2
17
18 bfillds
19 bbuild result
20
21 checkprops result -s 122.7 
22 checkshape result
23
24 set nbshapes_expected "
25 Number of shapes in shape
26  VERTEX    : 7
27  EDGE      : 10
28  WIRE      : 5
29  FACE      : 4
30  SHELL     : 0
31  SOLID     : 0
32  COMPSOLID : 0
33  COMPOUND  : 1
34  SHAPE     : 27
35 "
36
37 checknbshapes result -ref ${nbshapes_expected} -t -m "Result obtained by General Fuse operator"
38 checkview -display result -3d -path ${imagedir}/${test_image}.png