RhinoBrep.filleted

RhinoBrep.filleted(radius, edges=None)[source]

Returns a filleted copy of the Brep.

Parameters:
radiusfloat

The radius of the fillet.

edgeslist(compas_rhino.geometry.RhinoBrepEdge)

List of edges to exclude from the operation. When None all edges are included.

Returns:
compas_rhino.geometry.RhinoBrep

The resulting Brep.

Raises:
BrepFilletingError

If the fillet operation fails.