compare_to_reference
Render current Part Studio views and composite them with a reference image into a single side-by-side PNG to visually cross-check proportions and feature placement against the brief.
Instructions
Render your current Part Studio at iso/top/front/right and COMPOSITE the result directly under a reference image from disk. Returns a single side-by-side PNG: reference on top, your build's 4 views on the bottom row, both at the same horizontal extent so silhouettes line up visually. Use this whenever you want to cross-check feature count / placement / proportion against the brief's reference figure — it removes the need to squint back and forth across separate images. The reference path you pass is a filesystem path readable by the MCP server (typically the brief's iso or drawing PNG).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| views | No | Views to render for the agent row. Default: iso,top,front,right. | |
| width | No | ||
| height | No | ||
| elementId | Yes | ||
| documentId | Yes | ||
| workspaceId | Yes | ||
| referenceImagePath | Yes | Absolute or cwd-relative filesystem path to the reference PNG. |