0027322: geom/revolution_00/A1: Incorrect pcurve creation
[occt.git] / tests / bugs / modalg_1 / bug10435_2
1 puts "============"
2 puts "OCC10435"
3 puts "============"
4 puts ""
5 #######################################################################
6 # error in fillet after Cut of torus from box
7 #######################################################################
8
9 set BugNumber OCC10435
10
11 puts "Load shape ..."
12 restore [locate_data_file OCC10435.brep] b1 
13
14 explode b1 e
15
16 puts "Start fillet ..."
17 fillet result b1 5 b1_15 5 b1_16 5 b1_10
18 puts "Finish fillet ..."
19
20 checkprops result -s 36455.2 
21 checkshape result
22
23 # Analysis of "nbshapes res"
24 checknbshapes result -vertex 12 -edge 19 -wire 11 -face 10 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 55
25 checkview -display result -2d -path ${imagedir}/${test_image}.png
26