Brep.fillet
- Brep.fillet(radius, edges=None)[source]
- Fillet the edges of the Brep. - Parameters:
- radiusfloat
- The radius of the fillet. 
- edgeslist[BrepEdge], optional
- List of edges to exclude from the operation. When None all edges are included. 
 
- Raises:
- BrepFilletError
- If the fillet operation fails.