describe_part_studio
Obtain a full Part Studio design snapshot in a single call: get structured feature tree, body topology, mass properties, and multi-view rendered images together to catch visual regressions without chaining multiple tools.
Instructions
One-shot snapshot of a Part Studio's entire design state. Returns BOTH a structured text representation (feature tree with statuses, body topology with every face and edge classified by type + deterministic ID + coordinates, bounding box, mass properties) AND the multi-view rendered images (iso/top/front/right by default). Use this INSTEAD OF chaining get_features + list_entities + render_part_studio_views + get_mass_properties after every mutation. The text is what you reason over (reliable for you). The images catch visual regressions the text misses. Image_ids returned in the text can be cropped via crop_image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| views | No | Named views to render (iso/top/front/back/left/right/bottom). | |
| elementId | Yes | Part Studio element ID | |
| documentId | Yes | ||
| renderWidth | No | ||
| workspaceId | Yes | ||
| renderHeight | No |