# Bezier Line

### Bezier Line

A Bezier Line is the simplest spline shape. It consists of two points with a single segment connecting them.

| Parameter | Type             | Description                                                               |
| --------- | ---------------- | ------------------------------------------------------------------------- |
| Length    | Decimal (Meters) | How long the line is, with the centroid located at the middle of the line |
| Segments  | Integer          | The number of spline segments to use for each turn                        |

<figure><img src="/files/Z8jkKNgGh2eIi8nbEGCr" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FmbyWl6yINUIE6WkGEIp" alt=""><figcaption></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-line.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.
