> For the complete documentation index, see [llms.txt](https://docs.moasure.com/es/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moasure.com/es/aplicacion-moasure/ajustes/opciones-de-visualizacion/formato-de-cuadricula.md).

# Formato de Cuadrícula

{% hint style="info" %}
En la versión 3.0 o posterior de la aplicación, las cuadrículas están disponibles en todas las vistas y están a escala en las vistas 2D (Vista en Planta 2D, Vista Ajustada 2D y Vista de Curvas de Nivel).
{% endhint %}

### Cómo personalizar la cuadrícula 2D:

1. Clique en 'Ajustes'.
2. Clique en 'Opciones de Visualización'.
3. Clique en 'Formato de cuadrícula (2D)'.
4. Elija su tipo de cuadrícula preferido:

* Sin cuadrícula
* Planta (sin escala)
* Líneas principales
* Líneas principales y secundarias

5. Un 'tick' verde aparecerá junto al tipo de cuadrícula elegido.
6. Clique en la flecha hacia atrás en el margen superior izquierdo hasta volver a la pantalla principal.

<figure><img src="/files/wvf4jHmh5k2zECIe2EVi" alt="" width="375"><figcaption></figcaption></figure>

Las Opciones de Cuadrícula mejoran la visualización y la usabilidad de las mediciones, proporcionando una referencia rápida del tamaño real del área medida. Esta función es útil para los usuarios que necesitan una indicación visual precisa de la escala dentro de su entorno de medición.

<div><figure><img src="/files/CWmJ3ICaE6NJLlzHNuGG" alt=""><figcaption><p>Planta (Sin Escala)</p></figcaption></figure> <figure><img src="/files/26XfT3FU6K9RtSVzsOLr" alt=""><figcaption><p>Líneas Principales</p></figcaption></figure> <figure><img src="/files/uTvAzaGM3oEpP6mnJnZr" alt=""><figcaption><p>Líneas Principales y Secundarias</p></figcaption></figure></div>


---

# 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.moasure.com/es/aplicacion-moasure/ajustes/opciones-de-visualizacion/formato-de-cuadricula.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.
