VS:PtOnLine

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Determines if a point is on a line.

FUNCTION PtOnLine(
pt :VECTOR;
begPt :VECTOR;
endPt :VECTOR;
tolerance :REAL) : BOOLEAN;
def vs.PtOnLine(pt, begPt, endPt, tolerance):
    return BOOLEAN

Parameters

pt VECTOR
begPt VECTOR
endPt VECTOR
tolerance REAL

Version

Availability: from Vectorworks 2014