Export (unified)
exportConvert Fusion 360 CAD models into STL, STEP, or F3D files. Auto-detects format from the file path extension, requiring a body name for STL and STEP.
Instructions
Unified export wrapper — dispatches to export_stl / export_step / export_f3d based on format or file extension. Format is auto-detected from file_path extension if not specified. STL and STEP require body_name; F3D exports the whole design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. Inferred from file_path extension if omitted. | |
| body_name | No | Body to export (required for stl/step) | |
| file_path | No | Destination path (default: ~/Desktop/<name>.<ext>) |