> For the complete documentation index, see [llms.txt](https://docs.sensori.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sensori.systems/viewing/measurement.md).

# Measurement

The Sensori Viewer includes tools for distance, area and volume measurement.

Click the measurement button in the viewer to start measuring ![](/files/m1OXCm6mp5CIo6XY8rGa)

Ctrl+click on the 3D geometry to select a point.  Add a second point to define a distance measurement.

<figure><img src="/files/7ndZB0rBvyNWIg16HDFZ" alt=""><figcaption></figcaption></figure>

With 3 or more points, you can define an area measurement.

<figure><img src="/files/wpGaPtgUKqqUhNySYDrX" alt=""><figcaption></figcaption></figure>

Ctrl+click on an existing point to delete it, or ctrl+drag to move it.

To measure a volume, first click points to define a surface.  The volume will be measured between this surface and the nearest 3D geometry.

<figure><img src="/files/Je1vdf6oJjYUr0XMr6Oc" alt=""><figcaption></figcaption></figure>

Press the enter key to calculate the volume.  This might take up to half a minute to complete.  If there are any holes in the geometry, this can affect the accuracy of the measurement.  When the measurement has completed, coloured dots are used to indicate the included volumes on either side of the surface.

<figure><img src="/files/HOdwWFuDKJIhevT3HjXT" alt=""><figcaption></figcaption></figure>

The tool can be used to calculate both cut and fill volumes.

<figure><img src="/files/OitvWtX6Capz1jny5d33" alt=""><figcaption></figcaption></figure>


---

# 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.sensori.systems/viewing/measurement.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.
