merge_vertices
Merges nearby vertices in an STL file to reduce mesh complexity by combining points within a specified tolerance.
Instructions
Merge vertices in an STL file closer than the specified tolerance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stl_path | Yes | Path to the STL file | |
| tolerance | No | Max distance to merge (mm, default: 0.01) |