# 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: 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/spline/bezier-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.
