0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_7 / bug28828_3
CommitLineData
1d54b807 1puts "===================================================================="
2puts "OCC28828: New functionalities of BRepFilletAPI_MakeChamfer algorithm"
3puts "===================================================================="
4puts ""
5
6restore [locate_data_file bug28828_b3.brep] b
7explode b
8bfuse a b_1 b_2
9savehistory hh
10
11explode b_2 e
12donly a b_2_1
13
14chamf_throat result a b_2_1 0.1
15
16checkshape result
17
18checknbshapes result -solid 1 -shell 1 -face 8 -wire 9 -edge 17 -vertex 11 -shape 48
19
20set tolres [checkmaxtol result]
21
22if { ${tolres} > 0.0001} {
23 puts "Error: bad tolerance of result"
24}
25
26checkprops result -v 1041.98 -deps 1.e-7
27
28checkview -display result -2d -path ${imagedir}/${test_image}.png