hollow_mesh_model
Create a hollow version of a 3D mesh to reduce material use by generating an inner shell. Combine inner and outer surfaces and receive material savings estimates.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| output_path | No | ||
| wall_thickness_mm | No |