# Measurement (Pro)

{% hint style="info" %}
Measurement is only included in realvirtual.io Professional
{% endhint %}

The Measurement tool, designed for use within the Unity Editor's scene window, facilitates the precise measurement of distances between two points in a scene. It extends its functionality by calculating the center point upon selecting a third point, drawing the circle that intersects these points, and providing the circle's diameter and radius.

<figure><img src="/files/NUldtJIePP4K0qGvxiuL" alt=""><figcaption><p>Measure tool in unity editor mode</p></figcaption></figure>

### Accessing the Tool

* Navigate to `Tools > realvirtual > Measurement (Pro)` in the main menu to open the tool.

<div align="left"><figure><img src="/files/Lw677L9FeRSVqM8vTic3" alt=""><figcaption></figcaption></figure></div>

### How to Use

1. **Initial Point Selection**: Upon opening, the tool automatically sets to select the first point. After choosing the first point, it transitions to selecting the second point.
2. **Measuring Distance**: After the second point is selected, the tool calculates and displays the distance between the two points, including distance breakdowns on each axis. Optionally, distances can be displayed in millimeters.
3. **Determining a Circle**:
   * Click the 'Point3' button to enter the selection mode for a third point.
   * Selecting the third point draws the circle defined by the three points and shows the circle's diameter and radius in the tool's window.
4. **Resetting Selections**: The 'Reset' button clears all selections, enabling the user to start anew with the selection process.


---

# 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://doc.realvirtual.io/basics/user-interface/measurement-pro.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.
