Render Viewport
render_viewCapture the active Fusion 360 viewport as a PNG to visually verify your model. Choose a canonical camera view (iso, front, top) or keep the current view.
Instructions
Capture the active viewport as a PNG so you can visually verify the model. Pass a canonical view (iso/front/top/etc.) to reposition the camera first, or 'current' to keep it as is. Returns base64-encoded image bytes alongside metadata; the MCP server delivers it as an image content block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fit | No | Call Viewport.fit() before capture | |
| view | No | Camera preset; 'current' preserves the existing view | current |
| width | No | ||
| height | No |