mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
25 lines
661 B
Plaintext
25 lines
661 B
Plaintext
puts "============"
|
|
puts "OCC22864"
|
|
puts "============"
|
|
puts ""
|
|
##############################################################################################
|
|
# The algorithm BiTgte_Blend obtains instable results
|
|
##############################################################################################
|
|
|
|
set BugNumber OCC22864
|
|
|
|
sphere s1 10
|
|
sphere s2 10
|
|
mkface f1 s1
|
|
mkface f2 s2
|
|
scalexyz f1 f1 2 2 1
|
|
scalexyz f2 f2 0.5 0.5 2
|
|
compound f1 f2 s
|
|
|
|
brollingball result s 2. @ f1 f2
|
|
|
|
checkshape result
|
|
checknbshapes result -vertex 6 -edge 11 -wire 5 -face 5 -shell 1
|
|
checkprops result -s 3750.55
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|