1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_2/bug22864_4
jgv 59694b5da3 0029861: Modeling Algorithms - BiTgte_Blend gives exception
The algorithm has been corrected to avoid exception.
Now both Draw commands "brollingball" and "rollingball" give correct results.
Test cases "offset faces_type_a A3, A4, A9" are good now.
2018-07-20 16:58:12 +03:00

24 lines
655 B
Plaintext

puts "TODO OCC29957 ALL: Error : The area of result shape is"
puts "============"
puts "OCC22864"
puts "============"
puts ""
##############################################################################################
# The algorithm BiTgte_Blend obtains instable results
##############################################################################################
set BugNumber OCC22864
cone s1 0 0 0 0 0 1 30 0
mkface f1 s1 0 2.*pi -40 0
cone s2 25 0 -15 1 0 0 10 0
mkface f2 s2 0 2.*pi -55 0
compound f1 f2 s
brollingball result s 2. @ f1 f2
checkprops result -s 3523.97
checkview -display result -2d -path ${imagedir}/${test_image}.png