0031275: Visualization, TKOpenGl - handle normal-map texture with Path-Tracing
[occt.git] / tests / bugs / modalg_7 / bug28828_1
CommitLineData
1d54b807 1puts "===================================================================="
2puts "OCC28828: New functionalities of BRepFilletAPI_MakeChamfer algorithm"
3puts "===================================================================="
4puts ""
5
6pcylinder a1 10 50
7box a2 -20 -20 -20 40 40 40
8nurbsconvert ba2 a2
9bfuse b a1 ba2
10savehistory hh
11
12explode a1 f
13generated ee hh a1_1
14explode ee e
15explode a1 e
16
17donly b a1_1 ee_1
18
19chamf_throat result b a1_1 1. ee_1 2.
20
21checkshape result
22
23checknbshapes result -solid 1 -shell 1 -face 10 -wire 11 -edge 19 -vertex 12 -shape 55
24
25set tolres [checkmaxtol result]
26
27if { ${tolres} > 0.00014} {
28 puts "Error: bad tolerance of result"
29}
30
31checkprops result -v 73639.9 -deps 1.e-7
32
33checkview -display result -2d -path ${imagedir}/${test_image}.png