variable_fillet
Apply a variable-radius fillet to 3D model edges, allowing different start and end radii with optional intermediate control points for precise curvature control.
Instructions
Apply a variable-radius fillet to an edge, with different radii at start and end.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | Yes | Name of the body. | |
| edge_index | Yes | Index of the edge to fillet. | |
| start_radius | Yes | Fillet radius at start vertex in mm. | |
| end_radius | Yes | Fillet radius at end vertex in mm. | |
| mid_points | No | Optional array of {position, radius} for intermediate control points. Position is 0.0-1.0 along edge. |