> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/crafting-a-shape/sculpt-a-break-off.md).

# 雕刻

要创建一个山谷形状，我们将添加一个 [雕刻形状图层](/zh/can-kao/terrain/shape-layers/sculpt.md)。选中该图层后，按下 **编辑** 以开始雕刻，并将操作模式更改为 **添加** 以便在现有地形上绘制。然后将画笔模式更改为 **降低** 并开始在地形中绘制山谷形状。

<div><figure><img src="/files/6560b467f52ab9204e6932c64fc54e3ee480c477" alt=""><figcaption><p>操作覆盖</p></figcaption></figure> <figure><img src="/files/ff7923f86a88867fd6024d63a639828436acb2cd" alt=""><figcaption><p>雕刻后的地形</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.world-creator.com/zh/cao-zuo-zhi-nan/crafting-a-shape/sculpt-a-break-off.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.
