Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 509 Bytes

File metadata and controls

29 lines (23 loc) · 509 Bytes

CalcPolySegLen

Description

Calculate the length between two segments of a polygon or polyline

FUNCTION CalcPolySegLen(
				hPoly : HANDLE;
				i1    : INTEGER;
				i2    : INTEGER): REAL;
def vs.CalcPolySegLen(hPoly, i1, i2):
    return REAL

Parameters

Name Type Description
hPoly HANDLE
i1 INTEGER
i2 INTEGER

Version

Availability: from Vectorworks 2014

Category