Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 480 Bytes

File metadata and controls

30 lines (22 loc) · 480 Bytes

HPerimN

Description

Calculate a perimeter of an object. Same as HPerim(), but it gives more accurate result when the object is a polyline.

FUNCTION HPerimN(ObjectHandle : HANDLE): REAL;
def vs.HPerimN(ObjectHandle):
    return REAL

Parameters

Name Type Description
ObjectHandle HANDLE

Examples

perimeter := HPerimN(object);

Version

Availability: from Vectorworks 2012

Category

  • Object Info