blender_validate_dimensions
Validate 3D object dimensions against expected width, height, and length values with configurable tolerance. Get per-axis pass/fail results and deviations to confirm model accuracy.
Instructions
Check an object's bounding-box dimensions against expected values with a configurable tolerance. Reports per-axis pass/fail with deviations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expected | Yes | Expected dimensions. Provide any subset of length/width/height. | |
| tolerance | No | Allowed absolute deviation per axis (scene units) | |
| object_name | Yes | Name of the object to validate | |
| axis_mapping | No | Map length/width/height to scene axes. Defaults to length=x, width=y, height=z. |