> 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/dimensionarclength-cadd.md).

# Arc Length Dimension

An **Arc Length Dimension** measures the length along a curved edge — the actual curved distance, not the chord between endpoints. In bridge drawings it's used for the arc length of curved parapets, curved deck edges over horizontal curves, transition arcs, and any place where the curved distance is what matters (for take-offs of curved railings, curb runs along curves, etc.).

Pick the arc, and the dimension shows the length along the curve.

## Text and units

**Label:** Override text. Leave blank to use the auto-computed arc length.

**Prefix:** Text before the value. Default `⌢` (arc-length symbol).

**Suffix:** Text after the value.

**Precision:** Number of decimal places.

**Unit Style / Length Unit:** Units.

## Typography

**Text Height:** Text size in real units.

**Font Family / Font Weight / Font Style:** Font controls.

## Notes

If the arc is shallow enough that the chord and the arc length are nearly equal, a Linear Dimension across the chord is often clearer than an Arc Length Dimension along the curve. Reserve arc-length callouts for curves where the difference between chord and arc matters (long, sharp curves; transition spirals; curved railing runs at small radii).


---

# 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/dimensionarclength-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.
