> For the complete documentation index, see [llms.txt](https://docs.openbrim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbrim.org/templates/cadd/curve-cadd.md).

# Curve

A **Curve** is a smooth interpolating curve that passes through every control point — unlike a Bezier, which is shaped by intermediate points without passing through them. In bridge drawings it's used for splines through known stations, profile traces sampled from a survey, and any path that should hit a specific set of points exactly while flowing smoothly between them.

To draw: pick each interpolation point in turn. Press Enter or double-click to finish.

## Geometry

**Name:** Identifier within the parent CAD document. Must be unique.

**Level:** The layer controlling color, line weight, and dash style.

The curve's shape is controlled by its child Point objects, which are the points the curve passes through (in order).

## Editing

**Move a point:** drag the handle to relocate one of the points the curve passes through. The curve reshapes to remain smooth and continue passing through every point.

**Add a point:** insert a new point at the desired location and the curve will route through it.

**Remove a point:** the curve simplifies between the two adjacent points.

## Notes

For straight-segment polylines (where corners are sharp, not smoothed), use a Line.

For smooth curves where you want intermediate control without the curve passing through specific points, use a Bezier.

Curves are useful for tracing irregular surveyed profiles or for drafting a soft curve through a known set of locations on a drawing — for example, a finish-grade trace that has to hit specific elevations at specific stations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openbrim.org/templates/cadd/curve-cadd.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
