1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_5/bug25451
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

31 lines
641 B
Plaintext

puts "========"
puts "OCC25451"
puts "========"
puts ""
###########################################################################################
# BRepFilletAPI_MakeFillet fails on customer's shape when small radius of fillet is given
###########################################################################################
smallview
restore [locate_data_file DoubleVoluteTest.brep] d
explode d
donly d_1 d_2
fit
blend r1 d_1 0.1 d_2
fixshape res1 r1
blend r2 d_1 0.2 d_2
fixshape res2 r2
blend r3 d_1 0.9 d_2
fixshape res3 r3
blend r4 d_1 1. d_2
fixshape res4 r4
checkview -screenshot -2d -path ${imagedir}/${test_image}.png