fillet_edges_by_geometry
Round edges on a CAD body by geometric criteria—axis, radius, and minimum length—so no manual selection is needed.
Instructions
Fillet edges of a body by geometric filter (no UI selection needed). parallel_to: x | y | z | any — only edges parallel to that axis (or all). radius: expression like 'corner_r' or '8 mm'. min_length_mm: optional minimum edge length filter (skips tiny rounding edges).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| name | No | ||
| radius | Yes | ||
| parallel_to | No | z | |
| min_length_mm | No | ||
| is_tangent_chain | No |