CYLINDRICAL TO CARTESIAN¶
Converts one or more curves from cylindrical coordinates (r, θ, z) to Cartesian coordinates (x, y, z). Use this worker whenever downstream processing requires Cartesian-space curve data that was originally captured or defined in a cylindrical frame.
When to use¶
Classification: process.
Tagged: cartesian, coordinate_transform, curves, cylindrical, geometry.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curves | curves | vector | — | One or more curves whose X/Y/Z channels are interpreted as cylindrical coordinates (r, θ in radians, z); accepts multiple curve objects — leave empty if no input curves are available yet. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Cylindrical to Cartesian Curves | curves_cy_ca | vector | The transformed curves with channel values expressed in Cartesian coordinates (x, y, z), preserving the original curve count and point density. |
Disciplines¶
- data.curve.transform
- data.units
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_cylindrical_to_cartesian
Auto-generated from transformation schema. Worker id: curves_cylindrical_to_cartesian. Schema hash: 768e9342ac30. Hand-curated docs in workerexamples/ override this page when present.