Returns a 3D point on the input 3D vector that goes through pt0 and pt1 which is closest to the input point. Doesn't check to see that the point is ON the line.
FUNCTION PtPerpLine3D(
pt : VECTOR;
pt0 : VECTOR;
pt1 : VECTOR) : VECTOR;def vs.PtPerpLine3D(pt, pt0, pt1):
return VECTOR| Name | Type | Description |
|---|---|---|
| pt | VECTOR | |
| pt0 | VECTOR | |
| pt1 | VECTOR |
Availability: from Vectorworks 2014