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