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.
Tip
Use a field as an input to have a different count/length for each spline.
输入
- 曲线
Standard geometry input.
- 数量
The number of control points on the new splines.
- 长度
The approximate length between the control points of the new splines.
Tip
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.
属性
- 模式
How to specify the amount of samples.
- 数量
Sample the specified number of points along each spline.
- 长度
Calculate the number of samples by splitting each spline into segments with the specified length. The length will be rounded down so that a whole number of samples will fit in each input spline.
- 已解算
Evaluate the spline's points based on the resolution attribute for NURBS and Bézier splines. Changes nothing for poly splines.
输出
- 曲线
Standard geometry output.