# Select

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

ModelFun provides various selection tools tailored for different data scenarios and operational needs.

In the **OBJ View**, users can:

* **Hold "Ctrl"** to deselect.
* **Press "Y"** to clear all selections.
* **Press "Delete"** to remove selected triangles.
* **Press "Ctrl + Z"** to undo a deletion.

## 1 Rectangle Select

In the OBJ view, users can select model area using a rectangular selection box.

(*Hold **"Ctrl"** to invert selection within the drawn area.*)

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

## 2 Polygon Select

Users can draw a polygon by **clicking and dragging the left mouse button**. **Double-click** to finalize the selection.

(*Hold **"Ctrl"** to invert selection within the drawn area.*)

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

## 3 Lasso Select

By **pressing and holding the left mouse button**, users can freely draw a selection boundary. **Releasing the button** finalizes the selection.

(*Hold **"Ctrl"** to invert selection within the drawn area.*)

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

## 4 Clear Select

Click the **clear selection** button or press **"Y"** to remove all selections.

## 5 Through Select

Allows selecting model elements that are *behind* the visible surface.

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

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

## 6 Flood Select

Selects a connected region without penetrating multiple layers.

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

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


---

# 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.get3d.ai/user-help-center/get3d-modelfun/getting-started/select.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.
