hollow_mesh_model
Hollow out an STL mesh by generating an inner offset shell and combining it with the outer surface. Specify wall thickness to reduce material usage and receive estimated savings.
Instructions
Create a hollow version of a mesh to save material.
Generates an inner offset shell and combines it with the outer
surface. Reports estimated material savings.
:param file_path: Path to the STL file.
:param wall_thickness_mm: Wall thickness in mm (default 2.0).
:param output_path: Output path (defaults to ``<name>_hollow.stl``).
:returns: Dict with hollowing stats and material savings.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 | ||
| output_path | No | ||
| wall_thickness_mm | No |