曲线 转换为 点#

曲线转换为点节点。

曲线转换为点 节点从曲线生成点云。

输入#

曲线

标准法向输入。

数量

生成点的数量。此输入仅适用于 数量 模式。

长度

曲线的长度。此输入仅适用于 长度 模式。

属性#

模式
已解算:

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.

数量:

通过均匀分布指定数量的点对每根样条线进行采样。

长度:

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 修剪曲线 can be used with a multiple of this length.

输出#

生成的点云。

切向(正切)

在采样位置的归一化 曲线切向,或在 评估 模式下的直接评估法线。

法向

The normal value from the evaluated curve at each result point. This is the same value from the 法向节点 at those positions.

旋转

切向法向 输出值所构建的 欧拉 旋转值,以便于取用。