measure_distance
Measure the straight-line distance between two 3D points by providing their XYZ coordinates. Returns the Euclidean distance for precise geometric calculations in FreeCAD.
Instructions
Measure Euclidean distance between two XYZ points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point_a | Yes | ||
| point_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||