# 曲线 + 曲面镶嵌面

FormIt 是一个多面体建模系统，因此诸如圆、圆弧和样条曲线之类的曲线由一系列直边或线段表示。同样，诸如圆柱壁或圆顶之类的曲面由一些列平面组成（其中边界边已隐藏）。

默认情况下，FormIt 使用 40 条边或镶嵌面来表示圆，使用 24 个镶嵌面来表示三维弯曲对象（如圆柱体）。对于更复杂的曲面（如圆顶），值为 24 会设置周长镶嵌面计数，同时会影响形状其余部分镶嵌面的密度。

在 FormIt for Windows v18 及更高版本中，曲线和曲面镶嵌面值可以自定义：

![](/files/rrC5kRT50p0xpaywg7K9)

![](/files/ttxZpB48ymAsCYbfspmX)

**曲线镶嵌面质量**

更改“曲线镶嵌面质量”会影响在 FormIt 中绘制新的圆和圆弧以及放置基本体形状时使用的镶嵌面数。例如，将此值设置为 64 会创建 64 面的整圆或 1/4 圆弧（其中包含 16 个镶嵌面）。

该值还会影响从 SAT 文件输入的圆和圆弧的质量，以及从 Dynamo 烘焙几何图形时的质量。可以为新草图或仅为当前草图设置该值。

对于现有曲线，还可以使用“重建曲线”插件，以追溯方式重建具有新镶嵌面计数的**现有**圆弧或圆：

![](/files/aLkTZWiHphuuHziQntav)

![](/files/wRL0Qz4UyKBuKJ0HIwjA)

**曲面镶嵌面质量**

更改此全局设置会影响从 SAT 文件输入的三维曲面的质量，以及从 Dynamo 烘焙时的质量。

例如，将此值设置为 64，然后从 Dynamo 烘焙球体时，将围绕球体赤道使用 64 个面以及每个环中连接到球体两极的 64 个镶嵌面，这样可以快速加起来！请谨慎使用较高值，因为在某些情况下它可能会影响 FormIt 的性能。在获得高质量的结果后，可[将其转换为网格](/zh-cn/tool-library/meshes.md)以提高性能。

使用 Dynamo 时，可以修改镶嵌面质量，然后在“特性”面板中点击“运行图形”（而不更改任何参数），以利用新的镶嵌面计数：

![](/files/F7yXDN66bIeelkclgxsJ)

与曲线一样，可以为新草图或仅为当前草图设置曲面镶嵌面质量。

请注意，镶嵌面值当前限制为 4 的倍数，因此在手动输入数值时，FormIt 会舍入为最接近的倍数。可以使用滑块和箭头，来循环显示接受的值。

![](/files/fUuLE5tv8d0vrwL8LRb0)


---

# 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://windows.help.formit.autodesk.com/zh-cn/tool-library/curve-+-surface-faceting.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.
