Resample Curve Node#

Resample Curve node.

The Resample Curve node creates a poly spline for each input spline. In the Count and Length modes, the control points of the new poly splines will have uniform spacing.

Dica

Use a field as an input to have a different count/length for each spline.

Inputs#

Curve

Entrada padrão de geometria.

Seleção

Whether or not to resample each spline. True values mean spline will be resampled to a poly spline, false values mean the spline will be unaffected.

Contagem

The number of control points on the new splines.

Length

The approximate length between the control points of the new splines.

Dica

A Trim Curve Node can be used with a multiple of the input length to make the distance between each sampled point exact, even when the length of the spline changes.

Properties#

Mode

Como especificar a quantidade de amostras.

Contagem:

Coleta amostras do número especificado de pontos ao longo de cada spline.

Length:

Calcula o número de amostras dividindo cada spline em segmentos com um comprimento específico. O comprimento será arredondado para baixo para que um número inteiro de amostras caiba em cada spline de entrada.

Evaluated:

Evaluate the spline’s points based on the resolution attribute for NURBS and Bézier splines. Changes nothing for poly splines.

Saídas#

Curve

Saída padrão de geometria.