Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 568 Bytes

File metadata and controls

30 lines (23 loc) · 568 Bytes

AreaN

Description

Returns the area of an object. If more than one object matches the search criteria, the function will return the sum of all the matching object areas.

FUNCTION AreaN(c : CRITERIA): REAL;
def vs.AreaN(c):
    return REAL

Parameters

Name Type Description
c CRITERIA Search criteria.

Examples

totalA:=AreaN((C='Plywood'));
{returns the area of all objects in class 'Plywood'}

Version

Availability: from Vectorworks 2012

Category