fillet
Add rounded fillets or chamfers to the edges of a solid. This is a PythonSCAD-specific function for edge treatment.
Syntax:
Parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
obj |
solid | — | The object to fillet |
r |
float | — | Fillet radius |
sel |
solid | None |
Selection mask -- only edges intersecting this solid are filleted |
fn |
int | 2 |
Number of segments. fn=2 creates a bevel/chamfer; higher values create smoother rounds |
minang |
float | None |
Minimum angle for edge selection |
Examples: