# Polygons

### <img src="/files/6iaiuQTGmwRDyn9fpbC0" alt="" data-size="line"> Polygon

The Polygon command draws a closed polyline with a specified number of sides

### <img src="/files/oyKmjUts4VOG21wPLA3f" alt="" data-size="line"> Circumscribes Polygon

Draws the polygon where the midpoints of the sides touch an imaginary circle of a specified radius.

### <img src="/files/rkjsw9gf11i2bdDxXtvO" alt="" data-size="line"> Polygon: By Edge

Draws a polygon by defining one edge.

### <img src="/files/kB71wPStBECGmYqsWfBo" alt="" data-size="line"> Square

The Square command draws a closed square polyline.

### <img src="/files/AXGc0W77XTwJhtNjsxsK" alt="" data-size="line"> Circumscribed Square

Draws the square polyline where the midpoints of the sides touch an imaginary circle of a specified radius.

### <img src="/files/PFHsmPaLahzpWyV05Wy5" alt="" data-size="line"> Square: Edge

Draws a square polyline by defining one edge.

### <img src="/files/denSo2JBTunjJlMPSDcc" alt="" data-size="line"> Star

Draws a star-shaped polygon.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rhinoartisan.com/commands/curve/basic-geometry/polygons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
