Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 588 Bytes

File metadata and controls

31 lines (23 loc) · 588 Bytes

HAreaN

Description

Compute the area of a given object, it has the same function as HArea(), but the result in case of polyline is more accurate.

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

Parameters

Name Type Description
ObjectHandle HANDLE It is the object we want to calculate its area.

Examples

HAreaN(object);

Version

Availability: from Vectorworks 2012 Deprecated: [[VS:Vectorworks 2012 Deprecated Functions|Vectorworks 2012]]

Category

  • Object Info