Nút Phủ Kín Đường Cong (Fill Curve Node)#

Nút Phủ Kín Đường Cong.

Nút "Phủ Kín Đường Cong" tạo ra một khung lưới bằng cách sử dụng thuật toán tam giác hóa Delaunay chế ngự với các đường cong là đường ranh giới. Khung lưới chỉ được sinh tạo phẳng bẹt với Z cục bộ là 0 mà thôi.

Đầu Vào (Inputs)#

Curve (Đường Cong)

Đầu vào hình học tiêu chuẩn với một thành phần đường cong.

Group ID

Value used to group curves together. Curves with different Group ID are treated separately.

Tính Chất (Properties)#

Chế Độ (Mode)

Thể loại hình học mà đầu ra cung cấp.

Tam Giác (Triangles):

Đầu ra được tạo thành từ các hình tam giác.

Đa Giác (N-gons):

Đầu ra được tạo thành từ các đa giác.

Đầu Ra (Outputs)#

Mesh (Khung Lưới)

The filled-in curves.

Một Số Ví Dụ (Examples)#

Customized triangulation#

One or many "single point spline" can be used to customize the triangulation of the filled-in curves.

../../../../_images/modeling_geometry-nodes_curve_curve-fill_example_0.png

This is the default behavior of the Fill Curve node applied to the star primitive.#

../../../../_images/modeling_geometry-nodes_curve_curve-fill_example_1.png

Here, a single curve point is joined to the star primitive to customize the triangulation.#

../../../../_images/modeling_geometry-nodes_curve_curve-fill_example_2.png

Here, 300 single curve point are joined to the star primitive to customize the triangulation.#

Group ID#

The following figures display diverse application of the Group ID.

Here, the 4 curves share the same Group ID, resulting in 1 mesh island (default behavior).#

../../../../_images/modeling_geometry-nodes_curve_curve-fill_group-id_1.png

Here, the 4 curves have different Group ID, resulting in 4 mesh islands.#

../../../../_images/modeling_geometry-nodes_curve_curve-fill_group-id_2.png

Here, the 4 curves are seperated into two groups based on their positions, resulting in 2 mesh islands.#