compose_assembly_parts
Merges individual part meshes by their positions and writes the combined model to an output STL file.
Instructions
Compose all assembly parts into a single output STL file.
Merges the individual part meshes according to their
positions and writes the combined model to ``output_path``.
Args:
assembly_json: JSON string of the current assembly state.
output_path: File path where the composed STL will be written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | ||
| assembly_json | Yes |