Brep.filleted
- Brep.filleted(radius, edges=None)[source]
Construct a filleted copy 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.
- Returns:
- Raises:
BrepFilletError
If the fillet operation fails.