.. _auto_curves_cartesian_to_cylindrical: *CARTESIAN TO CYLINDRICAL* ========================== Converts one or more curves from Cartesian coordinates (x, y, z) to cylindrical coordinates (r, θ, z). Use this worker whenever downstream processing requires radial/angular representations of curve data, such as rotational or axisymmetric analyses. When to use ----------- Classification: **process**. Tagged: ``cartesian``, ``coordinate_transform``, ``curve``, ``cylindrical``, ``geometry``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Curves - curves - vector - — - - One or more input curves in Cartesian (x, y, z) coordinate form; accepts multiple curve objects. Leave unconnected only if curves are supplied via an upstream default — otherwise required. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Cartesian to Cylindrical Curves - curves_cartesian_to_cylindrical - vector - The transformed curves expressed in cylindrical coordinates (r, θ, z), preserving the original curve count and point ordering. 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_cartesian_to_cylindrical `_ .. raw:: html

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