# Quick Pipe

## 简短描述

用于在曲线周围生成可自定义网格管道的工具。

## 描述

Quick Pipe 是一个用于沿指定输入曲线创建网格管道的工具。它允许自定义管道属性，例如半径、轮廓形状和 UV 映射，以增强 3D 建模体验。

## 属性

### 基本属性

* **曲线**：用于在其周围创建管道的曲线。
* **半径**：控制管道的半径。

### 管道设置

* **边数**：控制剖面侧面的分割数。
* **自定义剖面**：您可以传入另一条曲线作为管道的剖面。
* **自定义剖面缩放**：当提供自定义剖面时，此值控制其大小。
* **开放剖面**：如果选中，剖面的两侧将被打开。
* **封闭封顶**：如果选中，管道将用封顶封闭。
* **归一化 UV**：关闭时，UV 将根据场景中网格的长度进行平铺。
* **法线角度**：生成管道网格的法线角度。


---

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