CURVE YVALUES

Extracts the Y-values from a curve and returns them as a numeric vector. Use this worker whenever you need the raw dependent-axis data from a curve object for downstream processing, statistics, or plotting.

When to use

Classification: process.

Tagged: curve, extraction, transform, vector, yvalues.

Inputs

Label ID Type Default Required Description
Curve 1 curve1 vector   Input curve object whose Y-values will be extracted; accepts any d3VIEW curve type (time-history, force-displacement, etc.). Optional — leave unconnected only if the worker is being configured for later dynamic binding.

Outputs

Label ID Type Description
curve_yvalues_output_1 curve_yvalues_output_1 set Ordered numeric vector (set) containing all Y-axis values of the input curve, preserving the original sampling order and length.

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_yvalues


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