Skip to main content

Trim Curve

Overview

Extracts a sub-section of a curve by trimming it between normalized start and end parameters.


Inputs

NameTypeDescription
InputCurveCurve to be trimmed.
StartfloatNormalized start position along the curve (0–1).
EndfloatNormalized end position along the curve (0–1).

Outputs

NameTypeDescription
OutputCurveTrimmed curve segment.

Parameters

This node does not expose additional parameters.


Behavior Notes

  • Start and End are evaluated in normalized curve space (0 = beginning, 1 = end).
  • The output curve contains only the portion between Start and End.
  • If Start ≥ End, the output curve will be empty.
  • Values outside the [0, 1] range are clamped.
  • Each spline in the curve is trimmed independently.