Curve to Points Node

../../../_images/modeling_geometry-nodes_curve_curve-to-points_node.png

Curve to Points node.

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

入力

Curve(カーブ)

Standard curve input.

Count(数)

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

Length(長さ)

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

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(数)

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

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

出力

Points(ポイント)

Generated point cloud.

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 Normal (ノーマル)ノード at those positions.

Rotation(回転)

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