0027322: geom/revolution_00/A1: Incorrect pcurve creation
[occt.git] / tests / bugs / modalg_6 / bug26218
1 puts "============"
2 puts "OCC26218"
3 puts "============"
4 puts ""
5 ###############################
6 ## Wrong result done by General Fuse algorithm
7 ###############################
8
9 restore [locate_data_file bug26218_b11.brep] b1
10 restore [locate_data_file bug26218_b21.brep] b2
11
12 bclearobjects
13 bcleartools
14 baddobjects b1
15 baddcompound b2
16
17 bfillds
18 bbuild result
19
20 checkprops result -s 2728.77 
21 checkshape result
22
23 set nbshapes_expected "
24 Number of shapes in shape
25  VERTEX    : 31
26  EDGE      : 52
27  WIRE      : 25
28  FACE      : 25
29  SHELL     : 4
30  SOLID     : 4
31  COMPSOLID : 0
32  COMPOUND  : 1
33  SHAPE     : 142
34 "
35 checknbshapes result -ref ${nbshapes_expected} -t -m "result done by General Fuse algorithm"
36 checkview -display result -3d -path ${imagedir}/${test_image}.png