CONVERTS A XYZ COORDINATES IN GROUPS TO AVEARGE VALUES¶
Takes one or more XYZ coordinate time-history curve groups and computes their element-wise average, collapsing the group into a single representative 3D coordinate curve. Use this worker when you need a mean trajectory across multiple points or repeated measurements in X, Y, and Z.
When to use¶
Classification: process.
Tagged: 3d, average, coordinate_average, curves, peacock, timehistory, trajectory, xyz.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curves XYZ Coordinates | curves_xyz_coordinates | vector | — | One or more vector curve groups each containing X, Y, and Z time-history channels for a point (e.g. nodal displacement traces from LS-DYNA); accepts multiple curve sets whose coordinate values will be averaged together. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_coordinate_average_output_1 | curves_coordinate_average_output_1 | vector | A single averaged XYZ coordinate curve representing the element-wise mean of all input curve groups across the X, Y, and Z channels. |
Disciplines¶
- data.curve.pair
- data.curve.transform
- data.statistics
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_coordinate_average
Auto-generated from transformation schema. Worker id: curves_coordinate_average. Schema hash: a3b6fd2cc370. Hand-curated docs in workerexamples/ override this page when present.