Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 582 Bytes

File metadata and controls

30 lines (23 loc) · 582 Bytes

PtPerpLine3D

Description

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

Parameters

Name Type Description
pt VECTOR
pt0 VECTOR
pt1 VECTOR

Version

Availability: from Vectorworks 2014

Category