CONVERTS A XYZ COORDINATE TIME-HISTORY TO JS3D

Reads a column from a dataset and overlays the column’s values as vertical (X) or horizontal (Y) datum lines on one or more curves. Optional color and name columns control per-datum styling and labels. Use this worker to annotate curve plots with reference thresholds or event markers sourced from a tabular dataset.

When to use

Classification: process.

Tagged: annotation, color_by, curves, dataset_column, datum_lines, name_by, visualization, x_datum.

Inputs

Label ID Type Default Required Description
Choose Curves curves vector   One or more input curves (vector) to which datum lines will be added; must be valid d3VIEW curve objects.
Choose Dataset dataset dataset   Tabular dataset containing the column whose values define the datum-line positions; must include at least the column named in the ‘Column’ input.
Column column scalar   Name of the dataset column whose numeric values become the X- or Y-axis positions of the datum lines.
Check Type datum_type list x   Axis along which to draw the datum lines: ‘x’ draws vertical lines at each column value, ‘y’ draws horizontal lines; defaults to ‘x’.
Color Column color_column scalar   Optional dataset column whose values control the color of each datum line (colorBy mapping); leave empty to use the default curve color.
Name Column name_column scalar   Optional dataset column whose values supply the display label for each datum line (nameBy mapping); leave empty to omit per-datum labels.

Outputs

Label ID Type Description
curves_add_datum_lines_from_dataset_column_output_1 curves_add_datum_lines_from_dataset_column_output_1 vector The input curves augmented with datum-line annotations derived from the specified dataset column, returned as a vector of curve objects ready for plotting.

Disciplines

  • cae.postprocessing.visualization
  • 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=curves_add_datum_lines_from_dataset_column


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