measure_geometry
Measure volume, area, bounding box, center of mass, and validity of a modeled object to verify design targets quantitatively.
Instructions
Measure an object's Shape: volume, area, bounding box, center of mass, element counts (solids/faces/edges/vertices), and validity (is_valid).
Use after modeling steps to verify design targets quantitatively.
Args:
doc_name: Document name.
obj_name: Object name (must have a Shape).
Returns:
JSON with volume_mm3, area_mm2, bbox, center_of_mass, counts,
is_valid, shape_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_name | Yes | ||
| obj_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |