CONVERTS A XYZ COORDINATE TIME-HISTORY TO JS3D¶
Adds vertical (X) or horizontal (Y) datum lines to a curve by reading values from a dataset column. Optionally controls each datum line’s color and label via additional dataset columns. Use this worker to annotate a time-history curve with reference markers derived from tabular data.
When to use¶
Classification: process.
Tagged: color_by, curve_annotation, dataset_column, datum_lines, name_by, reference_lines, xy_datum.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve | curve | vector | — | The base curve (time-history vector) to which datum lines will be added; leave empty only if downstream steps supply the curve. | |
| Choose Dataset | dataset | dataset | — | Tabular dataset whose columns supply the datum-line values, colors, and names; must contain at least the column referenced by the ‘column’ input. | |
| Column | column | scalar | — | Name of the dataset column whose numeric values define the X or Y positions of the datum lines (quoted string, e.g. ‘time_ms’). | |
| Check Type | datum_type | list | x | Axis along which datum lines are drawn: ‘x’ for vertical lines at each X value (default), ‘y’ for horizontal lines at each Y value. | |
| Color Column | color_column | scalar | — | Optional dataset column whose values control the color of each datum line (e.g. a hex-color or named-color column); leave blank to use the default color. | |
| Name Column | name_column | scalar | — | Optional dataset column whose values are used as the display label for each datum line; leave blank to omit per-line labels. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curve_add_datum_lines_from_dataset_column_output_1 | curve_add_datum_lines_from_dataset_column_output_1 | vector | The annotated curve vector with the dataset-driven datum lines embedded, ready for downstream visualization or further curve transformations. |
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=curve_add_datum_lines_from_dataset_column
Auto-generated from transformation schema. Worker id: curve_add_datum_lines_from_dataset_column. Schema hash: fb0cf5fc6144. Hand-curated docs in workerexamples/ override this page when present.