Узел Curve to Points#

Узел Curve to Points.

Узел Curve to Points создаёт облако точек из кривой.

Входы#

Curve

Стандартный вход кривой.

Count

Количество сгенерированных точек. Этот вход доступен только для режима Count.

Length

Длина кривой. Этот вход доступен только для режима Length.

Свойства#

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:

Произведите выборку каждого сплайна, равномерно распределив заданное количество точек.

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

Выходы#

Points

Сгенерированное облако точек.

Tangent

The normalized curve tangent at the sampled position, or the direct evaluated normal in Evaluated mode.

Нормаль

The normal value from the evaluated curve at each result point. This is the same value from the Узел Normal (нормаль) at those positions.

Rotation (вращение)

Вращение Эйлера (Euler)построено из выходных данных Tangent и Normal для удобства.