blender_measure
Measure distances, bounding box dimensions, edge lengths, and vertex-to-vertex distances in world units to get accurate dimensions for any mesh object.
Instructions
Measure distances, bounding box dimensions, edge lengths, and vertex-to-vertex distances in world units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Measurement mode | BBOX |
| point_a | No | First point [x, y, z] for DISTANCE mode | |
| point_b | No | Second point [x, y, z] for DISTANCE mode | |
| object_name | Yes | Name of the mesh object | |
| edge_indices | No | Edge indices for EDGE_LENGTH mode | |
| vertex_indices | No | Two vertex indices for VERTEX_DISTANCE mode |