Drawing polygons

Polygons are closed polylines composed of a minimum of three and a maximum of 1,024 equal-length sides. The default method for drawing a polygon is to specify the center of the polygon and the distance from the center to each vertex. You can draw a polygon using any of the following methods:

    Center-Vertex ()

    Center-Side ()

    Edge ()

Tell me about...

Drawing polygons by vertex

Drawing polygons by side

Drawing polygons by specifying the length of an edge