GET X-POINTS FROM CURVE¶
Extracts the x-coordinate vector from a given curve object. Use this worker when you need the independent-axis (abscissa) values of a curve as a standalone vector for further processing or analysis.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve | curve | vector | — | Input curve object (x–y pair) from which the x-coordinates will be extracted; optional — leave unconnected only if downstream logic handles a null vector gracefully. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curve_get_x_output_1 | curve_get_x_output_1 | vector | Ordered vector of x-axis values (abscissa points) extracted from the input curve, preserving the original sampling order and units. |
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_get_x
Auto-generated from transformation schema. Worker id: curve_get_x. Schema hash: c8437b4ea43b. Hand-curated docs in workerexamples/ override this page when present.