# 曲线工具

## 简短描述

用于绘制和编辑曲线与样条的交互式工具。

## 描述

曲线工具是目前最优秀的交互式曲线/样条绘制器。它允许用户使用各种选项和设置创建并操纵曲线，优化绘图体验以实现精确性和创造力。

## 属性

### 基本属性

* **绘制模式**：选择绘制曲线的方式
* **过滤对象**：提供用于作为过滤器的场景对象。使用下面的过滤类型来定义如何处理这些对象。
* **过滤模式**：您可以通过更改过滤类型决定只在某些对象上“绘制”，或在除了某些特定对象之外的所有地方“绘制”。
* **曲线阶数**：为下一个或当前活动的曲线选择曲线阶数
* **初始平滑度**：用于创建自由曲线的默认平滑值
* **最小间距**：用于创建曲线的最小像素距离
* **命中偏移**：设置将曲线从被命中的网格上移动的默认偏移量
* **创建网格**：指示是否从曲线创建网格的布尔值
* **开始绘制**：单击此处进入绘制上下文

### 编辑

* **编辑强度**：与中键（MMB）操作一起使用的乘数，用于更显著地影响曲线。
* **避免平滑交叉**：当曲线在网格上绘制时，平滑处理可能会产生交叉。启用此选项后，平滑后的曲线将避免进入网格内部。

### 网格选项

* **网格初始半径**：用于管道网格的初始半径
* **网格初始最大半径**：用于网格的初始最大半径，如果与另一个不同则用于创建随机变化。
* **半径影响偏移**：指示半径是否影响网格偏移的布尔值。
* **退出时的网格**：选择在退出绘制上下文后创建的网格的行为。


---

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