Export View Sheet
export_view_sheetRender orthographic and isometric PNG views of a Fusion 360 design into a shareable HTML sheet for mechanical engineer review, ready to print as PDF.
Instructions
Render canonical orthographic + isometric views as PNGs and emit a self-contained HTML sheet suitable for sharing with a mechanical engineer. Opens in any browser; Print -> Save as PDF for a static artifact. Restores the viewport camera after rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Free-form notes rendered below the views. Newlines preserved; HTML is escaped. | |
| title | No | Heading shown on the sheet (default: document name). | |
| views | No | Ordered list of views to render (default: iso, front, top, right). | |
| image_size | No | [width, height] in pixels (default [1200, 900]). | |
| output_dir | No | Destination folder (default: ~/Desktop/<doc>_views_<timestamp>). |