INSERT POINT AT X

Inserts one or more interpolated points into a curve at specified X-axis positions, preserving the original data while adding new (x, y) pairs computed by interpolation. Use this worker when a curve must contain exact values at particular X locations before downstream processing or comparison.

When to use

Classification: process.

Tagged: curve, insert_point, interpolation, transform, x_value.

Inputs

Label ID Type Default Required Description
Curve input_curve vector   The source curve (X/Y vector pair) into which new points will be inserted; must be a valid d3VIEW curve object.
X-Value x_value scalar 0   The X-axis position(s) at which to insert interpolated points; accepts a single numeric value (default 0) or a comma-separated list (e.g. 1,2,3) for multiple insertions.

Outputs

Label ID Type Description
curve_insert_at_x_output_1 curve_insert_at_x_output_1 vector The modified curve containing all original points plus the newly inserted interpolated point(s) at the specified X-value(s), returned as a vector pair.

Disciplines

  • data.curve.transform

Runnable example

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


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