OVERLAY TWO OR MORE CURVES¶
Overlays two or more curves into a single combined output by merging a primary (base) curve set with one or more additional curves. Use this worker whenever you need to visually or analytically combine multiple time-history or XY curves into one overlay for comparison or plotting.
When to use¶
Classification: process.
Tagged: combine, curves, merge, multi-curve, overlay, time-history, visualization.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Base Curve | base_curve | vector | — | Primary curve(s) to serve as the reference layer in the overlay; accepts one or more XY/time-history vectors and is optional when all curves are supplied via the overlay input. | |
| Curve To Be Overlaid | curvetobeoverlaid | vector | — | One or more additional curves to be stacked on top of the base curve; the final render order reflects the complete concatenated list of all curves provided across both inputs. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_overlay_output_1 | curves_overlay_output_1 | vector | Single merged vector output containing all supplied curves combined into one overlay object, preserving individual curve labels and their concatenated order. |
Disciplines¶
- cae.postprocessing.visualization
- data.curve.pair
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_overlay
Auto-generated from transformation schema. Worker id: curves_overlay. Schema hash: e3fae6dc0778. Hand-curated docs in workerexamples/ override this page when present.