puts "===================================================================="
puts "OCC28828: New functionalities of BRepFilletAPI_MakeChamfer algorithm"
puts "===================================================================="
puts ""

#KPart: plane + plane, symmetrical throat
polyline b 0 0 0  20 0 0  20 0 20  10 0 20  20 0 40  0 0 40  0 0 0
mkplane b b
prism b b 0 20 0
explode b e
donly b b_8

chamf_throat result b b_8 2.

checkshape result

checknbshapes result -solid 1 -shell 1 -face 9 -wire 9 -edge 17 -vertex 9 -shape 47

set tolres [checkmaxtol result]

if { ${tolres} > 0.0001} {
   puts "Error: bad tolerance of result"
}

checkprops result -v 14049.4 -deps 1.e-7

checkview -display result -2d -path ${imagedir}/${test_image}.png
