# Geometry Details

Located in the top center of the interface.

Displays real-time statistics of the current 3D mesh:

* **Objects**: Number of distinct mesh objects
* **Edges**: Total edge count
* **Vertices**: Number of vertex points
* **Faces**: Polygon face count
* **Tris**: Total triangle count (converted from faces

<figure><img src="/files/ifxzkBmcNy3ibh7tLir2" alt="" width="563"><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.kaedim3d.com/reviewing-assets/3d-viewer/geometry-details.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.
