# Divide Distance From

## Description

Divide a curve into segments with a preset length from a parameter along the curve

{% tabs %}
{% tab title="Preview" %}
![](/files/LP1LfTualJ0Yv9AqAggY)
{% endtab %}

{% tab title="Location" %}
**Name** | Divide Distance From

**Nickname** | DivDistFrom

**Tab** | Curve

**Panel** | Division

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

{% tab title="Inputs" %}
**C** | **Curve** (*Curve*) | Curve to divide

**D** | **Distance** (*Number*) | Distance between points

**t** | **Parameter** (*Number*) | Parameter along the curve
{% endtab %}

{% tab title="Outputs" %}
**P** | **Points** (*Point*) | Division points

**T** | **Tangents** (*Vector*) | Tangent vectors at division points

**t** | **Parameters** (*Number*) | Parameter values at division points
{% 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/division/divide-distance-from.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.
