REMOVE CURVE BY INDEX

Removes a single curve from a collection of curves by its zero-based index. Use this worker when you need to drop a specific curve from a set before passing the remaining curves downstream.

When to use

Classification: process.

Tagged: curve_filter, curve_group, index, remove_curve.

Inputs

Label ID Type Default Required Description
Curves curves vector   Collection of input curves (CurveGroup / vector) from which one curve will be removed; accepts multiple curves.
Index index integer 0   Zero-based integer index of the curve to remove from the collection; defaults to 0 (the first curve).

Outputs

Label ID Type Description
curves_removebyindex_output_1 curves_removebyindex_output_1 vector Resulting collection of curves after the curve at the specified index has been removed; same vector/CurveGroup format as the input.

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_removebyindex


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