Hi,
V5
I have tried FilletEdge, Fillet Corner and FilletSrf.
Fillet Edge must not have a radii larger than that of the curve being filleted, well this is 0.15 and even 0.03 fails.
FilletCorner just doesnt happen.
FilletSrf baffles me, I need to know more of how to use it, on a booleaned union object.
I do youtube search and nothing out there with commentary or an accent in english .
FilletCorner is for filleting planar lines and curves, not surfaces.
When you are using FilletEdge you are filleting two surfaces of a polysurface. While the shared edge can be considered to be a curve, FilletEdge is filleting surfaces, not a curve. This is fundamental. Any attempt to understand filleting surfaces as filleting a curve will not be helpful.
The geometry of circular arc fillets causes kinks in the fillet to occur where the radius of the intersection of the surfaces is less than the radius of the fillet. Kinks can also occur in other situations.
Click the surface at the side you want to keep after filleting.
Note: Component surfaces will be selected and unjoined from their polysurfaces.
Component surfaces will be selected and unjoined from their polysurfaces.
Select second surface.
Click the surface at the side you want to keep after filleting.
Go to the Help link above for a brief video demonstrating how to use FilletSrf. There is also information about the command line options and brief videos showing how to use the options.
@Steve1 Rhino Help should be the first place you visit when you have a question about a command.
To use the script, you have to do the following steps:
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.
Copy the directory where the file is saved.
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.
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.
For example, my full path is: _-RunPythonScript “D:\PROGRAMI\Rhinoceros 7\Добавки\Chain surface fillet\FilsrfEX.py”
Press the “OK” button to confirm the changes and close the icon editor.
where the next surface to select for the fillet had vanished in the previous pick.
How one progresses along an edge which has a number of surfaces making it up, and getting a fillet to form .
The help vid shows the most simple item, with no need to select the next two surfaces to progress the fillet.
It doesnt show how to deal with anything beyond uber simple.
Has asnyone done a video with english spoken, on how to work ones way along an inward edge and what settings to use ?
So MergeFaces after a boolean Union is good for all things, whether one os using FilletSrf or FilletEdge or VariableFilletSrf or Variable BlendSrf or your python tool, am I right ?
I do so and it fails on areas yet those surfaces were all cut with the same cutter (boolean Difference)
and will that Python tool do a cobweb type fillet where it wont be a set radius, but an arcing cobweb, as per my mockup ?
or a variable radius suitable for each moment it progresses along the two curves . It doesnt have to have the quad of the arc running along the two surface outer edges, impossible where one surface is 3 units wide and the other 10.
When one comes to have to fillet things and its the end of a weeks of work, one hopes for a 10 min vid as time is tight.
could you shorten it ?
does it take 1 hr to do a variable fillet ?
chapter it up otherwise ?
but to see an english spoken vid on the mysteries of filleting along an inward edge with more than one surface involved , would be awesome.
…edit addition…
I now have a thread purely for videos, so please do one and be the first with a link !