Get Point To Point Distance    

Obtains the 3D distance between two points.

 

Input Arguments

 

0

Point Name

First Point

The first point to consider.

1

Point Name

Second Point

The second point to consider.

 

Return Arguments

 

2

Vector

Vector Representation

The vector from the first point to the second point.

3

Double

X Value

The x-component of the distance from the first

point to the second.

4

Double

Y Value

The y-component of the distance from the first point to the second.

5

Double

Z Value

The z-component of the distance from the first

point to the second.

6

Double

Magnitude

The magnitude of the distance between the two points.

 

Returned Status

 

SUCCESS

The distance was calculated successfully.

FAILURE

One or both points could not be found.

 

Remarks

None.