Having a bit of a carry-on with fillets, please see attached file. File has two models - one showing filleted object with the fails, the other the object before the fillets. I’ve also attached a screenshot of the issue, this should clearly show the issue.
If anyone has any way of fixing this ASAP that would be great as I’m wrapping up for Christmas and would like it sorting before!
Hi Kyle, thanks very for taking a look at this. Sorry I’m still a bit unsure on how you’ve done this. This missing bit for me is just the little section at the intersection that was not able to fillet. Could you kindly further explain?
Hi Jim, I’ve looked at your model you attached. I’ve added the script worked like a charm only I don’t quite know how, if you woudn’t mind helping with a couple of questions.
It added the 1mm fillet to the model in the command without asking me to put a size in? Was that size written into the script already or does it use the local fillets nearby to define a size? Seems like magic.
Also is there a way I can pop this command into the command bar? The only was I could get the command to work was to drag the script file onto the rhono window from my downloads. I’m just thinking for future use would be handy to use command bar.
The script is designed to work like the FilletSrf command (by picking two surfaces). To set the radius you just type the number you want into the command line at any point before you pick the second surface.
You can create an alias or run the script from a button that you create.
The original version of the script can be found here . The original version just makes the raw fillets. You have to do all the trimming and joining.
You can download this 3dm file to get some examples to practice with: fillsrf_examples.3dm (1.0 MB)
You can find a nice explanation of how to run the script from a button here.
The most recent version of the script can be found here
I think that is the version that you have. It makes the fillets and does the trimming and joining when that’s possible.
you can run that script from a button or alias using this macro:
-_RunPythonScript “[path] Filsrf_JoinV2.py”
You need to replace [path] with the directory location where the script is saved.