render_view
Produce a PNG image of a 3D shape from an isometric or orthographic view (top, front, side, etc.) to inspect geometry or share visually.
Instructions
Render an isometric/orthographic view of a shaped object as a PNG.
view: 'iso' | 'top' | 'bottom' | 'front' | 'back' | 'left' | 'right' | 'side'. deflection: tessellation accuracy in mm (smaller = finer mesh, slower). edges: draw triangle edges over filled faces.
Returns {png_base64, width, height, view, vertices, triangles}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | iso | |
| edges | No | ||
| width | No | ||
| handle | Yes | ||
| height | No | ||
| deflection | No |