Vectorworks 2012 Deprecated Functions. See PerimN for a replacement.
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 Perim(c : CRITERIA): REAL;def vs.Perim(c):
return REAL| Name | Type | Description |
|---|---|---|
| c | CRITERIA | Search criteria. |
PerimValue := Perim(C='Fence');
{returns the total perimeter of all objects in the class 'Fence'}Availability: from All Versions Deprecated: Vectorworks 2012 Deprecated Functions