Obtains the 3D distance between a point and a line.
Input Arguments
0 |
Point Name |
Point |
The point to consider. |
1 |
Collection Object Name |
Line |
The line to consider. |
Return Arguments
2 |
Vector |
Vector Representation |
The vector from the point to the line. |
3 |
Double |
X Value |
The x-component from the point to the line. |
4 |
Double |
Y Value |
The y-component from the point to the line. |
5 |
Double |
Z Value |
The z-component from the point to the line. |
6 |
Double |
Magnitude |
The magnitude of the distance from the point to the line. |
Returned Status
SUCCESS |
The distance was calculated successfully. |
FAILURE |
The point or line could not be found. |
Remarks
None.