fusion_add_fillet
Rounds edges on a 3D model by adding fillets, either to all edges or to edges near specified points within a set distance.
Instructions
Round edges with a fillet.
edge_selector: {"kind": "all_edges"} for every edge of the body, or {"kind": "near_points", "points": [[x,y,z], ...], "max_distance_mm": 1.0} to select edges whose midpoint lies within max_distance_mm of any given point (get candidate points from mesh_tools.find_circular_holes/faces or fusion_get_body_info).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_id | Yes | ||
| radius_mm | Yes | ||
| edge_selector | Yes |