export_stl
Export 3D designs from Fusion 360 as STL files for 3D printing or sharing, with options for mesh refinement and specific body selection.
Instructions
Export the design or a specific body as an STL file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Full file path for the STL export (e.g. 'C:/output/part.stl'). | |
| body_name | No | Optional body name. Exports first body if not specified. | |
| refinement | No | Mesh refinement: 'low', 'medium', 'high'. | medium |