recommend_design_reinforcements
Analyzes an STL mesh geometry to identify structural risks and recommends specific reinforcements with exact locations and estimated strength gains.
Instructions
Recommend specific reinforcements for an STL mesh.
Analyzes geometry to find structural risks, then generates actionable
recommendations with **specific locations** and **estimated strength gains**:
- **gusset**: triangular support at cantilever bases (3-10x stronger)
- **fillet**: smooth transitions at stress concentrations (30-60% gain)
- **thicken_wall**: add material at thin necks (2-5x gain)
- **add_base**: widen the base for stability
- **reorient**: change print orientation for layer strength
Each recommendation includes the coordinates where the reinforcement
should be applied and which Kiln tool to use (e.g., ``add_mesh_fillet()``).
:param file_path: Path to the STL file.
:param min_cross_section_mm2: Minimum safe cross-section area.
:returns: Dict with ``reinforcements`` list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| min_cross_section_mm2 | No |