add_thumbnail
Places a small isometric pictorial of the part in the top-right corner of a TechDraw sheet as a quick 3-D reference, only if it fits without crowding views.
Instructions
Place a small isometric pictorial of the part in the top-right corner of the sheet — the "glance" reference a machinist uses to grok the 3-D shape before reading the orthographic views — IF it fits there without crowding the existing views and dimensions.
It is a real TechDraw isometric projection rendered through the same path as the other views (a vector line drawing, not a raster), scaled to fit a reserved top-right box and pinned to that corner (fit_page leaves it put, and it is never dimensioned or counted by the manufacturability gate). Best-effort: when the top-right corner is already occupied it returns {placed: False, reason} rather than overlapping content. Call it AFTER placing the views and dimensions (and after fit_page) so "fits" is judged against the final layout.
Returns {placed, box, scale?, view?, reason?}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | IsoThumb | |
| page | Yes |