> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/ch/gong-ju/xiang-pi-ca.md).

# 橡皮擦

<figure><img src="/files/6019b36a2fbd31178d561ea2f8e0505aba64033a" alt=""><figcaption></figcaption></figure>

***

## 如何擦除图层

<div align="left"><figure><img src="/files/71a3347f3a41aa9dd30fd07e65bba859c4bf96ea" alt=""><figcaption></figcaption></figure></div>

{% stepper %}
{% step %}

### 选择橡皮擦工具

选择 <i class="fa-eraser" style="color:$primary;">:eraser:</i> <kbd><mark style="color:$primary;">**橡皮擦**<mark style="color:$primary;"></kbd>  在工具菜单中。
{% endstep %}

{% step %}

### 选择图层&#x20;

使用 <i class="fa-arrow-pointer" style="color:$primary;">:arrow-pointer:</i> <kbd><mark style="color:$primary;">**选择**<mark style="color:$primary;"></kbd>  工具或从左侧图层面板中。
{% endstep %}

{% step %}

### 擦除图层

单击并拖动所选图层以擦除其中的任何部分。
{% endstep %}

{% step %}

### 调整橡皮擦大小

* 点击橡皮擦图标以打开笔触面板。
* 拖动滑块或编辑数值以调整橡皮擦大小。
  {% endstep %}
  {% endstepper %}


---

# 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.theseaai.com/main/ch/gong-ju/xiang-pi-ca.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.
