Узел Fill Curve#

Узел Fill Curve создаёт сетку, используя алгоритм триангуляции Делоне <https://ru.wikipedia.org/wiki/Триангуляция_Делоне> с ограничениями, используя кривые в качестве границ. Сетка генерируется только плоской с локальным Z равным 0.
Входы#
- Curve (кривая)
Cтандартный вход геометрии с компонентом кривой.
- Group ID
Value used to group curves together. Curves with different Group ID are treated separately.
Свойства#
- Режим
Тип геометрии, из которой состоит выход.
- Triangles:
Результат состоит из треугольников.
- N-gons:
Результат состоит из многоугольников (н-гонов).
Выходы#
- Mesh (Полисетка)
The filled-in curves.
Примеры#
Customized triangulation#
One or many «single point spline» can be used to customize the triangulation of the filled-in curves.

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

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

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

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

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