Skip to main content

distance

Get the distance between two points

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a month ago

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

  1. 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

  2. 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

Did this answer your question?