# Bezier Line

### Bezier Line

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

| 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="https://1654204364-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakGR2bVCZLTNoe2hkqeR%2Fuploads%2FKPtIBLBqS40FfisU0AxA%2Fimage.png?alt=media&#x26;token=3da7a767-3804-4c1b-91c2-59cb7f06eba8" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1654204364-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakGR2bVCZLTNoe2hkqeR%2Fuploads%2Fp5oZoj3ST5lRk8gSjjjl%2Fezgif-80146a7587d971.gif?alt=media&#x26;token=002e7a62-6412-4d65-a0f3-32ad3cb1eb7d" alt=""><figcaption></figcaption></figure>
