repair_mesh_advanced
Repair a 3D mesh by closing holes in an STL file. Specify the input file path and optional output path; returns repair statistics.
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).
:returns: Dict with repair statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| close_holes | No | ||
| output_path | No |