render_part_studio_views
Render Part Studio views as PNG images to visually inspect the 3D result after every modeling change. Pass returned image IDs to crop_image to zoom into suspicious areas.
Instructions
Render one or more shaded views of a Part Studio and return the PNGs so Claude can actually see the 3D result. Use this after every feature that creates or modifies visible geometry. The returned image_ids can be passed to crop_image to zoom into suspicious regions. Claude Opus 4.7 spatial reasoning is weak — always render the view you need rather than mentally rotating. Default views: iso, top, front, right.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | No | Render feature/silhouette edges | |
| views | No | List of named views (iso, top, front, back, left, right, bottom) or raw comma-separated 12-float viewMatrix strings. | |
| width | No | Output width in pixels | |
| height | No | Output height in pixels | |
| elementId | Yes | Part Studio element ID | |
| documentId | Yes | Document ID | |
| workspaceId | Yes | Workspace ID |