CREATE A CURVE WITH POINTS¶
Creates a curve object from two comma-separated text strings of X and Y coordinate values. Use this worker to programmatically construct a curve inline within a workflow without requiring an external file source.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| X-Points | x-points | text | — | Comma-separated list of X-axis coordinate values (e.g. ‘0,1,2,3,4’); defines the independent variable of the curve. | |
| Y-Points | y-points | text | — | Comma-separated list of Y-axis coordinate values (e.g. ‘0.0,1.5,3.0,2.5,1.0’); must have the same number of entries as X-Points. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curve_create_from_text_output_1 | curve_create_from_text_output_1 | vector | Vector curve object constructed from the provided X and Y point lists, ready for downstream curve operations or plotting. |
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_create_from_text
Auto-generated from transformation schema. Worker id: curve_create_from_text. Schema hash: 1345b0a80186. Hand-curated docs in workerexamples/ override this page when present.