Nodo Curva a puntos#

El nodo Curva a puntos.

The Curve to Points node generates a point cloud from a curve.

Entradas#

Curva

Entrada estándar de curva.

Cantidad

Number of points generated. This input is only available for Count mode.

Longitud

Length of the curve. This input is only available for Length mode.

Propiedades#

Modo
Evaluado:

Creates points from the curve’s evaluated points based on the resolution attribute for NURBS and Bézier splines. This mode will generally be the fastest, since the second step of sampling equal lengths is not necessary.

Cantidad:

Sample each spline by evenly distributing the specified number of points.

Longitud:

Sample each spline by splitting it into segments with specified length. The length will be rounded down so that a whole number of samples will fit in each input spline. To counteract jumping when the length of the spline changes, the Trim Curve Node can be used with a multiple of this length.

Salidas#

Puntos

Nube de puntos generada.

Tangente

The normalized curve tangent at the sampled position, or the direct evaluated normal in Evaluated mode.

Normal

The normal value from the evaluated curve at each result point. This is the same value from the Nodo Normal at those positions.

Rotación

The Euler rotation build from the Tangent and Normal outputs, for convenience.