RhinoBrep.fillet
- RhinoBrep.fillet(radius, edges=None)[source]
Fillet edges of the Brep.
- Parameters:
- radiusfloat
The radius of the fillet.
- edgeslist(
compas_rhino.geometry.RhinoBrepEdge
) The edges to fillet.
- Raises:
- BrepFilletingError
If the fillet operation fails.