algorithmic modeling for Rhino
Tags:
Hi Peter,
There's no direct RhinoCommon method which will enable you filleting rectangle corners.
As for the Surface.CreateRollingBallFillet, it's somewhat buggy, and the only way I succeeded in making it work is by combining the flipping pattern of the surfaces that need to be filleted. Using either:
filletSrf = Rhino.Geometry.Surface.CreateRollingBallFillet(srf1, True, srf2, False, r, tol)
Or:
filletSrf = Rhino.Geometry.Surface.CreateRollingBallFillet(srf1, False, srf2, True, r, tol)
Check the attached files.
Well..my friend (see function attached previously as regards the rounding thing: resolved shortly after posting this thread) :
1. Thanks
2. For the rounding thingy you just sample 12 pts into a NubrsCurve (rectangle.PointAt(t) - where t is the normalized parameter per rectangle "side" [0 to 4]).
2. Indeed that RollingWhatever method broke my nerves and ... well it's 100 times simpler to Loft rounded rectangles (so to speak).
Well ... as I said I've tried exactly this (without the bool options) > nerves Kaput.
Plan B > your options > zero/nada/void/null > nerves Kaput.
best,Peter
Yes, it does not work when the intersection surfaces do not form square/rectangle at the line of intersection.
Hopefully Rhino 6 will finally deal with this surface fillet issue.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by