Skip to main content

Spline Parameter

Overview

Generates a normalized parameter value along each spline of the input curve.


Inputs

NameTypeDescription
InputCurveIncoming curve used to compute spline parameters.

Outputs

NameTypeDescription
OutputList<float>Normalized parameter values for each point along the curve.

Parameters

This node does not expose additional parameters.


Behavior Notes

  • The output values are normalized in the range [0, 1] for each individual spline.
  • Parameter values increase along the order of points within each spline.
  • Each spline is evaluated independently; parameter values reset for each separate path.
  • If a spline contains a single point, its parameter value is 0.