# 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="https://1654204364-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakGR2bVCZLTNoe2hkqeR%2Fuploads%2FsiRJqggd8q2SHiZTHVDi%2Fimage.png?alt=media&#x26;token=d9b3be52-84ad-437f-a787-3b0740ab2571" 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="https://1654204364-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakGR2bVCZLTNoe2hkqeR%2Fuploads%2FWf4KwZjb8WObvOfg4zeO%2Ffill.gif?alt=media&#x26;token=df378134-bad4-4351-8741-70efac8a4da9" 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>
