> 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/xing-zhuang.md).

# 形状

<figure><img src="/files/c31c3d6ff8b49a83de6520cb89b228bb35b27e2a" alt=""><figcaption></figcaption></figure>

***

## 如何使用

{% stepper %}
{% step %}

#### 选择“形状”工具

在场景下，选择 <i class="fa-square" style="color:$primary;">:square:</i> <kbd><mark style="color:$primary;">**形状**<mark style="color:$primary;"></kbd> 从工具菜单中选择，它为你提供多种可用的默认形状。矩形工具默认被选中。点击箭头从以下选项中选择：

* &#x20;<i class="fa-square" style="color:$primary;">:square:</i> <mark style="color:$primary;">**`矩形`**</mark> 或者按 `R` 键盘上的
* &#x20;<i class="fa-circle" style="color:$primary;">:circle:</i> <mark style="color:$primary;">**`椭圆`**</mark> 或者按 `O` 键盘上的
* &#x20;<i class="fa-pipe" style="color:$primary;">:pipe:</i> <mark style="color:$primary;">**`直线`**</mark> 或者按 `L` 键盘上的
  {% endstep %}

{% step %}

### 在场景上绘制

在画布上点击并拖动以绘制所选形状。拖动形状的边缘或角点控制柄可调整大小，或从形状内部拖动以重新定位。

<figure><img src="/files/96bff0b7a546bd24d7f2db6c46e5efe958167a74" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 更改形状颜色

<figure><img src="/files/6a7f7f0bd95defcdecaf0f67af88f864c7d3dd76" alt=""><figcaption></figcaption></figure>

1. 选择子菜单左侧的颜色圆圈。
2. 从调色板中选择
3. 使用颜色选择器工具选择颜色
4. 在文本输入框中输入 HEX 颜色值
   {% endstep %}

{% step %}

### 调整透明度和阴影

<figure><img src="/files/8f6e38e92f9c3d877714dd0617f908b204f14e8d" alt=""><figcaption></figcaption></figure>

1. 点击或拖动数字面板以调整不透明度和模糊级别
2. 使用切换按钮开启或关闭阴影
3. 调整参数以调整阴影样式
   {% endstep %}

{% step %}

### 调整描边大小和样式

<figure><img src="/files/e71e38041d825465568edded2d76174c1ad0d4f8" alt=""><figcaption></figcaption></figure>

1. 打开描边图标以选择不同的描边样式
2. 编辑数值以调整描边宽度。

对于  <i class="fa-square" style="color:$primary;">:square:</i> 矩形工具，通过更改所有圆角或各个单独圆角的数值来调整半径。

<figure><img src="/files/e460f3b1390a8f41d809c0476f4a8cf85de7f49a" alt=""><figcaption></figcaption></figure>
{% 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/xing-zhuang.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.
