Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 615 Bytes

File metadata and controls

33 lines (27 loc) · 615 Bytes

RegularPolygon

Description

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

Parameters

Name Type Description
centerX REAL
centerY REAL
radius REAL
numSides INTEGER
mode INTEGER 1 - circumscribed; 2 - inscribed

Version

Availability: from Vectorworks 2014

Category