mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
31 lines
601 B
Plaintext
31 lines
601 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
|
|
|
|
set only_screen_axo 1
|