Segmento de curva¶
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.
Entradas¶
Este nodo no contiene entradas.
Salidas¶
- Longitud del segmento
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.
- Dirección del segmento
A normalized vector pointing from the previous point toward the current point. It represents the local tangent direction of the curve segment.
- Identificador del más cercano
The index of the previous neighboring point along the curve. This can be used to reference or sample attributes from adjacent points.