# 变换工具

## 简短描述

用于对所选对象应用变换的工具。

## 描述

对所选对象应用各种变换。该工具允许调整所选对象的位置、旋转和缩放，使用户能够根据需要轻松操控它们。通过随机化和覆盖选项，它在变换应用方式上提供了灵活性。

## 属性

### 基本属性

* **对象**：要操作的对象
* **随机种子**：随机化散布结果

### 位置属性

* **下沉**：将位置向下推
* **X 轴覆盖**：覆盖 X 轴上的位置
* **Y 轴覆盖**：覆盖 Y 轴上的位置
* **Z 轴覆盖**：覆盖 Z 轴上的位置
* **X 抖动**：在 X 轴上随机化位置
* **Y 抖动**：在 Y 轴上随机化位置
* **Z 抖动**：在 Z 轴上随机化位置

### 旋转属性

* **覆盖旋转**：如果设置为 True，则旋转将被下面的值覆盖
* **X 轴覆盖**：覆盖沿 X 轴的旋转
* **Y 轴覆盖**：覆盖沿 Y 轴的旋转
* **Z 轴覆盖**：覆盖沿 Z 轴的旋转
* **随机化角度**：这确保所有实例具有随机角度/旋转，从而保证很好的旋转变化
* **统一角度**：调整实例的角度/旋转。默认情况下，它们都有随机旋转
* **X 抖动**：随机化沿 X 轴的旋转
* **Y 抖动**：随机化沿 Y 轴的旋转
* **Z 抖动**：随机化沿 Z 轴的旋转

### 由于我们的圆柱最初大小均一，我在

* **最小缩放**：散布网格的最小缩放
* **最大缩放**：散布网格的最大缩放
* **缩放模式**：在散布多个网格时，您可以选择如何处理缩放


---

# Agent Instructions: 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:

```
GET https://docs.polygonflow.io/dash-documentation-zh/dash-gong-ju/transformtool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
