Creates an n-sided polygon.
PROCEDURE RegularPolygon(
centerX : REAL;
centerY : REAL;
radius : REAL;
numSides : INTEGER;
mode : INTEGER);def vs.RegularPolygon(centerX, centerY, radius, numSides, mode):
return None| Name | Type | Description |
|---|---|---|
| centerX | REAL | |
| centerY | REAL | |
| radius | REAL | |
| numSides | INTEGER | |
| mode | INTEGER | 1 - circumscribed; 2 - inscribed |
Availability: from Vectorworks 2014