> 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/herramientas-de-edicion/extrapolar-esquina.md).

# Extrapolar Esquina

Si por cualquier motivo no puede acceder a una esquina durante la medición, puede utilizar la herramienta Extrapolar Esquina una vez finalizada la misma y Moasure hará el trabajo por usted.

**Vea un ejemplo a continuación:**

Supongamos que queremos calcular el área y el perímetro de un jardín, pero no podemos llegar a una de las esquinas porque hay un obstáculo en nuestro camino.

### *Durante la medición…*

1. Capture un mínimo de dos puntos en cada pared/línea antes y después de la esquina a la cual no tiene acceso y desea extrapolar.

### *Una vez haya terminado la medición…*

1. Seleccione la línea que desea extrapolar a la esquina;
2. Haga clic en **Editar** y posteriormente seleccione **Extrapolar Esquina**.

**Resultado:** esta acción extrapolará la línea seleccionada hasta la esquina.

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

{% hint style="info" %}
Para deshacer una esquina extrapolada, seleccione el punto creado en la esquina extrapolada y utilice la herramienta **Deshacer Esquina Extrapolada**.
{% endhint %}


---

# 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/herramientas-de-edicion/extrapolar-esquina.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.
