OCCBrep.fillet

OCCBrep.fillet(radius, exclude=None)

Fillet the edges of a BRep.

Parameters:
radiusfloat

The radius of the fillet.

excludelist[OCCBrepEdge], optional

A list of edges to exclude from the fillet operation.

Returns:
None

the Brep is modified in-place.

Raises:
BrepFilletError

If the fillet operation could not be completed.