# 网格散布

## 简短描述

在输入网格的组件上散布物体。

## 描述

网格散布工具允许用户在输入网格的组件上散布物体。它提供用于选择组件类型以及配置散布实例的缩放和旋转的选项。

## 属性

### 基本属性

* **表面网格**：其组件将被用作散布坐标的网格。
* **散布网格**：要散布到“表面网格”输入上的网格。
* **组件类型**：选择要在其上散布网格的组件。
* **最大缩放**：每个实例的最大缩放。
* **最小缩放**：每个实例的最小缩放。
* **随机旋转**：如果选中，'角度旋转'属性将被忽略，所有实例将被随机旋转。
* **角度旋转**：将所有实例旋转到输入角度。


---

# 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/meshscatter.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.
