blender_annotation_dimension
Measure the distance between two 3D points and annotate the scene with a dimension line, endpoint markers, and text label. Supports custom units, offset, and label text.
Instructions
Add a dimension line between two 3D points showing the distance measurement. Creates endpoint markers, a connecting line, and a text label with the calculated distance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Override label text. If omitted, the calculated distance with units is used. | |
| units | No | Display units for the measurement. Default: METERS | |
| offset | No | Perpendicular offset distance for the dimension line from the measured points. Default: 0.5 | |
| point_a | Yes | First point as [x, y, z] | |
| point_b | Yes | Second point as [x, y, z] |