填充曲线

填充曲线。

填充曲线 节点使用以曲线为边界的受约束的 Delaunay 三角化算法生成网格。网格仅生成平面,局部Z轴为0。

输入

曲线

标准的几何图形输入。

属性

模式

指定输入/输出类型。

三角形:

输出由三角形组成。

多边形:

输出由n-gons组成。

输出

网格

The filled in curves.

示例

A single point spline can be used to customize the triangulation of the resulting mesh.

../../../../_images/modeling_geometry-nodes_curve_curve-to-points_example_1.png

Here a curve object with a single spline with a single point at the origin is joined with the star primitive to customize triangulation.

../../../../_images/modeling_geometry-nodes_curve_curve-to-points_example_2.png

This is the default triangulation without the single point.