0030760: Modeling Algorithms - Intersection fails in Occt 7.3.0
[occt.git] / tests / bugs / modalg_7 / bug28828_4
CommitLineData
1d54b807 1puts "===================================================================="
2puts "OCC28828: New functionalities of BRepFilletAPI_MakeChamfer algorithm"
3puts "===================================================================="
4puts ""
5
6pcylinder a1 10 50
7plane pp 25 0 0 -1 0 0
8pcylinder a2 pp 15 50
9bfuse b a1 a2
10savehistory hh
11
12explode a1 f
13generated ee hh a1_1
14donly b ee
15
16chamf_throat result b ee 1.
17
18checkshape result
19
20checknbshapes result -solid 1 -shell 1 -face 6 -wire 7 -edge 8 -vertex 5 -shape 29
21
22set tolres [checkmaxtol result]
23
24if { ${tolres} > 0.0002} {
25 puts "Error: bad tolerance of result"
26}
27
28checkprops result -v 46724.8 -deps 1.e-7
29
30checkview -display result -2d -path ${imagedir}/${test_image}.png