I am looking for a Rhinoscriptsyntax function in python 3 for adding a fillet between two curves and trimming the input curves and joining the fillet and remaining curves together.
Basically the rs equivalent to the manual command.
I appreciate there is a rhino common command but I lack experience in this approach so would like to stick to rs commands if possible. If there isn’t such a a command then I shall ask the powers to be why there isn’t as I’m sure other people would need this as well.
This should achieve what you are after, I have not tested it on edge cases (no pun intended) and I don’t have the time to but hopefully this will get you what you need, you can select two curves as input and it will fillet to the hardcoded radius
Many thanks for the reply it is greatly appreciated.
I think I will raise the subject of fillet and join with McNeels as the amount of code and extra work just to join the lines is not justified it really should be an option in the basic rs.AddFilletCurve function.