# 项目曲线

## 简短描述

一个将曲线投影到网格上的工具。

## 描述

曲线投影是一个用于将曲线投影到底层网格上的工具，具有多种配置选项。它为用户提供了对投影曲线的偏移、分辨率和重采样的控制。

## 属性

### 基本属性

* **偏移**：将曲线从曲面偏移。
* **投影曲线**：要投影到输入投影网格上的曲线。
* **投影网格**：用于将曲线投影到其上的网格。
* **重采样**：启用/禁用曲线的重采样。
* **分辨率**：数值越高，曲线重建得越精确。
* **重采样距离**：对投影后的曲线进行重采样以增加点数。


---

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