Returns the perimeter of an object. If more than one object matches the search criteria, the function will return the sum of the matching objects' perimeters.
FUNCTION PerimN(c : CRITERIA): REAL;def vs.PerimN(c):
return REAL| Name | Type | Description |
|---|---|---|
| c | CRITERIA | Search criteria. |
PerimValue := PerimN(C='Fence');
{returns the total perimeter of all objects in the class 'Fence'}Availability: from Vectorworks 2012