Nœud Curve to Points

Le nœud Curve to Points.

Le nœud Curve to Points génère un nuage de points à partir d’une courbe.

Inputs

Curve

Entrée de courbe standard.

Count

Nombre de points générés. Cette entrée n’est disponible que pour le mode Count (Comptage).

Length

Longueur de la courbe. Cette entrée n’est disponible que pour le mode Length (Longueur).

Properties

Mode
Evaluated

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.

Count

Échantillonner chaque spline en répartissant uniformément le nombre de points spécifiés.

Length

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 Nœud Trim Curve can be used with a multiple of this length.

Outputs

Points

Nuage de points généré.

Tangent

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 Nœud Normal at those positions.

Rotation

La rotation d'Euler est construite à partir des sorties Tangent et Normal, pour plus de commodité.