# Loft Bezier

## Description

Loft a series of point to a Bezier spline

{% tabs %}
{% tab title="Preview" %}
![](https://970693072-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdsbfCRcDsSN9QLbjbulF%2Fuploads%2FOikHsV2ixJ8ABSf3RGRT%2FComponent-LoftBezier.png?alt=media\&token=30352441-e3bc-43c8-a819-f705108a8bee)
{% endtab %}

{% tab title="Location" %}
**Name** | Loft Bezier

**Nickname** | Loft Bezier

**Tab** | Curve

**Panel** | Bezier

**Division** | 1
{% endtab %}

{% tab title="Inputs" %}
**P** | **Points** (*Point*) | The points to loft into a Bezier spline
{% endtab %}

{% tab title="Outputs" %}
**B** | **Bezier Curve** (*Curve*) | The resulting Bezier curve
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage


---

# 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://interopxyz.gitbook.io/curve-plus/components/bezier/loft-bezier.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.
