Nodo Rellenar curva#

El nodo Rellenar curva.

El nodo Rellenar curva generará una malla usando el algoritmo restringido de triangulación Delaunay, con la curva como su límite. La malla será generada de manera plana, con una altura local (Z) de 0.

Entradas#

Curva

Entrada estándar de geometría con un componente de curva.

ID del grupo

Valor usado para agrupar a las curvas. Curvas con un ID de grupo distinto serán tratadas se manera independiente.

Propiedades#

Modo

El tipo de geometría del cual estará compuesto el resultado.

Triángulos:

La malla de salida estará compuesta por triángulos.

Enégonos:

La malla de salida estará compuesta por enégonos.

Salidas#

Malla

Las curvas rellenas.

Ejemplos#

Triangulación personalizada#

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

ID del grupo#

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