> For the complete documentation index, see [llms.txt](https://docs.verge.aero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.aero/drone-show-software/verge-design-studio/scene-objects/spline/bezier-circle.md).

# Bezier Circle

### Bezier Circle

A Bezier Circle shape provides a circle made of multiple bezier splines placed equally around its perimeter. This is not to be confused with the standard 2D circle available from the shape palette which is a simple geometric model of a circle.

| Parameter   | Type                      | Description                                                                                                                                                                                        |
| ----------- | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Radius      | Decimal (Meters)          | The distance from the center of the helix to the horizontal extends of the helix                                                                                                                   |
| Circularity | Decimal (0-2)             | A rating of anchor weighting to provide different levels of smoothness. 2: the shape is smoothed at its control points. 1: The shape is perfectly circular. 0: The shape is made of straight lines |
| Segments    | Integer                   | The number of spline segments to use for each turn                                                                                                                                                 |
| Start Angle | Decimal (Degrees)         | Indicates the starting angle (around the centroid) that the circle starts.                                                                                                                         |
| Arc Length  | Decimal (Degrees) (0-360) | The positive or negative number of degrees that the circle spans                                                                                                                                   |

<figure><img src="/files/u9uSTjQ3O4LTSIP1Dazx" alt=""><figcaption><p>The inspector for a Bezier circle</p></figcaption></figure>

<figure><img src="/files/80hTrE9rEqI5nKzVgfBz" alt=""><figcaption><p>Arc Length being manipulated between 0 and 360 degrees</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.verge.aero/drone-show-software/verge-design-studio/scene-objects/spline/bezier-circle.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
