GET THE LAST CURVE FROM A COLLECTION OF CURVES

Extracts the last curve from an ordered collection of curves. Use this worker when you need to isolate the final curve in a curve group, for example after a sequence of transformations or filtered results.

When to use

Classification: process.

Tagged: collection, curve, curve_group, index, last, slice.

Inputs

Label ID Type Default Required Description
Curve Group curvegroup vector   Ordered collection of curves (curve group) from which the last curve will be extracted; accepts multiple curves and is optional — if omitted or empty the output will be empty.

Outputs

Label ID Type Description
curves_lastcurve_output_1 curves_lastcurve_output_1 vector The last curve in the input curve group, returned as a single vector curve.

Disciplines

  • data.curve.pair

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_lastcurve


Auto-generated from transformation schema. Worker id: curves_lastcurve. Schema hash: fa970212f535. Hand-curated docs in workerexamples/ override this page when present.