Rhino's best plug-in

6 months ago
22

"Chain surface fillet" is a great new plug-in that lets you fillet two sets of surfaces or polysurfaces and automatically chain the fillet along tangent surfaces.

Download the plug-in from the following link:
https://discourse.mcneel.com/t/filleting-tangent-surfaces/159147

Description from the author of the plug-in:
"For those Rhino users who use the FilletSrf command and would like the process to be a little less tedious here is a Python script that will make strings of fillets that expands FilletSrf capability when filleting tangent surfaces: FilsrfEX.py (40.1 KB)

This script works the same as the filletsrf command - just pick 2 surfaces that you want to connect by a fillet. The difference is the script will continue to make all the tangent fillets connected to the first fillet until it runs out of tangent surfaces.

The best strategy for making lots of fillets quickly is to create two sets of tangent surfaces that you wish to connect with fillets.
The script only makes the string of tangent fillets, its up to the user to then follow up with the necessary trimming and joining. As long as the base surfaces are tangent the fillets will join. Often the joined fillet string can be used as the cutter to trim the base surfaces.

The enclosed file shows several examples that can be filleted with just 2 clicks of the mouse.

Most of the models in the above file were posted to this forum by Rhino users complaining that Filletedge failed to make the fillets correctly. The two sets of tangent surfaces In each example have different colors to indicate the two sets of surfaces that can be connected by a string of round fillets. In all of these examples 1mm fillet will work. Other Fillets radii will also work but there are limits to how big or small a radius any particular topology will support. In most of the examples after you make the string of fillets you can join them and then trim the base surfaces using the string of fillets as the cutter.

This script doesn’t do anything that you can’t do yourself without it. It does it 1000 times faster."
--------------------------------------------------------------

To use the script, you have to do the following steps:

1. Save the script in some folder where you will keep it forever. Note that if you move or delete that file, the script will no longer work.

2. Copy the directory where the file is saved.

3. Open Rhino, then choose which icon you want to customize and hold Shift, then click with the right mouse button. That opens the icon editor.

4. Paste the following text inside the "Command" field:
! Selnone -Selname "check" Pause Delete
_-RunPythonScript "D:\YourDirectory\FilsrfEX.py"

Replace "YourDirectory" with your own directory which you already copied in step #2.

5. Press the "OK" button to confirm the changes and close the icon editor.

Loading comments...