Nœud Fill Curve

Le nœud Fill Curve.

Le nœud Fill Curve génère un maillage à l’aide de l’algorithme de triangulation de Delaunay contraint avec les courbes comme limites. Le maillage n’est généré qu’à plat avec un Z local de 0.

Inputs

Curve

Entrée de géométrie standard avec un composant de courbe.

Properties

Mode

Le type de géométrie dont se compose la sortie.

Triangles

La sortie est composée de triangles.

N-gons

La sortie est composée de n-gons.

Outputs

Mesh (Maillage)

The filled in curves.

Exemples

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.