# Fill Circle

A fill circle is a circular shape that includes all points inside the circle’s boundary as well as the boundary itself.

|                 |                  |                                                                                                                                                                                                                                                                                                                                                                                                |
| --------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Radius          | Decimal (Meters) | The distance from the center to the outside of the circle.                                                                                                                                                                                                                                                                                                                                     |
| Boundary Weight | Decimal          | The number of points that are assigned to the boundary of the fill circle.                                                                                                                                                                                                                                                                                                                     |
| Fill Method     | Decimal          | <p>Sunflower - a point-placement technique that uses the golden angle to place points in a spiral pattern, producing near-uniform coverage of a circular area without visible rows or clustering.</p><p>Equal Area Rings - a point placement technique that distributes points along multiple concentric circles (rings), starting from the center or edge, to evenly fill a bounded area.</p> |

<figure><img src="/files/GxtjpLinYWjqj43R4Z8z" alt="" width="348"><figcaption><p align="center"><sub><mark style="color:$info;">The inspector for a fill circle</mark></sub></p></figcaption></figure>

<figure><img src="/files/lsjDigHg073qQbfvkuWz" alt=""><figcaption><p align="center"><sub><mark style="color:$info;">Fill circle being manipulated between sunflower and equal area rings fill method</mark></sub></p></figcaption></figure>


---

# 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.verge.aero/drone-show-software/verge-design-studio/scene-objects/fill-circle.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.
