Category: Geometric Operations
Kind: Operation
Description: Get the distance between two points
Inputs
Name | Abbreviation | Type | Access | Description |
A | A | Vector | Item | The first point |
B | B | Vector | Item | The second point |
Outputs
Name | Abbreviation | Type | Access | Description |
Distance | D | Number | Item | The distance between the points |
Get at least 2 points
You can use read feature or any output of another geometric operation that results in points (such as Control Points or centroid)
If working with Lists, use map to get each list item
Add the distance node
Connect a single point into each A and B.
The result is the distance between the 2 provided nodes, in meters

