Rhino WIP has a number of improvements for making fillets/chamfers with the commands FilletSrf, ChamferSrf, FilletSrfCrv and FilletSrfToRail
- Continue across faces option for
FilletSrfandChamferSrf. - Simplified (revolved) surface for
FilletSrfandChamferSrfwhere possible. - Interactive Dialog for
ChamferSrf. - Better and cleaner results in
FilletSrfCrv. - More robust
FilletSrfToRail.
FilletSrf and ChamferSrf - continue across tangent faces
In Rhino WIP, these commands have a new option to continue the fillets if adjacent faces are tangent. This speeds up making adjacent fillets tremendously, especially in cases where the faces are not exactly tangent. In that case, the fillet surfaces will be adjusted where their edges meet to close any small gaps between surfaces.
See this tips and tricks page to learn more about it.
FilletSrf and ChamferSrf - simplify to revolve surfaces
In addition to FilletEdge and BlendEdge that already do this, now also FilletSrf, ChamferSrf will make revolved surfaces where that makes sense. Revolved surfaces are usually simpler in their control point structure and communicate a clear design intent.
ChamferSrf - interactive UI
In Rhino WIP, ChamferSrf has been given the same make-over as FilletSrf got in Rhino 8: an interactive user interface with sliders to control the distances of the chamfer from the edge surfaces.
FilletSrfCrv - curve segments, multiple fillets and improved robustness
The FilletSrfCrv command allows you to create a fillet (constant radius) from a surface to a curve.
Fillets on curve segments
If a curve can be exploded, FilletSrfCrv will now make a fillet for each segment. This improves the quality of the result:
FilletSrfCrv in Rhino 8 - results are not good:
FilletSrfCrv in Rhino WIP:
Multiple fillets
If multiple fillets can be made between a surface and a curve, all fillets will be created. Rhino 8 returns only the fillet that corresponds to the clicked positions. This can greatly speed up a repetitive process, and gives expected results when using a closed curve with closed surface where the surface and curve seams do not line up.
FilletSrfToRail - improved robustness
The FilletSrfToRail command allows you to create a fillet from a surface to a curve on a surface, maintaining tangency to both surfaces.
The command has been improved with a new method for rail finding that is more robust. Many cases that do not produce a result in Rhino 8 will produce the expected result in Rhino WIP.
FilletSrf and ChamferSrf - C++ and .NET SDK updated
The C++ and .NET SDK has been updated to make it possible for 3rd party developers to get access to a number of improvements listed above.
Stay tuned for more as we are developing for Rhino 9!
Download the Rhino WIP…












