COMPUTE START POINT¶
Extracts the first data point (x, y) of an input curve as a scalar value. Use this worker when you need to identify or pass forward the starting coordinate of a time-history or XY curve within a workflow.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve In | curve_in | vector | — | The input XY or time-history curve (vector) from which the start point will be extracted; optional — if omitted the worker produces no output. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curve_start_point_output_1 | curve_start_point_output_1 | scalar | Scalar value representing the first data point of the input curve (i.e. the value at the curve’s initial x-coordinate). |
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_start_point
Auto-generated from transformation schema. Worker id: curve_start_point. Schema hash: 66898d68642e. Hand-curated docs in workerexamples/ override this page when present.