measure
Query geometry properties—bounding box, volume, area, wall thickness, clearance, topology, or summary—to verify shape characteristics unambiguously.
Instructions
Query geometry of a shape. Prefer measure over render_view when verifying geometry — numbers are unambiguous. query: bounding_box, volume, area, min_wall_thickness, clearance, topology, summary. summary returns bbox + volume + area + topology + center in one call — use it to orient quickly. topology (face/edge/vertex counts) is the fastest way to confirm a boolean operation succeeded: a cut that failed leaves the counts unchanged. object_name/object_name2: named objects from show() (clearance requires both).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | bounding_box | |
| object_name | No | ||
| object_name2 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |