repair_mesh_advanced
Repair 3D mesh STL files by closing holes and welding vertices, then inspect the result in an interactive 3D viewer.
Instructions
Deprecated alias for repair_mesh(close_holes=True).
Kept for one release so existing callers keep working; new callers
should use ``repair_mesh`` with ``close_holes=True``. Behavior is
identical to the original tool.
:param file_path: Path to the STL file.
:param output_path: Output path. Defaults to overwriting the input.
:param close_holes: Whether to attempt closing holes (default True).
:param weld_tolerance: Weld radius in mm. Empty = auto; "0"
disables welding.
:returns: Dict with repair statistics.INLINE 3D STAGE: on success this tool also opens Kiln's interactive 3D stage — an inline viewer panel the user can orbit, zoom, and turn over — in hosts that render MCP Apps panels (Kiln's hosted connection attaches a browser stage link for hosts that don't). Oversized meshes are decimated automatically for the stage; the PNG preview is the floor, not the whole experience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| close_holes | No | ||
| output_path | No | ||
| weld_tolerance | No |