> For the complete documentation index, see [llms.txt](https://help.besmart.software/be.smart-site-management/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.besmart.software/be.smart-site-management/site-management/section-tool/measurements-in-sections.md).

# Measurements in sections

Viewing sections is one aspect, but as crucial is to make measurements in the visible section. There are total of four different measurement types in the section tool:

### Manual measurements

**Distance** for simple measurements between two or more points

**Area** to measure the areas from sections, which could be used for volume calculation

**Slope** to measure distance between two points, results are shown for X- , Y-, XY -distance and the value of the slope in angle and percentage.&#x20;

**Coordinate** allows to query exact elevations from the model, results are shown in X and Y. X is the distance from the centerline and Y is the elevation.

{% hint style="info" %}
The Q2/2024 release introduced the automatic measurements, between breaklines.&#x20;
{% endhint %}

<figure><img src="/files/nUNicpz8F3ljbMki5BUw" alt=""><figcaption><p>Measurement tool</p></figcaption></figure>

Start the measuring tool and select the wanted type of measurement. There is also a possibility use Measurement snap. This functionality snaps to the LandXML file objects for accurate measuring.&#x20;

<figure><img src="/files/XomVeCV6EXBtMDjsRVAu" alt=""><figcaption><p>Slope measurement example</p></figcaption></figure>

### Automatic measurements

The new automatic tool for measurements between breaklines, making it easier to quickly see the widths and slopes. Automatic measurements can be turned on here:&#x20;

<figure><img src="/files/zS1KfCHtkWPPlSy5GPpj" alt=""><figcaption><p>Section tool with automatic measurements</p></figcaption></figure>

It automatically measures the distance between two breaklines, results are shown below section and the overall width of the section is shown at the bottom.&#x20;

There are also slopes displayed between two breaklines, either as decimals (0.03) or as ratios (1:3).

If multiple layers have breaklines, those can be changed in the dropdown menu, below the Automatic measurements section.&#x20;


---

# 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://help.besmart.software/be.smart-site-management/site-management/section-tool/measurements-in-sections.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.
