# Road Tool

## 简短描述

沿曲线生成可自定义的道路/路径网格。

## 描述

沿输入曲线/样条线创建道路/路径网格。该工具允许对道路特性进行详细自定义，包括宽度、高度和对齐方式。它还提供按指定间隔拆分道路的选项。

## 属性

### 基本属性

* **曲线**：用于围绕其创建路径网格的曲线
* **宽度**：路径网格的宽度
* **内部高度**：提高网格的内部顶点
* **边界高度**：提高网格的边界顶点
* **轮廓扁平化**：从中心到边缘扁平化轮廓

### 轮廓设置

* **轮廓细分**：轮廓曲线的细分数量
* **轮廓平滑**：轮廓曲线的平滑度
* **轮廓角度**：轮廓曲线的角度
* **轮廓对齐**：将轮廓曲线与路径曲线对齐（如果使用“路径宽度 - 宽度”则不兼容）
* **观察点**：在使用“观察”轮廓对齐时要观察的点

### 几何设置

* **，并将我们的平面传递给**：将道路投射到输入网格上
* **完整网格**：开启时，将考虑完整道路网格，使道路更紧密地跟随底层网格
* **UV 缩放**：缩放 UV
* **噪点比例**：控制噪波的缩放
* **噪声强度**：控制噪波的强度
* **细分**：网格的细分
* **法线角度**：网格法线角度
* **反转法线**：反转网格的法线
* **接收贴花**：如果设置为真，道路网格会接收贴花

### 接下来，让我们转到分组

* **宽度**：沿曲线两侧创建两个平行网格
* **宽度 - 保持中心**：如果设置为真，在使用宽度参数进行平行曲线散布时，将保留中心的网格对象
* **宽度 - 侧面**：每侧曲线的平行网格数量

### 拆分

* **拆分模式**：按指定距离或拆分数量拆分道路
* **最小距离**：拆分之间的最小距离
* **最大距离**：拆分之间的最大距离
* **拆分种子**：拆分的随机种子
* **拆分数量**：创建道路的拆分数量
* **拆分偏移**：对拆分进行偏移
* **拆分阈值**：如果段的长度小于阈值则忽略该拆分
* **跳过第 N 个**：每隔第 N 个拆分跳过
* **跳过第 N 个计数**：要跳过的拆分计数
* **最大拆分数**：限制每条曲线的最大拆分数量


---

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