# Hotzone

Hotzone lets you isolate any section of a point cloud to work exclusively within that area, eliminating the risk of accidentally segmenting surrounding points. Only the selected portion is active, enabling significantly smoother playback and rendering performance. Merge isolated point clouds seamlessly once your work is complete and bring your full dataset back together.

{% hint style="success" %} <img src="/files/mXHEiGg35kYjwl0I4r5p" alt="" data-size="line"> This feature is used to help focus on a specific area. The isolation is applied across the frames on the same area.
{% endhint %}

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

***

## Use Cases

* **Precision Segmentation** - Focus on a specific structural element, like a pillar or façade, without disturbing adjacent point data.
* **Large Dataset Navigation** - Isolate dense or complex zones in massive scans to enable smooth playback and responsive interaction.

***

## Benefits

* **Accident-free editing** - Surrounding points are fully protected while you work inside the hotzone.
* **Smoother performance** - Rendering and playback are faster since only the active zone is processed. User can also merge larger frames and see faster rendering.
* **Focused workflows** - Reduces visual clutter and cognitive load when working on complex or large-scale scans.

***

## Steps to use Hotzone

{% stepper %}
{% step %}

#### Enable Hotzone

Enable the 'Isolate' toggle from the header.
{% endstep %}

{% step %}

#### Define the boundary

On toggling it ON, make multiple clicks on the point cloud to draw a boundary and right click to apply hotzone.
{% endstep %}

{% step %}

#### Label within the isolated area

All the points falling outside the defined boundary will be hidden from view. Users can now start labelling objects in the visible patch without background disturbance.
{% endstep %}

{% step %}

#### Continue working across frames

* Navigate to the next frame and observe isolation is applied across frames, preserving context.
* Optionally merge the point clouds to understand the scene after removing unnecessary points.
  {% endstep %}
  {% endstepper %}


---

# 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://docs.imerit.net/3d-multi-sensor-fusion/labeling/3d-multi-sensor-fusion-labeling-editor/key-features/hotzone.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.
