Сегмент кривой (curve segment)

The Curve Segment node provides information about the segment connecting each point on a curve to its previous point. It is useful for analyzing or manipulating per-segment data, such as length, direction, or connectivity, and for constructing effects that depend on local curve structure.

Входы (inputs)

Данная нода не содержит входов.

Выходы (outputs)

Длина сегмента (segment length)

The distance between the current point and its previous point on the same curve. This can be used for evaluating curve smoothness, detecting segment stretching, or applying deformation relative to curve length.

Направление сегмента (segment direction)

A normalized vector pointing from the previous point toward the current point. It represents the local tangent direction of the curve segment.

Индекс соседа (neighbor index)

The index of the previous neighboring point along the curve. This can be used to reference or sample attributes from adjacent points.